README.md (595B)
1 ## AppInstallerTestMsiInstaller.msi 2 Due to MSI projects requiring a special extension, we have simply checked in a built version of the test MSI. To create a new one, which may be needed if the test EXE inside it needs to be updated: 3 4 1. Ensure that the extension is installed locally 5 6 a. [Microsoft Visual Studio Installer Projects 2022](https://marketplace.visualstudio.com/items?itemName=VisualStudioClient.MicrosoftVisualStudio2022InstallerProjects) 7 2. Set configuration to "Release|x86" 8 3. Build AppInstallerTestMsiInstaller project 9 4. Check in new MSI over the one in TestData