pkerlin101 Posted December 14, 2012 Report post Posted December 14, 2012 I have been trying to deploy a package using a task sequence because I want to give the user a notification using Custom Text. The issue here is that when I run the package it reboots the computer after running the install. I am sure it is because the TS is pending reboot to complete but I do not know how to get around it. The package uses the following command to run the msi package. msiexec /i Software.msi /qb /norestart When I just deploy the package the reboot is suppressed as to be expected. I also have noted when the TS is deployed on a computer that already has the version of software I am deploying that it does not reboot the computer and shows the TS complete. Quote Share this post Link to post Share on other sites More sharing options...
Peter van der Woude Posted December 14, 2012 Report post Posted December 14, 2012 It depends on the exit/return code of the msi. When it return 3010 the task sequence will automatically restart the system. Quote Share this post Link to post Share on other sites More sharing options...