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

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?
Labels (1)
0 Kudos
(1) Reply
CHANDINATHREDDY
Level 7

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.
0 Kudos