Hello, I put a gpo using kix on computer configuration on startup/shutdown to install a program but the startup script doesn't wait for the program to finish. Here is my script:

script.kix file:

SHELL "%COMSPEC% /E:1024 /C setup.exe"

It works when I run manually though... Any ideas?