Jump to content

Microsoft Office 2024


draww

Recommended Posts

Posted

I wrote a tutorial regarding Office 2021, and I think it might apply to Office 2024 as well.

1. Start by editing config.xml (remove everything not wanted or needed)
In my example below I wanted Office 2024 in english with proofing tools for Swedish and English.
The things I didn't want was commented away with starting and ending marked in red in the example.
I didn't want "VisioPro2024Volume" or "ProjectPro2024Volume" and Lync, OneDrive, OneNote and Publisher is already excluded by default.

<Configuration ID="68e33005-d9d4-4c32-bba6-e185abeb3b3a">
  <Add OfficeClientEdition="64" Channel="PerpetualVL2024">
    <Product ID="ProPlus2024Volume" PIDKEY="XJ**N-F***K-P**MP-DK***-***GB">
      <Language ID="en-us" />
      <ExcludeApp ID="Lync" />
      <ExcludeApp ID="OneDrive" />
      <ExcludeApp ID="OneNote" />
      <ExcludeApp ID="Publisher" />
    </Product>
    <Product ID="ProofingTools">
         <Language ID="en-us" />
         <Language ID="sv-se" />
    </Product>
    <!--<Product ID="VisioPro2024Volume" PIDKEY="B***8-F**V3-7Q**P-***MV-YY***">
      <Language ID="en-us" />
      <ExcludeApp ID="Lync" />
      <ExcludeApp ID="OneDrive" />
      <ExcludeApp ID="OneNote" />
      <ExcludeApp ID="Publisher" />
    </Product>
    <Product ID="ProjectPro2024Volume" PIDKEY="***23-N***Y-7*H*3-F***C-***F4">
      <Language ID="en-us" />
      <ExcludeApp ID="Lync" />
      <ExcludeApp ID="OneDrive" />
      <ExcludeApp ID="OneNote" />
      <ExcludeApp ID="Publisher" />
    </Product>-->
  </Add>
  <RemoveMSI All="True" />
  <Updates Enabled="TRUE" Channel="PerpetualVL2024"/>
  <Display Level="Full" AcceptEULA="TRUE" />
  <!--<Property Name="SharedComputerLicensing" Value="0" />
  <Property Name="FORCEAPPSHUTDOWN" Value="TRUE" />
  <Property Name="DeviceBasedLicensing" Value="0" />
  <Property Name="SCLCacheOverride" Value="0" />
  <Property Name="AUTOACTIVATE" Value="1" />-->
</Configuration>

2. Run dload.cmd and wait for it to download.

3. Once downloaded run install.cmd and wait for installation to be finished.

4. Use activator of choice

  • Like 1
  • Thanks 3
  • Administrator
Posted
3 hours ago, albator said:

Thanks, the only thing I am missing the location of the downloaded file, do you know about that ?

it's in the same folder as the downloader, a folder named Office will be created and inside that folder you will find Data->version folders.

you only need dload.cmd for creating offline installers, you may use install.cmd rightaway

3PeK2QR.png

  • Like 1
  • Thanks 1

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...