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
- :
- Problem in Uninstallation
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 10, 2008
06:12 AM
Problem in Uninstallation
Hi I have an appliaction(setup.exe by IS 2008) which gets installed and uninstalled by my Master isntaller. This master installer(Basic .Msi) is developed by using InstallShield 2008. But I am getting some problem in uninstallation of application.
I checked the uninstallation string of previous build which is as below.This used to work fine.
RunDll32 C:\PROGRA~1\COMMON~1\INSTAL~1\PROFES~1\RunTime\09\01\Intel32\Ctor.dll,LaunchSetup "C:\Program Files\InstallShield Installation Information\{D6E3B415-056F-49A4-BB49-9EE417C00762}\setup.exe" -l0x9 -uninst
but the new uninstallation string is creating problem.
"C:\Program Files\InstallShield Installation Information\{D6E3B415-056F-49A4-BB49-9EE417C00762}\setup.exe" -runfromtemp -l0x0009 -uninst -removeonly.
What is the use of runfromtemp option... Please help in making it a complete silent uninstallation.
Thanks
I checked the uninstallation string of previous build which is as below.This used to work fine.
RunDll32 C:\PROGRA~1\COMMON~1\INSTAL~1\PROFES~1\RunTime\09\01\Intel32\Ctor.dll,LaunchSetup "C:\Program Files\InstallShield Installation Information\{D6E3B415-056F-49A4-BB49-9EE417C00762}\setup.exe" -l0x9 -uninst
but the new uninstallation string is creating problem.
"C:\Program Files\InstallShield Installation Information\{D6E3B415-056F-49A4-BB49-9EE417C00762}\setup.exe" -runfromtemp -l0x0009 -uninst -removeonly.
What is the use of runfromtemp option... Please help in making it a complete silent uninstallation.
Thanks
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Nov 11, 2008
12:36 AM
any update...