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
- :
- Re: Uninstallation Issue, 2008 Driver? MSIEXEC can't find our product?
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
‎Nov 19, 2007
09:40 AM
Uninstallation Issue, 2008 Driver? MSIEXEC can't find our product?
Thanks for reading, we always seem to have problems with our uninstallations and InstallShield.
With the latest version of one of our products we used IS2008, and we are setting up one of our Migration tools to remove this product. Usually we do this by the driver located in Common Files\InstallShield\Driver\(Driver folder)
We've noticed that there doesn't seem to be a 2008 equivalent to the driver folder present for 10.5. How can we set up an uninstall?
We've also tried using MSIEXEC but it's not working properly.
Thanks for any help or advice you can offer!
With the latest version of one of our products we used IS2008, and we are setting up one of our Migration tools to remove this product. Usually we do this by the driver located in Common Files\InstallShield\Driver\(Driver folder)
We've noticed that there doesn't seem to be a 2008 equivalent to the driver folder present for 10.5. How can we set up an uninstall?
We've also tried using MSIEXEC but it's not working properly.
Thanks for any help or advice you can offer!
(8) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 19, 2007
10:23 AM
Idriver.exe no longer exists for script driven MSI projects starting with InstallShield 12 and newer. To uninstall an InstallScript MSI project built in IS 12 or newer from a command line, run something similar to the following:
"C:\Program Files\InstallShield Installation Information\{ProductCode}\setup.exe" -l -uninst
The above command line is provided in the following articles:
http://support.installshield.com/kb/view.asp?articleid=Q112578http://support.installshield.com/kb/view.asp?articleid=Q105808
"C:\Program Files\InstallShield Installation Information\{ProductCode}\setup.exe" -l
The above command line is provided in the following articles:
http://support.installshield.com/kb/view.asp?articleid=Q112578http://support.installshield.com/kb/view.asp?articleid=Q105808
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 19, 2007
11:30 AM
Thanks for the info, the only problem I'm seeing now is that when I uninstall using this method it wants to reboot for some reason? Can I turn that off?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 19, 2007
11:48 AM
Yeah, this is definitely weird. If I just call setup.exe with -uninst it wants to reboot, if I call it in silent mode it does not remove the application.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 19, 2007
05:47 PM
Without a verbose log of the uninstall, it would be difficult to say why the reboot is occurring.
- Is the BATCH_INSTALL variable being set anywhere in your script?
- Does passing /v"REBOOT=ReallySuppress" on the end of the uninstall command line prevent the reboot?
- Is the BATCH_INSTALL variable being set anywhere in your script?
- Does passing /v"REBOOT=ReallySuppress" on the end of the uninstall command line prevent the reboot?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 20, 2007
09:01 AM
The Batch Install variable is not set anywhere that I can see, and the /v"REBOOT=ReallySuppress" does not prevent the reboots (I had high hopes for that one).
You know what's weird? If I open that folder and run the set up by hand it does not ask for a reboot and works perfectly.
You know what's weird? If I open that folder and run the set up by hand it does not ask for a reboot and works perfectly.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 20, 2007
09:30 AM
ploskinj wrote:
The Batch Install variable is not set anywhere that I can see, and the /v"REBOOT=ReallySuppress" does not prevent the reboots (I had high hopes for that one).
You know what's weird? If I open that folder and run the set up by hand it does not ask for a reboot and works perfectly.
Nevermind, it doesn't work. I'm not sure why I thought it did. It's the same.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 20, 2007
01:42 PM
Can you attach a verbose log of the uninstall?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 20, 2007
01:44 PM
Actually, please try adding the following to the end of the uninstall command line:
-runfromtemp
If the problem persists, then attach a verbose log if possible.
-runfromtemp
If the problem persists, then attach a verbose log if possible.