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
- :
- Message CA
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
Jul 18, 2013
05:01 PM
Message CA
I have a basic msi project that checks to see if an app is installed via the product code and if so, call the msi with an uninstall switch. What I need to do is present the user with a message box explaining that we are uninstalling the application and replacing it with app y before the uninstall happens. Ideas on how to do this?
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jul 19, 2013
05:23 AM
Hi if your are able to read the value of the registry key from the HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall\[productcode]\[Display name ]
which give the name of the duct installed which can be used to display the name of the soft ware that is being associated with the product code.
which give the name of the duct installed which can be used to display the name of the soft ware that is being associated with the product code.