Avatar

Easiest Way to Install Office 2024 Pro Plus LTSC

giacomino ยท 05:42 15/02/2025 ยท 19:14 01/05/2025
9 Replies
3 Likes
2089 Views

Office_2024_Pro_Plus_LTSC_Install.zip 
1. Download and unpack the archive.
2. Open the folder with the bitness you need for installation (64 or 32 bits)
3. In this folder open the package folder and find configuration.xml file there
This is a template file and needs to be opened via Notepad and edited according to your preferences
There you need to change the language (default is en-us) and choose the Office apps you need to install
String with the app you need to install must be deleted
After editing close the configuration file saving the changes
5. Go back to the first folder and run start.bat file - the custom installation of Office will begin.
6. Wait for the installation to complete.

Replies

9
P
pomsin2009 #9 00:24 18/02/2025

set k1=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
cls
if exist "%ProgramFiles%\Microsoft Office\Office16\ospp.vbs" cd /d "%ProgramFiles%\Microsoft Office\Office16"
if exist "%ProgramFiles(x86)%\Microsoft Office\Office16\ospp.vbs" cd /d "%ProgramFiles(x86)%\Microsoft Office\Office16"
for /f %i in ('dir /b ..\root\Licenses16\ProPlus2024VL*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%i"
@echo on&mode con: cols=20 lines=2
cscript OSPP.VBS /inpkey:%k1%
@mode con: cols=100 lines=30
cscript ospp.vbs /act

J
giacomino #8 18:32 17/02/2025

Shortly speaking, if you leave config file as it is, unedited - as a result you will install nothing at all "coz all the apps would be excluded.

S
shariful7972 #7 12:58 17/02/2025
P
fisz9818 #6 12:01 17/02/2025

<ExcludeApp ID=Word />

      <ExcludeApp ID=Excel />

      <ExcludeApp ID=Access />

      <ExcludeApp ID="Lync" />

      <ExcludeApp ID=OneNote />

      <ExcludeApp ID=Outlook />

      <ExcludeApp ID=PowerPoint />

      <ExcludeApp ID=OneDrive />



it is like this? if i want to install powerpoint word, etc?



J
giacomino #5 23:16 15/02/2025

What"s virus??? There are no activators inside the archive, this installation method is based on ODT.

V
[email protected] #4 22:47 15/02/2025

Virus 
I get virus from his install

R
pinpin2 #3 15:46 15/02/2025

Understood now. Thank you


J
giacomino #2 14:54 15/02/2025

Open configuration file with Notepad (see how to do that in internet) and edit as normal .txt file.
If you don't need OneDrive and Lync - do nothing,  leave it as it is.
You  need to remove only the strings for Apps you need to install.

R
pinpin2 #1 14:43 15/02/2025

Hi I don't know how to edit.

<Language ID="en-us" />
      <ExcludeApp ID="Word" />
      <ExcludeApp ID="Excel" />
      <ExcludeApp ID="Access" />
      <ExcludeApp ID="Lync" />
      <ExcludeApp ID="OneNote" />
      <ExcludeApp ID="Outlook" />
      <ExcludeApp ID="PowerPoint" />
      <ExcludeApp ID="OneDrive" />

If I don't need OneDrive and Lync, how to edit? Thanks