Deploy Office 2013 proofing toolkit
Hello!
The problem that i expiernence is that no proofing tool won't install. Please see my config.xml file down below.
Im trying to deploy Office 2013 proofing tool trough SCCM 2012. I haven't created anything in SCCM yet since i try to get my silent installation to work first.
The problem that i expiernence is that no proofing tool won't install. Please see my config.xml file down below.
<Configuration Product="Proofkit">
<Display Level="Basic" CompletionNotice="no" SuppressModal="no" AcceptEula="yes" />
<USERNAME Value="USERNAME" />
<COMPANYNAME Value="COMPANY" />
<OptionState Id="ProofingTools_1053" State="Absent" Children="force" />
<OptionState Id="ProofingTools_1044" State="Absent" Children="force" />
<OptionState Id="ProofingTools_2068" State="Absent" Children="force" />
<OptionState Id="ProofingTools_1030" State="Absent" Children="force" />
<OptionState Id="ProofingTools_1035" State="Absent" Children="force" />
<Setting Id="SETUP_REBOOT" Value="Never" />
<!-- <Setting Id="KMSSERVICENAME" Value="oa-o14kms-02.redmond.corp.microsoft.com" /> -->
</Configuration>
What im trying to do with this config file is to install the following proofing tools:
- Swedish
- Norwegian (Bokmål)
- Norwegian (Nynorsk)
- Danish
- Finnish
I start the installation via powershell with the following command: .\setup.exe /config "C:\Users\USERNAME\Desktop\Microsoft Office Professional Plus 2013 Proofing Tool 15\proofkit.ww\config.xml"
Does anyone have any suggestions what im doing wrong?
Thank in advance!
// Anthon
0 Comments
[ + ] Show comments
Answers (3)
Answer Summary:
Please log in to answer
Posted by:
anthon
10 years ago
Posted by:
EdT
10 years ago
SCCM does not have access to user profiles so specifying a location in a user profile for the XML configuration file looks like a possible cause for your failure. Try it in a different, common, location.
Also, are you really pointing at a KMS server located at Microsoft or is this just to conceal your real KMS server?
Posted by:
Badger
10 years ago