Office 20132019 C2r Install 644 Lite Install Microsoft Of Full Version Verified [extra Quality] ⚡ No Ads

Tools like "Office 2013-2019 C2R Install" are third-party utilities often used to bypass official

licensing or to customize installations beyond standard retail methods. Office 2013-2019 C2R Install v6.4.4 Lite

This utility is a portable tool designed for the online and offline installation of Microsoft Office suites from 2013 through 2019. The "C2R" stands for Click-to-Run

, which is Microsoft’s standard streaming and virtualization technology for faster deployment. Core Features Version Support : Covers Office 2013, 2016, and 2019. Custom Deployment

: Allows users to select only specific apps (e.g., just Word and Excel) rather than installing the full suite. Lite vs. Full : The "Lite" version is primarily focused on activating KMS editions

, while the full version of the tool supports a broader range of activation scenarios. Architecture Selection : Supports both 32-bit (x86) and 64-bit (x64) systems. Force Remove

: Includes a utility to "Scrub" or force-remove existing Office installations to prevent conflicts during new installs. Retail to VL Conversion Tools like "Office 2013-2019 C2R Install" are third-party

: Can convert Retail versions of Office to Volume License (VL) editions for easier activation through KMS. Standard Usage Steps Preparation

: Uninstall any current Office versions using the "Force Remove Office" button and restart the computer. Configuration

: Select the desired Office version, bitness (x64 recommended for modern systems), and specific applications. Installation

: Click the "Install Office" button. The tool will download the necessary files directly from Microsoft servers. Activation

: Once installed, users often navigate to the "Utilities" tab to perform a "Retail => VL" conversion before clicking "Activate Office". Important Safety and Legal Warnings

4. Click-to-Run and Deployment Concepts

  • C2R streams Office components and virtualizes some runtime elements; installations are per-machine or per-user depending on package.
  • Configuration controlled by an XML file passed to ODT with settings: Product ID, Language, Channel, UpdatePath, Display Level, and ExcludeApp elements to create lite installs.
  • Channels: (relevant channels for Office 2013/2019; use current channel names for subscription products).

10. Troubleshooting Common Issues

  • Activation failure: verify product key, network access to activation services, correct KMS host if used.
  • App missing or crashes: ensure excluded components weren’t required; repair via ODT or Office settings.
  • Update/channel mismatch: verify XML channel settings and update path; force update via Office app or ODT.
  • Logs: use %temp%\OfficeSetupLogs and ClickToRun service logs.

Step 2: Creating the "Lite Install" XML Configuration

A standard Office C2R install dumps every app, background service, and integration tool onto your drive. A lite install strips it down to the essentials. C2R streams Office components and virtualizes some runtime

Using the Office Deployment Tool, create a lite-config.xml file. Below is a verified example targeting 644-style stability:

<Configuration>
  <Add OfficeClientEdition="64" 
       Channel="MonthlyEnterprise"
       SourcePath="C:\OfficeInstaller"
       AllowCdnFallback="True">
    <Product ID="ProPlus2019Volume" 
             PIDKEY="Your-VL-Key-Here">
      <Language ID="en-us" />
      <ExcludeApp ID="Access" />
      <ExcludeApp ID="Publisher" />
      <ExcludeApp ID="OneNote" />
      <ExcludeApp ID="Skype" />
      <ExcludeApp ID="Teams" />
      <ExcludeApp ID="Outlook" />   <!-- Optional: keep if needed -->
    </Product>
  </Add>
  <Property Name="SharedComputerLicensing" Value="0" />
  <Property Name="FORCEAPPSHUTDOWN" Value="FALSE" />
  <Property Name="DeviceBasedLicensing" Value="0" />
  <Updates Enabled="TRUE" />
  <Display Level="None" AcceptEULA="TRUE" />
  <Logging Level="Standard" Path="%temp%" />
</Configuration>

For Office 2013, replace:

  • OfficeClientEdition="32" (if targeting older hardware)
  • Product ID="ProPlus2013Volume"
  • Use a 2013 Volume License key.

The result: Only Word, Excel, and PowerPoint – a true lite install. This reduces disk footprint from ~3GB to under 900MB.

Understanding the “644” Reference

In the context of Office C2R installers, 644 typically refers to a specific build number or a configuration code used in deployment XML files. For example:

  • Office 2019 ProPlus build 16.0.12527.20278 might be referenced in tooling as a numeric tag.
  • Some third-party C2R management tools use “644” as a preset for a stable, verified channel (often Semi-Annual Enterprise Channel).

If you see “Office 2013/2019 C2R Install 644,” it usually indicates a deployment script or tool preconfigured for a known good build with specific update settings.

⚠️ Always verify build numbers against official Microsoft documentation. Unverified third-party “644” builds may contain modifications. For IT pros and advanced users

5. Preparing Installation Packages

5.1 Obtain ODT

  • Download the Office Deployment Tool executable from Microsoft and extract.

5.2 Build configuration XML

  • Full install example (Office Professional Plus 2019, English):
    • Product ID: "ProPlus2019Retail" or appropriate SKU for your license.
    • Include all apps (do not list ExcludeApp).
    • Sample elements: , , , for PIDKEY if needed.
  • Lite install example (Office 2013/2019 with Word, Excel, Outlook only):
    • Use etc. to remove apps you don’t want.
    • Or explicitly choose a smaller product SKU and set if migrating.
  • Use the element to define the update channel or a local UpdatePath for offline deployments.
  • Set for silent installs in enterprise.

5.3 Download vs Direct Install

  • Use ODT with the "Download" action to fetch source files to a network share for repeated installs.
  • Use "Install" action pointing to local source folder for deployment.

What is C2R (Click-to-Run)?

Click-to-Run is Microsoft’s streaming and virtualization installation technology used for Office 2013 and all later versions (2016, 2019, 2021, and Microsoft 365). Instead of traditional MSI-based setups, C2R:

  • Streams only essential files first, allowing faster initial launch.
  • Updates automatically in the background.
  • Runs in a virtualized app-v container to prevent DLL conflicts.

For IT pros and advanced users, C2R gives granular control over which Office products, languages, and architecture (32/64-bit) get installed.

Abstract

This paper explains processes for installing Microsoft Office 2013 and Office 2019 using Click-to-Run (C2R) deployment methods, contrasts “lite” (minimal/custom) and full installations, and outlines verification methods to confirm installation integrity and licensing. It covers official C2R tools, configuration options, common issues, and recommended best practices for reliable, compliant deployment.

3. Tools and Requirements

  • Official Office Deployment Tool (ODT) from Microsoft (downloadable).
  • Office source files or access to Microsoft update channels.
  • Administrator privileges on target machines.
  • Internet access or local network distribution point for C2R streaming/content.
  • Product keys or volume license/activation infrastructure (MAK/KMS/Office 365 activation as applicable).
  • Windows versions compatible with the Office release.