- Notifications
You must be signed in to change notification settings - Fork15
Easily install the latest version of Microsoft Office 2019, 2021, 2024, Microsoft 365 using a 260 KB installer.
License
asheroto/Deploy-Office
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Note
Version 1.0 has been released!
Easily install Office 2019, 2021, 2024, or Microsoft 365. Simply open the program and it will start installing in 30 seconds, or change the options and clickStart
to run immediately.
Everything is downloaded from the cloud, so you'll always have the latest version available when installing.
Desktop shortcuts will also be created by default for any installed Office applications.
Because it's a tiny 260 KB executable that downloads the latest version of Office and installs it for you. No need to download the installer, write XML configuration files, or run the setup manually.
Yes! This isNOT a bootleg or modified version of Office.
As outlined inHow it Works, the software fetchessetup.exe
directly from Microsoft.
Office still needs a valid license, which you can activate post-installation. Typically, after installing Office, you're given a trial period before you need to activate it.
This project and its creators are not affiliated with Microsoft. This software uses the official Office installer provided by Microsoft, which is publicly accessible.
Being open-source, the source code for this software accessible for anyone to read and inspect.
All rights of Microsoft Office or any of Office products listed belong toMicrosoft Corporation.
Note
If you specify a calendar year like 2021, it will limit the selection to non-365 editions only.Similarly, specifying the calendar yearMicrosoft 365
will limit the selection to only Microsoft 365 editions.This is a design choice to make choosing the edition simple.
- 2019
- 2021
- 2024
- Microsoft 365
- Microsoft 365 Family/Personal
- Microsoft 365 Small Business
- Microsoft 365 Education
- Microsoft 365 Enterprise
- Home & Business
- Home & Student
- Personal
- Professional
- Professional Plus
- Professional Plus - Volume
- Standard
- Standard - Volume
- Visio Standard
- Visio Standard - Volume
- Visio Professional
- Visio Professional - Volume
- Project Standard
- Project Standard - Volume
- Project Professional
- Project Professional - Volume
- Access
- Access - Volume
- Excel
- Excel - Volume
- Outlook
- Outlook - Volume
- PowerPoint
- PowerPoint - Volume
- Publisher
- Publisher - Volume
- Word
- Word - Volume
Important
Starting from version 1.0, the ordering of the editions now begins at 1 instead of 0.Deploy-Office.txt
is no longer supported.
This anOPTIONAL feature and is an optional feature to help automate the installation of Office.
WhenDeploy-Office.exe
runs, it checks if theDeploy-Office.ini
file exists, and if so, uses its settings to determine the default Office edition/product for installation.
- Open your favorite text editor such as Notepad, Notepad++, or Visual Studio Code.
- Use the information & examples below to specify the default year/edition. Additional options like creating shortcuts, excluding Teams, or excluding OneDrive are optional.
- Save the file as
Deploy-Office.ini
in the same folder asDeploy-Office.exe
.
Simple example using index numbers (2021 Home & Business)
year=2edition=5
- Specifies the year as2021 (index 2).
- Specifies the edition toHome & Business (index 5).
- Createsdesktop shortcuts (enabled by default).
Simple example using values (2024 Word)
year=2024edition=Word
- Specifies the year as2024.
- Sets the edition toWord.
- Createsdesktop shortcuts (enabled by default).
Detailed example using values and optional settings (2024 Microsoft 365 Family/Personal)
year=2024edition=Microsoft 365 Family/Personalshortcuts=falseexclude_teams=trueexclude_onedrive=true
- Specifies the year as2024.
- Sets the edition toMicrosoft 365 Family/Personal.
- Disables the creation ofdesktop shortcuts.
- Excludes the installation ofMicrosoft Teams.
- Excludes the installation ofOneDrive.
Detailed example using values and optional settings (Professional Plus - Volume)
year=2024edition=10shortcuts=falseexclude_teams=trueexclude_onedrive=true
- Specifies the year as2024.
- Sets the edition toProfessional Plus - Volume.
- Disables the creation ofdesktop shortcuts.
- Excludes the installation ofMicrosoft Teams.
- Excludes the installation ofOneDrive.
Name | Required | Default | Description |
---|---|---|---|
year | Yes | 2021 | Specifies the year for the Office edition/product installation. Can be an index number or a specific year. |
edition | Yes | Professional Plus - Volume | Specifies the edition of the Office product to be installed. Can be an index number or a specific edition name. |
shortcuts | No | Enabled | Determines whether desktop shortcuts should be created. Set totrue orfalse . |
exclude_teams | No | Disabled | Specifies whether to exclude the installation of Microsoft Teams. Set totrue to exclude Teams, otherwise set tofalse . |
exclude_onedrive | No | Disabled | Specifies whether to exclude the installation of OneDrive. Set totrue to exclude OneDrive, otherwise set tofalse . |
Note that shortcuts will be created by default unless disabled.
- If using
Deploy-Office.ini
, it will set the default edition/product to install - Downloads
setup.exe
fromhttps://officecdn.microsoft.com/pr/wsus/setup.exe - Extracts configuration.xml
- Runs
setup.exe /Configure configuration.xml
Note: if you need more advanced options with your Office setup, visitconfig.office.com.
- Windows 10 or later
- Server 2019 or later
- .NET Framework 4.8 (which you probably already have)
- No additional dependencies needed 😊
Download thelatest version in the releases section.
About
Easily install the latest version of Microsoft Office 2019, 2021, 2024, Microsoft 365 using a 260 KB installer.