Skip to content

Commit

Permalink
Merge pull request #7 from asheroto/0.1.0.0
Browse files Browse the repository at this point in the history
Disabled 2021 until official release.
  • Loading branch information
asheroto authored Jul 7, 2021
2 parents 3f25771 + 6d30124 commit 394f3a7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions Main.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Main.vb
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ Public Class Main
Configuration = Configuration.Replace("{PRODUCTID}", ProductIDValue)
File.WriteAllText(ConfigPath, Configuration)

'Shell("notepad " & ConfigPath, AppWinStyle.NormalFocus):End

'Run setup
LogAppend("Running setup")
RunSetup()
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

![Screenshot](https://github.com/asheroto/Deploy-Office/blob/master/screenshot.webp?raw=true)

Easily install Office 2019/2021 Simply open the program and it will start installing in 30 seconds, or change the options and click "Start" to run immediately.
Easily install Office 2019 (2021 coming soon). Simply open the program and it will start installing in 30 seconds, or change the options and click "Start" to run immediately.

Everything is downloaded from the cloud, so you'll always have the latest version available when installing.

Expand Down Expand Up @@ -46,8 +46,8 @@ Desktop shortcuts will be created for the installed Office application(s).

## Set the default edition/product to install at runtime
- Create a file named `Deploy-Office.txt` in the same folder as `Deploy-Office.exe`
- Type the edition year, either 2019 or 2020, then put a hyphen, then type position number of the edition in the drop-down, starting from `0`, and save it
- For example, to select `Office 2021 Home & Business` by default, type `2021-4` and save it
- Type the edition year, either 2019 or 2021 (coming soon), then put a hyphen, then type position number of the edition in the drop-down, starting from `0`, and save it
- For example, to select `Office 2019 Home & Business` by default, type `2019-4` and save it

## Download

Expand Down

0 comments on commit 394f3a7

Please sign in to comment.