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
- :
- Hide entry in Add/Remove in Patch
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
Feb 09, 2010
01:09 AM
Hide entry in Add/Remove in Patch
Hello,
I am creating update.exe using patch project.
This update.exe (let us call it U1) deployed another update.exe (Let us call it U2). U2 will be invoked by U1 silently. But U2 makes entry in Add/Remove programs in Control Panel.
I have make ‘Yes’ to hide add/remove entry of patch project of U2. Still it displays.
How can I resolve this issue?
I am using InstallSheild 2008.
Please I need your help.
Thanks,
Manan Shah
I am creating update.exe using patch project.
This update.exe (let us call it U1) deployed another update.exe (Let us call it U2). U2 will be invoked by U1 silently. But U2 makes entry in Add/Remove programs in Control Panel.
I have make ‘Yes’ to hide add/remove entry of patch project of U2. Still it displays.
How can I resolve this issue?
I am using InstallSheild 2008.
Please I need your help.
Thanks,
Manan Shah
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Feb 11, 2010
06:29 AM
Find GUID for U2 in the registry.
(HKLM-Microsoft-Windows-CurrentVersion-Uninstall)
Either delete this entry or remove value of 'Display name' using script.
(HKLM-Microsoft-Windows-CurrentVersion-Uninstall)
Either delete this entry or remove value of 'Display name' using script.