Easiest Way to Install Office 2024 Pro Plus LTSC
Tutorials · jag1208@*.ru · posted 05:42 15/02/2025 · edited 05:46 15/02/2025 · 665 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 (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.

Like (3)

Please Login or Register to reply this topic.

pomsin2009@*.com · #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

jag1208@*.ru · #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.

shariful7972@*.com · #7 · 12:58 17/02/2025
 powerrider1422@gmail.com · #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?

-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


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.

powerrider1422@*.com · #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?



jag1208@*.ru · #5 · 23:16 15/02/2025

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

vivavolp@*.com · #4 · 22:47 15/02/2025

Virus 
I get virus from his install

rachanapin007@*.com · #3 · 15:46 15/02/2025

Understood now. Thank you


jag1208@*.ru · #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.

rachanapin007@*.com · #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