Visual Studio
2 TopicsCreate AVD App Attach ready apps and publish from within Visual Studio
Visual Studio offers the Windows developers an integrated workflow to easily create MSIX packages from within their development environment. But creating an App Attach ready app is a long process, and it is even more complicated to further publish it to AVD. Recommendation: To enable developers to create and test AVD App Attach ready apps, and publish from within their Visual Studio development environment.548Views0likes1CommentUse custom appinstaller file in Visual Studio packaging process
Hi! Still new to MSIX and trying to figure out the workflows. I have a WPF Bridge app and a Windows Application Packaging project in Visual Studio. I have successfully used Visual Studio's Publish -> Create App Package wizard. Now I'd like to add the option to the appinstaller file to show a prompt when there's an update (<UpdateSettings><OnLaunch ShowPrompt="true" ... ). Is there a way to have that option included in the packaging process through Visual Studio? The only alternative that I can see is to manually edit the generated appinstaller file in AppPackages every time I publish, which I'd prefer not to have to do. Thanks!Solved2.3KViews0likes5Comments