cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

VBscript inside of msi

We have a folder that we want to make sure is deleted before an msi is run. To do this I have created a script in the Custom Actions. It does what it was supposed to do during the install but when I try running the application it tries running the script also. Here is what I have set in the properties of the Custom Action:

In-Script Execution: Immediate Execution
Execution Scheduling: Always Execute
Install Exec Sequence:
Advertise Exec Sequence:
Admin UI Sequence: After SetupCompleteSuccess
Admin Exec Sequence:

Is it the Execution Scheduling that I need to change?
Thanks for all help in advance.

Mark
(1) Reply
You might want to "condition" your CA so that it only runs during first-time installation.