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
- :
- Make uninstallation blocking
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 27, 2009
07:14 AM
Make uninstallation blocking
Hey folks,
does anyone have an idea how I can get this command to block the console untill uninstallation finished?
RunDll32 C:\PROGRA~1\COMMON~1\INSTAL~1\PROFES~1\RunTime\09\01\Intel32\Ctor.dll,LaunchSetup "C:\Program Files\InstallShield Installation Information\{DE499746-67B9-11D4-97CE-0050DA10E5AE}\setup.exe" -l0x7 --mt=removeall
Thanks in advance,
Johanes
does anyone have an idea how I can get this command to block the console untill uninstallation finished?
RunDll32 C:\PROGRA~1\COMMON~1\INSTAL~1\PROFES~1\RunTime\09\01\Intel32\Ctor.dll,LaunchSetup "C:\Program Files\InstallShield Installation Information\{DE499746-67B9-11D4-97CE-0050DA10E5AE}\setup.exe" -l0x7 --mt=removeall
Thanks in advance,
Johanes
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 27, 2009
02:13 PM
That command line is obsolete; it refers to a DevStudio 9 uninstallation, or thereabouts. That said, I'm uncertain whether the uninstallation process itself isn't waiting, or the RunDll32 part isn't. If it's just the RunDll32 part, try prefixing your command with start /wait.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 02, 2009
01:54 AM
That works!
Thanks a lot,
Johannes
Thanks a lot,
Johannes