PDA

View Full Version : Make uninstallation blocking



Johannes_T
08-27-2009, 07:14 AM
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

MichaelU
08-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.

Johannes_T
09-02-2009, 01:54 AM
That works!

Thanks a lot,
Johannes