Easiest Way to Install Office 2024 Pro Plus LTSC
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 (the default one 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.

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

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.


<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?
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Answer: If you want to install applications like PowerPoint, Word, Excel, etc., you should not use the <ExcludeApp ID=... /> tag. The <ExcludeApp ID=... /> tag is used to exclude specific applications from being installed.
For example:
- If you write <code> <ExcludeApp ID=Word /></code>, it means you do not want to install Microsoft Word.
- If you write <code> <ExcludeApp ID=PowerPoint /></code>, it means you do not want to install Microsoft PowerPoint.
If you want to install these applications, you should remove the <ExcludeApp ID=... /> lines entirely or ensure they are not present in your configuration. This way, the installer will include all the default applications (like Word, Excel, PowerPoint, etc.) during the installation process.

<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?

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

Virus
I get virus from his install

Understood now. Thank you

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.

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