dazza007 Posted March 26, 2015 Posted March 26, 2015 Hi I released a application yesterday to the site. During testing I realised that the package forced an SCCM restart, so I unchecked the box below. Our clients are now restarting. The package was a windows management update, using wusa.exe. And testing with the norestart switch was ok. Could anyone clarify why a computer restart would occur.
Steve21 Posted March 26, 2015 Posted March 26, 2015 We found that some programs depending on how they work still force a restart unless you're using the MSI switches etc (on top of the tick box etc). Did you put the norestart in or did you just use the tick box? Also what times are your "maintenance periods" set to? Steve 1
dazza007 Posted March 26, 2015 Author Posted March 26, 2015 The script is wusa.exe "Windows6.1-KB2819745-x86-MultiPkg.msu" /quiet /norestart so it should just work... and I unticked the boxes. I set the package to install after deployment. As I know there is no maintenance period.
Steve21 Posted March 26, 2015 Posted March 26, 2015 The script is wusa.exe "Windows6.1-KB2819745-x86-MultiPkg.msu" /quiet /norestart so it should just work... and I unticked the boxes. I set the package to install after deployment. As I know there is no maintenance period. Would say try: "wusa.exe Windows6.1-KB2819745-x86-MultiPkg.msu /quiet /norestart" Sometimes can be a bit finically with the enclosing - (Command line: """"C:\Windows\system32\wusa.exe"" ""Windows6.1-KB2819745-x86-MultiPkg.msu"" /quiet /norestart"") Steve
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now