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

Uninstall Doesn't Ask (InstallScript MSI Project)

I have an setup exe that when I run it twice it uninstalls (which is fine) but it doesn't ask to be uninstalled, with the normal:

"Do you want to uninstall this application and all it's features?"

All my other setups work correctly and give this answer. I don't know how I turned it off, but need to turn it back on.

thanks for any help
Labels (1)
0 Kudos
(2) Replies
joshstechnij
Level 10 Flexeran
Level 10 Flexeran

Has the OnMaintUIBefore event been modified in this particular project? If so, you could remove the modified version of OnMaintUIBefore, then rebuild and test again.
0 Kudos
olinmarc
Level 3

Thanks that worked, I changed the method to OnUninstall and it worked correctly.
0 Kudos