Search found 26 matches

by Ryan Lee
Thu Feb 07, 2008 1:21 pm
Forum: Plug-In Development
Topic: Windows Firewall Plug-In
Replies: 23
Views: 113534

1. the call to plugin is made after apply install, so MyApp.exe is already installed in it's target folder during the call. With regards to the questions in your PM: can you give me some more details? You have build a 64Bit Installer? - I have built a hybrid win32/x64 installer that detects the type...
by Ryan Lee
Wed Feb 06, 2008 3:01 pm
Forum: Plug-In Development
Topic: Windows Firewall Plug-In
Replies: 23
Views: 113534

Firstly, thanks for an excellent plugin and making it available to the public. I am using version 2. 1.0.20 and the plugin does not appear to work for Vista (x64). I have not tested it on 32 bit versions of Vista. The user that is running the installer is logged in as an administrator. I am trying t...
by Ryan Lee
Fri Oct 19, 2007 3:08 pm
Forum: Technical Support
Topic: installing same file into multiple locations
Replies: 3
Views: 6247

Never mind, my bad
by Ryan Lee
Fri Oct 19, 2007 2:59 pm
Forum: Technical Support
Topic: installing same file into multiple locations
Replies: 3
Views: 6247

That solved my problem but now when I click remove from the add/remove programs dialog it always asks for the original source.
by Ryan Lee
Fri Oct 19, 2007 12:53 pm
Forum: Technical Support
Topic: installing support files
Replies: 1
Views: 4027

installing support files

Is it possible to install the support files, or do something to get the same effect? Currently I have a support file that needs to be run during the pre-requisite installation and I also want this file installed at the target location. Currently, I have this file as a support file and as the source ...
by Ryan Lee
Fri Oct 19, 2007 12:50 pm
Forum: Technical Support
Topic: installing same file into multiple locations
Replies: 3
Views: 6247

installing same file into multiple locations

Is it possible to install the same source file into multiple locations on the target? For example I have file X that I want installed into $TARGETDIR$\\folder1 and $TARGETDIR$\\folder2. Currently I do do this by making multiple calls to Install Files but I think multiple copies of the same file are ...
by Ryan Lee
Fri Aug 03, 2007 2:32 pm
Forum: Technical Support
Topic: DLL called in installation, required VC redist merge modules
Replies: 2
Views: 5581

The installer calls into a 32 bit dll that has dependencies on the vc redistributables. When I run my installer on a 64 bit os (Windows Server 2003 x64), I set the install mode to x64 and it looks like only the x64 version of the redistributables are installed. Is there some way of guaranteeing that...
by Ryan Lee
Wed Aug 01, 2007 8:47 pm
Forum: Technical Support
Topic: DLL called in installation, required VC redist merge modules
Replies: 2
Views: 5581

DLL called in installation, required VC redist merge modules

I have a DLL that is dependent on some of the VC80 redistributables being installed. Functions from this DLL are called during my installation. I have included these merge modules in my project but they aren't called until apply installation. Is there some way to install these as a pre-requisite?
by Ryan Lee
Wed Jul 25, 2007 7:41 pm
Forum: Technical Support
Topic: Installer crashes after add/remove features
Replies: 0
Views: 4153

Installer crashes after add/remove features

This problem has only been observed on Windows Server 2003 x64. It runs fine on XP (32-bit), other OS's have not been tested. This can be reproduced using the "default project" sample project that is distributed with IA. To reproduce this problem do the following: 1. Install the applicatio...
by Ryan Lee
Wed Jul 25, 2007 5:33 pm
Forum: Technical Support
Topic: Service recovery settings
Replies: 0
Views: 4131

Service recovery settings

When installing a service is it possible to manipulate the recovery settings (eg: first failure, second failure, etc) ?

Thanks
by Ryan Lee
Fri Jul 20, 2007 7:55 pm
Forum: Technical Support
Topic: if statement that works in debug but not in run
Replies: 3
Views: 5822

My bad copying the code into this post. Set Variable ISSERVICERUNNING to Check Service State for MyService (write result into variable ISSERVICERUNNING) MessageBox: $TITLE$, service: $ISSERVICERUNNING$ if Variable ISSERVICERUNNING Equals RUNNING MessageBox: $TITLE$, in if block end It doesn'...
by Ryan Lee
Fri Jul 20, 2007 5:50 pm
Forum: Technical Support
Topic: if statement that works in debug but not in run
Replies: 3
Views: 5822

if statement that works in debug but not in run

I have the following statements: Set Variable ISSERVICERUNNING to Check Service State for MyService (write result into variable ISSERVICERUNNING) MessageBox: $TITLE$, service: $ISSERVICERUNNING$ if Variable $ISSERVICERUNNING$ Equals RUNNING MessageBox: $TITLE$, in if block end When I debug w...
by Ryan Lee
Fri Jul 20, 2007 2:55 pm
Forum: Technical Support
Topic: Dynamically validating text in a text box
Replies: 3
Views: 5682

Dynamically validating text in a text box

I have a text box that requires the user to enter in some text (product key). This text is validated with a dll function after the user presses the next button. If invalid, I display a message box and loop back to this dialog. If valid, I go to the next dialog. Would it be possible to dynamically (a...
by Ryan Lee
Fri Jul 13, 2007 1:59 pm
Forum: Technical Support
Topic: TARGETDIR is empty after a patch is applied
Replies: 1
Views: 4470

never mind, figured it out.

I was manipulating target dir in a way that the compiler didn't like. I changed it back to what the template project expects and everything works fine.
by Ryan Lee
Fri Jul 13, 2007 1:08 pm
Forum: Technical Support
Topic: TARGETDIR is empty after a patch is applied
Replies: 1
Views: 4470

TARGETDIR is empty after a patch is applied

I have an application that installs some files and then runs an executable to generate a configuration file based on some parameters collected during installation. The executable is located at $TARGETDIR$\\MyExe.exe When uninstalling, the same executable is run to remove these configuration files an...

Go to advanced search