for example i have the code below which installs windows search. where would i put the code to continue installation of another application afte r it reboots? Thank you. WinWaitActive("Setup for Windows Search") Sleep(500) Send("!s") send("!w") WinWaitActive("Setup for Windows Search","herzlich willkommen") sleep(500) send("{ENTER}") shutdown (6) In summary thie code does this: Installs a package. Reboots Installs another package. Reboots Installs another package.