Office 20132024 C2r Install And Install Lite V -

Create a file named lite2013.xml in C:\ODT2013 with this content:

<Configuration>
  <Add SourcePath="D:\Office2013\" OfficeClientEdition="64" Channel="PerpetualVL2013">
    <Product ID="ProPlusVolume" PIDKEY="YOUR-MAK-KEY-HERE">
      <Language ID="en-us" />
      <ExcludeApp ID="Access" />
      <ExcludeApp ID="Publisher" />
      <ExcludeApp ID="OneNote" />
      <ExcludeApp ID="Outlook" />
      <ExcludeApp ID="SkypeForBusiness" />
      <ExcludeApp ID="Groove" />
      <ExcludeApp ID="Lync" />
    </Product>
  </Add>
  <Display Level="None" AcceptEULA="TRUE" />
  <Logging Level="Standard" Path="%temp%" />
  <Updates Enabled="FALSE" />
  <Property Name="SharedComputerLicensing" Value="0" />
  <Property Name="PinIconsToTaskbar" Value="FALSE" />
</Configuration>

Explanation:

Let’s walk through a typical installation of Office 2024 ProPlus using the full C2R Install tool. office 20132024 c2r install and install lite v

For enterprises that need a unified installation script that handles both versions depending on the machine, use dynamic detection and a single configuration template. Create a file named lite2013

Only if you enable updates in the XML. Without updates, you risk vulnerabilities. Better approach: Use <Updates Enabled="TRUE" /> but keep apps minimal. Explanation : Let’s walk through a typical installation

| Version | C2R Support | Lite Possibility | Notes | |---------|-------------|------------------|-------| | Office 2013 | Yes (old C2R) | Hard | ODT v16.0.xxxx; no longer gets security updates. Avoid for security. | | Office 2016 | Yes | Easy via ODT | Volume License (VL) version recommended for custom XML. | | Office 2019 | Yes | Easy via ODT | Perpetual, mainstream support ended. | | Office 2021 | Yes | Easy via ODT | Best balance of features & lite install. | | Office 2024 | Yes (latest) | Easy via ODT | Requires newest ODT (as of late 2024/early 2025). |


setup.exe /configure lite-config.xml

Wait 5–10 minutes. You’ll have only Word, Excel, PowerPoint – no extra services except the C2R runtime (required).