Click here to Skip to main content
15,891,423 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have created MSI basic project using Install Shield 2012 and vbscript is running fine during installation but not working during uninstall from control panel add/remove programs.

I am not sure about setting Sequence and conditions during uninstall.

Please help me out for this issue.

Thanks in Advance.
Posted

1 solution

In the tab Behavior and Logic - > Custom Actions and Sequences

Action ----
VBScript File Name - select script_path
Script Function - function_name
In-script Execution - Immediate Execution
Execution Scheduling - Always execute

Sequence ----
Install Exec Sequence - After InstallValidate
Condition - REMOVE="ALL"


I have checked with Windows 7 with Install Shield 2012 professional.

Thanks,
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900