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
- :
- Customize uninstall wizard
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Oct 15, 2008
08:52 PM
Customize uninstall wizard
Hello,
My installation creates shortcut to uninstall C:\WINDOWS\system32\msiexec.exe /x {PRODUCT CODE HERE}. When user select that shortcut installer just asks user "Are you sure you want to uninstall this product?". That is not enough for me. I want to give more informative message to user.
Should I create Win32 app to display more informative message or there is standard way in InstallShield?
Thank You.
My installation creates shortcut to uninstall C:\WINDOWS\system32\msiexec.exe /x {PRODUCT CODE HERE}. When user select that shortcut installer just asks user "Are you sure you want to uninstall this product?". That is not enough for me. I want to give more informative message to user.
Should I create Win32 app to display more informative message or there is standard way in InstallShield?
Thank You.
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Oct 16, 2008
10:51 AM
MSI installations, as produced from Basic MSI projects, do not actually use the value in that registry key, so it's not possible to replace it with an alternate program. If you really want to do this, your best bet may be to disable the remove button and edit the dialogs which appear down the remove option of the modify/repair/remove dialog sequence.