Jump to content

Recommended Posts

Posted

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.:confused:

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.

 

sccmrestart.jpg

Posted

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

  • Thanks 1
Posted

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.

Posted
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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...