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

CustomAction Running Exe

InstallScript MSI project that has CustomAction to install another software product. Installs by running Setup.exe with command line args.

How do I implement uninstall condition for the same Setup.exe to uninstall the software product? Running Setup.exe with uninstall commad line args.

Thanks for advice/feedback,
Ralph
Labels (1)
0 Kudos
(2) Replies
sachin_a_pawar
Level 4

Hi,

Please pass /x as an argument to uninstall the software.

Thanks
Sachin Pawar
0 Kudos
rrock42
Level 3

Yes, I understand that different arguments are needed to uninstall. How/Where do you setup uninstall condition?

Thanks
0 Kudos