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

Silent Uninstall Failed

I am running into problems with silent uninstall. I am able to do the silent uninstall. I also recorded the .iss file for uninstall. When I ran "setup.exe /uninst /s f1"c:\abc.iss" /d"c:\script", I am able to step into OnSetUpdateMode. However, when it completes OnSetUpdateMode. Setup.exe simple finishes without unintalling anything? I am wondering if anyone could help me and this is quite urgent.

Thanks,
Labels (1)
0 Kudos
(1) Reply
AshishBhatt
Level 3

simply you can do like following

1. Install your setup.
2. in command prompt, launch your setup.exe -r with this
3. uninstall the setup, with options way you want.
4. go to windows folder where you find one iss file got created.
5. "setup.exe" /s /f1"passAbove.iss"

i think above will solve your problem
0 Kudos