InstallerExtras/MsiCreator/README.md
Sometimes, when deploying software through GPO, msi installers are required. However, UniGetUI does not offer such installers by default. In order to obtain a .msi installer, the following guide must be followed.
[!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)
git clone https://github.com/Devolutions/UniGetUI
InstallerExtras/MsiCreator. Ensure that the downloaded installer name is exactly UniGetUI Installer.exeMsiInstallerWrapper.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.UniGetUISetup.msi installs UniGetUI properly. You should be now ready to go