Issue trying to deploy Office 2010
Hi, all
I try to deploy office 2010, i have used the OCT tool to create an msp file,
i have selected every default, only remove old version of office.
I have created a zip file with every file needed for office.
Then i have selected the "Microsoft Office Word MUI (French) 2010 " in the inventory tab, i have linked my zip file,
and tried to deploy it using distribution tab.
here is my commandline "setupe.exe /adminfile "personalise.msp""
I have linked this installation to a label, and have submitted the installation,
but nothing happends.
I have already deployed adobe reader and powerdvd with no issue.
Thankls for your answer
Answers (3)
Did you zip everything up together and upload it into KACE? For us we don't use quotes at all, Here's our installation command in the managed install:
setup.exe /adminfile Office2k10-KMS.MSP
The extra quotes may be what's killing it. Also, make sure you've selected "Don't prepend with MSIEXEC.exe" that could cause an issue as well.
Comments:
-
With a zip you shouldn't have to worry about using "Don't prepend with MSIEXEC.exe" - WhitzEnd 11 years ago
To simplify matters you could put the msp file in the updates folder and then your command line would only need to be setup.exe.
Here is a link explaining it:
http://blogs.technet.com/b/office_resource_kit/archive/2011/05/05/using-the-updates-folder-to-deploy-software-updates-with-an-office-2010-installation.aspx