Quote:
|
but when I drop the job on the client, the client reboots.
|
You mean after the install?
If the install is an MSI, just add this to the arguements - REBOOT=R (yes CAPS count)
You will then need to handle the error return code (probably 3010) within DS as a success.
HTH