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
Thanks for the report. It does appear that the tooling does not:
1) provide a UI in the wizard for creating that entry
2) nor preserve your modifcations
I will open a bug on Visual Studio to address this.
Thanks!