cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Johannes_T
Level 6

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
Labels (1)
0 Kudos
(2) Replies
MichaelU
Level 12 Flexeran
Level 12 Flexeran

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.
0 Kudos
Johannes_T
Level 6

That works!

Thanks a lot,
Johannes
0 Kudos