User Tools

Site Tools


computing:microsoft_office

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
computing:microsoft_office [2023/07/27 14:11]
gcooper
computing:microsoft_office [2024/11/04 11:39] (current)
gcooper
Line 6: Line 6:
  
 **Create Configuration.xml**: https://config.office.com **Create Configuration.xml**: https://config.office.com
 +
 +**Office 365 Admin Portal**: https://admin.microsoft.com/Adminportal
  
 <file> <file>
 C:\Temp> .\setup.exe /configure .\Configuration-office-ltsc-standard.xml C:\Temp> .\setup.exe /configure .\Configuration-office-ltsc-standard.xml
 +</file>
 +
 +==== Configuration.xml ====
 +
 +=== SPLA Office LTSC ===
 +
 +:!: Excludes OneNote and OneDrive.
 +
 +<file>
 +<Configuration ID="eddbc2c8-e367-4556-8e3c-eb024f1b6658">
 +  <Add OfficeClientEdition="64" Channel="PerpetualVL2021">
 +    <Product ID="StandardSPLA2021Volume" PIDKEY="XXXXX-XXXXX-XXXXX-XXXXX-XXXXX">
 +      <Language ID="en-us" />
 +      <ExcludeApp ID="OneDrive" />
 +      <ExcludeApp ID="OneNote" />
 +    </Product>
 +  </Add>
 +  <Property Name="SharedComputerLicensing" Value="0" />
 +  <Property Name="FORCEAPPSHUTDOWN" Value="FALSE" />
 +  <Property Name="DeviceBasedLicensing" Value="0" />
 +  <Property Name="SCLCacheOverride" Value="0" />
 +  <Property Name="AUTOACTIVATE" Value="1" />
 +  <Updates Enabled="TRUE" />
 +  <RemoveMSI />
 +  <AppSettings>
 +    <Setup Name="Company" Value="XXXXXXXXXXXXX" />
 +  </AppSettings>
 +  <Display Level="None" AcceptEULA="FALSE" />
 +</Configuration>
 </file> </file>
  
 ==== IMAP ==== ==== IMAP ====
  
-<note tip>You must use Control Panel Mail applet to configure an IMAP account.</note>+<note tip>You must use **Control Panel Mail** applet to configure an IMAP account.</note>
  
 ===== Office 2019 Reset ===== ===== Office 2019 Reset =====
Line 81: Line 112:
 <file> <file>
 cscript "C:\Program Files\Microsoft Office\Office15\OSPP.VBS" /dstatus cscript "C:\Program Files\Microsoft Office\Office15\OSPP.VBS" /dstatus
 +</file>
 +
 +  * Office 2016 (32-bit)
 +<file> 
 +cscript "c:\Program Files (x86)\Microsoft Office\Office16\OSPP.VBS" /dstatus
 </file> </file>
computing/microsoft_office.1690488667.txt.gz · Last modified: 2023/07/27 14:11 by gcooper