cancel
Showing results for 
Search instead for 
Did you mean: 

10.0.1 client wont allow silent installation

Sarah_Seftel1
Level 6
Partner Accredited

Hi

I have a situation when running silent installation in the background while outlook is open.

using silent installation on previous version worked great.

10.0.1 client pops out message that outlook is open.

Since it's a 40,000 users - we need to do it without the pop up issue.

 

any ideas?

1 ACCEPTED SOLUTION

Accepted Solutions

Sarah_Seftel1
Level 6
Partner Accredited

the syntax should be:

Msiexec.exe /i SEV10.msi /qn MSIRESTARTMANAGERCONTROL=Disable REBOOT=ReallySuppress

as it appears that WIN7 hav a version 5 of MSIEXEC windows installer, which has newer parameters.

for outlook to not close or system to reboot you must add the : MSIRESTARTMANAGERCONTROL=Disable REBOOT=ReallySuppress in the end of the command.

Case closed smiley

View solution in original post

8 REPLIES 8

JesusWept3
Level 6
Partner Accredited Certified

Probably best to open a support case?
but best bet is to get an older client and get the full log of a silent install, and a silent install of the newer client with full logging and just play spot the difference and pass it across

https://www.linkedin.com/in/alex-allen-turl-07370146

Rob_Wilcox1
Level 6
Partner

how exactly are you doing the 'silent install'?  Which OS?  Have you tried just using msiexec?

Working for cloudficient.com

Sarah_Seftel1
Level 6
Partner Accredited

They customer is using the \qb switch.

win7, instaling trough SCCM, I've asked him to try the \qn switch and let me know.

Rob_Wilcox1
Level 6
Partner

FWIW I tried both switches, and they both worked for me ...

 

MSIEXEC /i <name of MSI> /qb

 

This is Windows 7 SP 1 x86, Office 2010 SP 1 x86.

Working for cloudficient.com

Sarah_Seftel1
Level 6
Partner Accredited

opening a case @ Symantec, will provide the results later on.

Sarah_Seftel1
Level 6
Partner Accredited

the syntax should be:

Msiexec.exe /i SEV10.msi /qn MSIRESTARTMANAGERCONTROL=Disable REBOOT=ReallySuppress

as it appears that WIN7 hav a version 5 of MSIEXEC windows installer, which has newer parameters.

for outlook to not close or system to reboot you must add the : MSIRESTARTMANAGERCONTROL=Disable REBOOT=ReallySuppress in the end of the command.

Case closed smiley

Bruce_Cranksh1
Level 6
Partner Accredited

Thanks for update, thats a good one to keep in mind

Rob_Wilcox1
Level 6
Partner

WOW that's awesome.. Maybe one of the Symantec Support people (who follow this forum) can get a Doc-Etrack raised to make a change to the documentation?

Working for cloudficient.com