ich habe ein Problem mit dem Befehl WaitWhileProcessExists, er wartet einfach nicht, die Installation läuft durch.
Code: Select all
[SET:Installation]
Cd ..
Call "SETUP.EXE" /S
WaitWhileProcessExists _INS5176._MP
If %ErrorLevel% <> "0" Then "SET:InstallationError" EndIf
Marco