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
- :
- How to change the functionality of remove button in add/remove program?
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
Jan 09, 2009
08:29 AM
How to change the functionality of remove button in add/remove program?
Hi.
I want to uninstall some another application with uninsaller of my application.
For that I created batch file which uninsall both applications which contains
MsiExec.exe /X {0C20DEB6-642F-30D9-BBB8-D27A747E8132}
MsiExec.exe /X {CF79A9E2-D043-46F7-B833-7360AB8F7D7E}
Now I want to call that file from AddRemove programs Remove button of my application.
For I changed HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\myapp
uninstall string with path of batch file and tried to uninstall application from add/remove programs but still it uninstall only my application not another.
Then I tried to change the uninstall string of my application with another application uninstall string. Then tried to uninstall application from add/remove programs but still it uninstall only my application not another.
I tried following link
http://community.installshield.com/showthread.php?p=9112#post9112
What is wrong in my case?/
How to achive my functionality?
Thanks & Regards
Varsha
I want to uninstall some another application with uninsaller of my application.
For that I created batch file which uninsall both applications which contains
MsiExec.exe /X {0C20DEB6-642F-30D9-BBB8-D27A747E8132}
MsiExec.exe /X {CF79A9E2-D043-46F7-B833-7360AB8F7D7E}
Now I want to call that file from AddRemove programs Remove button of my application.
For I changed HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\myapp
uninstall string with path of batch file and tried to uninstall application from add/remove programs but still it uninstall only my application not another.
Then I tried to change the uninstall string of my application with another application uninstall string. Then tried to uninstall application from add/remove programs but still it uninstall only my application not another.
I tried following link
http://community.installshield.com/showthread.php?p=9112#post9112
What is wrong in my case?/
How to achive my functionality?
Thanks & Regards
Varsha
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jan 12, 2009
03:03 PM
(Duplicate post; follow-up [post=431508]here[/post].)