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
- :
- Uninstall through Control Panel
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
‎Apr 28, 2008
12:49 AM
Uninstall through Control Panel
Hi All,
I am using InstallShield 2008 and its a pure InstallScript project.During
Uninstalling the product through CONTROL PANEL " OnMaintUIBefore() " is
called, but I want " OnUninstall() " to be called during the Uninstallation.
Can any one help me and allso provide me some code so that it would be
helpfull for me.
My Advance Thanks !
I am using InstallShield 2008 and its a pure InstallScript project.During
Uninstalling the product through CONTROL PANEL " OnMaintUIBefore() " is
called, but I want " OnUninstall() " to be called during the Uninstallation.
Can any one help me and allso provide me some code so that it would be
helpfull for me.
My Advance Thanks !
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 29, 2008
06:02 PM
Perhaps hide the Change button with ADDREMOVE_HIDE_CHANGE_OPTION? Or perhaps add -uninst to UNINSTALL_STRING?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 05, 2008
05:23 AM
HI RobertDickau,
Thanks for your reply.
I tried using "-Uninst" its work fine when I uninstall through the StartMenu
but when I Uninstall through the Control Panel still the "OnMaintUIBefore" is
been called.It would be great if you could help me.
My Advance Thanks!
Thanks for your reply.
I tried using "-Uninst" its work fine when I uninstall through the StartMenu
but when I Uninstall through the Control Panel still the "OnMaintUIBefore" is
been called.It would be great if you could help me.
My Advance Thanks!
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 05, 2008
05:26 AM
HI RobertDickau,
Thanks for your reply.
I tried using "-uninst" to UNINSTALL_STRING its work fine when I uninstall
through the StartMenu but when I Uninstall through the CONTROL PANEL still
the "OnMaintUIBefore()" is been called.It would be great if you could help me.
My Advance Thanks!
Thanks for your reply.
I tried using "-uninst" to UNINSTALL_STRING its work fine when I uninstall
through the StartMenu but when I Uninstall through the CONTROL PANEL still
the "OnMaintUIBefore()" is been called.It would be great if you could help me.
My Advance Thanks!