Forum Discussion
Use custom appinstaller file in Visual Studio packaging process
- Nov 12, 2019
If you're using:
Visual Studio 2019
You can add the .appinstaller file to your App Packaging Project and modify the update settings from there.
When you eventually go through the packaging wizard, the update settings you defined in the file are preserved.
Have a look at this post for more details - https://techcommunity.microsoft.com/t5/Windows-Dev-AppConsult/Introducing-the-new-App-Installer-template-in-Visual-Studio-2019/ba-p/739019
Visual Studio 2017
The AppInstaller File Builder Sharla recommends is a great option to use for generating the .appinstaller file with your preferred update settings.
Hope this helps.
Tanaka
twastvedt As an alternative to manually editing, you can also build an app installer file using the App Installer File Builder, which is available through the MSIX Toolkit. This provides a handy UI that allows you to customize your app installer file without needing to edit the xml manually. You can find it here on our GitHub.