This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- User Input during UnInstall
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Sep 20, 2009
06:39 PM
User Input during UnInstall
Hello,
I have a basic MSI project and Installation works fine.
During Uninstall, I need to collect some user input, such as option to remove SQL database etc.., by providing some options in a Dialog Box.
I have 2 questions
1) Can someone show, how to do this? (I know how to create a Custom Dialog)
ie) how to display this Dialog during UnInstallation
2) During installation, in one of my wizard steps, when the user clicks the 'Next' button my installer executes a long running process Custom Action. At this time, I would like to display a Message "Processing...please wait..." in a dialog box(without the minimize/maximize toolbar buttons). How can this be done. Please provide an example
Thanks in advance for your help
I have a basic MSI project and Installation works fine.
During Uninstall, I need to collect some user input, such as option to remove SQL database etc.., by providing some options in a Dialog Box.
I have 2 questions
1) Can someone show, how to do this? (I know how to create a Custom Dialog)
ie) how to display this Dialog during UnInstallation
2) During installation, in one of my wizard steps, when the user clicks the 'Next' button my installer executes a long running process Custom Action. At this time, I would like to display a Message "Processing...please wait..." in a dialog box(without the minimize/maximize toolbar buttons). How can this be done. Please provide an example
Thanks in advance for your help
(3) Replies
‎Sep 23, 2009
10:29 PM
For Basic MSI, if a user clicks Remove in Add or Remove Programs, only the Execute sequence runs; if you must show a user interface during uninstallation, perhaps disable the Remove button?