This project simplifies the deployment of Microsoft Office 2024 Pro Plus LTSC (Long-Term Servicing Channel) using batch scripts and self-extracting executables to download, configure, and install for a seamless installation experience. It adheres to guidelines from Microsoft’s official deployment documentation: Deploy Office LTSC 2024 Link.
Office_2024_Pro_32Bit.exe
Office_2024_Pro_64Bit.exe
These executables are self-contained installers. When executed, they extract the corresponding batch script and immediately run it to automate the installation process.
- Download the Office Deployment Tool:
- The script downloads the official Microsoft Office Deployment Tool directly from Microsoft's servers.
- Install the Deployment Tool:
- It extracts the necessary files from the Office Deployment Tool.
- Generate the Configuration File:
- The script creates a configuration file tailored for either the 32-bit or 64-bit version of Office 2024 Professional Plus LTSC.
- Run the Office Installer:
- Using the configuration file, the script downloads and installs Microsoft Office 2024 directly from Microsoft’s servers.
- Operating System: Windows 10 or later.
- Architecture: Match your system with the correct 32-bit or 64-bit installer.
- Internet Connection: Required for downloading installation files.
- Disk Space: At least 5 GB of free storage.
- Download the correct executable for your system:
- 32-bit systems:
Office_2024_Pro_32Bit.exe
- 64-bit systems:
Office_2024_Pro_64Bit.exe
- 32-bit systems:
- Run the executable.
- The installer will:
- Extract and execute the appropriate batch script.
- Download and install Microsoft Office 2024 Professional Plus LTSC.
- Download either
Install32Bit.bat
orInstall64Bit.bat
. - Place the script in an empty folder and execute it.
- Follow the prompts displayed during installation.
- Ensure Internet Connectivity:
- The installer requires an active internet connection to download files from Microsoft.
- Run as Administrator:
- Right-click the executable or batch file and select Run as Administrator to ensure proper permissions.
- Check Antivirus Software:
- Some antivirus programs may block the installer. Temporarily disable such programs if needed.
- Troubleshooting Installation Errors:
- Verify sufficient disk space (at least 5 GB free).
- Ensure system compatibility with the selected 32-bit or 64-bit installer.
- Review error messages for additional clues.
This project is provided as a convenience tool for licensed users of Microsoft Office 2024 Professional Plus LTSC. You must have a valid Microsoft Office license to use this installer.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT, OR OTHERWISE, ARISING FROM, OUT OF, OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.