It’s really easy to use Windows Intune for Office 2013 deployment.
Step 1: Just get the Windows 2013 Bits and extract them to a folder.
Step 2: Locate the config.xml in the folder proplusr.ww
Step 3: Open the file in Notepad and make it look something like this:
Full guide here: http://technet.microsoft.com/en-us/library/dd630736.aspx
<Configuration Product=”ProPlusr”>
<Display Level=”none” CompletionNotice=”no” SuppressModal=”yes” AcceptEula=”yes” />
<!– <Logging Type=”standard” Path=”%temp%” Template=”Microsoft Office Professional Plus Setup(*).txt” /> –>
<USERNAME Value=”Windows Intune Deployed user” />
<COMPANYNAME Value=”Haukeberg” />
<!– <INSTALLLOCATION Value=”%programfiles%\Microsoft Office” /> –>
<!– <LIS CACHEACTION=”CacheOnly” /> –>
<!– <LIS SOURCELIST=”\\server1\share\Office;\\server2\share\Office” /> –>
<!– <DistributionPoint Location=”\\server\share\Office” /> –>
<!– <OptionState Id=”OptionID” State=”absent” Children=”force” /> –>
<Setting Id=”SETUP_REBOOT” Value=”Never” />
<Setting Id=”REBOOT” Value=”ReallySuppress”/> <PIDKEY Value=”INSERT YOUR MAK KEY HER, ONLY NUMBERS, NO DASH” /> <Setting Id=”AUTO_ACTIVATE” Value=”1″ />
<!– <Command Path=”%windir%\system32\msiexec.exe” Args=”/i \\server \share\my.msi” QuietArg=”/q” ChainPosition=”after” Execute=”install” /> –>
</Configuration> |
Now, just upload it to Windows Intune and remember to check the box (include all files in the current folder)
Leave a Reply