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 uninstall program after silent install?
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
Aug 06, 2008
06:07 AM
How to uninstall program after silent install?
I use setup command Line:/r、/s to create one silent installer.(
I use one InstallScript Project)
After silent installing, the uninstall item would show in Add/Remove Panel.
When I run the uninstall item in Add/Remove Panel, no driver can be
removed.
I try to modify some code to uninstall in OnMaintUIBefore(), but
some pc works and some doesn't work.
What event handler when running Uninstall in Add/Remove Panel?
I use one InstallScript Project)
After silent installing, the uninstall item would show in Add/Remove Panel.
When I run the uninstall item in Add/Remove Panel, no driver can be
removed.
I try to modify some code to uninstall in OnMaintUIBefore(), but
some pc works and some doesn't work.
What event handler when running Uninstall in Add/Remove Panel?
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Aug 07, 2008
03:08 AM
I would debug it and found below condition.
First, I run my installer.exe(one single execution file) and install successfully.
And run my installer.exe again, it will remove completely by running
OnMaintUIBefore()、OnMaintUIAfter()
But when I use Add/Remove Programs Panel to run remove option,
it doesn't run any source code(I use ISDbg.exe to debug) and
fail to remove.
What happens this strange condition?
How to solve it?
any hint to me?
First, I run my installer.exe(one single execution file) and install successfully.
And run my installer.exe again, it will remove completely by running
OnMaintUIBefore()、OnMaintUIAfter()
But when I use Add/Remove Programs Panel to run remove option,
it doesn't run any source code(I use ISDbg.exe to debug) and
fail to remove.
What happens this strange condition?
How to solve it?
any hint to me?
bluestar8783 wrote:
I use setup command Line:/r、/s to create one silent installer.(I use one InstallScript Project)
After silent installing, the uninstall item would show in Add/Remove Panel.
When I run the uninstall item in Add/Remove Panel, no driver can be
removed.
I try to modify some code to uninstall in OnMaintUIBefore(), but
some pc works and some doesn't work.
What event handler when running Uninstall in Add/Remove Panel?