Install Microsoft Office 2013 with a scripted install in Kace
I have done some research and running a command like "msiexec /i setup /q" does not seem to work.
I have the proper .msp file created, so in theory this should work.
Can anyone tell me what I am doing wrong.
Thanks in advance.
Answers (5)
http://www.itninja.com/blog/view/office-2013-packaging shows an effective how to
Download the Office 2013 ISO. Install virtualclone drive (free) to mount the ISO. You have to copy the Office viewable iso filesto a folder because you’re going to write a customized file from that location. Copy the officecustomization tool (admintemplates_64bit) into the same folder. Run the admintemplates_64 and put the filesin the same folder.
From command promptas admin run the customization tool. Then from a dos prompt as administrator run setup.exe /admin. Choose Create A New Setup CustomizationFile. Choose to enter your license key or kms info. Accept the terms check box. Display level – NONE. Choose NO Cancel. Save the .msp in the folder. name it whatever.MSP
Kace cannot upload more than one file to a library. Zip all the files in the directory includingthe whatever.msp.
I was able to create and push installation via K1000 but I had problem to activate the Office with our E3 O365 license.
When I check
cscript.exe "C:\Program Files\Microsoft Office\Office15\ospp.vbs" /dstatus
I see
---Processing--------------------------All other O365 installations downloaded directly from users office 365 profile shows:
---------------------------------------
SKU ID: 1b686580-9fb1-4b88-bfba-eae7c0da31ad
LICENSE NAME: Office 15, OfficeProPlusR_Grace edition
LICENSE DESCRIPTION: Office 15, RETAIL(Grace) channel
LICENSE STATUS: ---OOB_GRACE---
ERROR CODE: 0x4004F00C
ERROR DESCRIPTION: The Software Licensing Service reported that the application is running within the
ace period.
REMAINING GRACE: 3 days (4507 minute(s) before expiring)
Last 5 characters of installed product key: 27GXM
---------------------------------------
---------------------------------------
---Exiting----------------------------
LICENSE DESCRIPTION: Office 15, TIMEBASED_SUB channelI can remove it with command
C:\>cscript.exe "C:\Program Files\Microsoft Office\Office15\ospp.vbs" /unpkey:27GXM
But still can not activate it with my E3 subscription office 365 account :(
When I tried to create .MPS file with Microsoft Office Customization Tool I was not able to save the file when Product key was empty for "Enter another product key"
MPS file I created was saved under [Licensing and user interface] with "Use KMS client key" option
Do you know any solution how to how to prepare that installation for E3 licensed Office 365 ?
Thanks