Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
marticliment committed Sep 29, 2024
2 parents 7eefa07 + d3c6679 commit b2aac0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions InstallerExtras/MsiCreator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Sometimes, when deploying software through GPO, msi installers are required. How
In order to obtain a .msi installer, the following guide must be followed.


> **Warning**
> [!Warning]
> When using MSI Installers, required dependencies will not be installed automatically. The deployer will need to ensure that the following requirements are met on target machines:
> - Microsoft Visual C++ Redistriutable 2015-2022 (x64)
> - Microsoft Edge WebView Runtime (x64)
Expand All @@ -17,4 +17,4 @@ git clone https://github.com/marticliment/UniGetUI
3. Download from [GitHub](https://github.com/marticliment/UniGetUI/releases/) the installer version you wish to package as MSI.
4. Move the downloaded exe installer into `InstallerExtras/MsiCreator`. Ensure that the downloaded installer name is **exactly** `UniGetUI Installer.exe`
5. Open the Solution (`MsiInstallerWrapper.sln`) with Visual Studio and build the solution. The files `UniGetUISetup.msi` and `setup.exe` will be created. You may want to delete `setup.exe`, since it will not be used.
6. (Optional) Test that the file `UniGetUISetup.msi` installs UniGetUI properly. You should be now ready to go
6. (Optional) Test that the file `UniGetUISetup.msi` installs UniGetUI properly. You should be now ready to go

0 comments on commit b2aac0b

Please sign in to comment.