From the course: .NET UI Big Picture: Desktop, ASP.NET and Cross-Platform

Unlock this course with a free trial

Join today to access over 24,900 courses taught by industry experts.

AppContainer deployment with MSIX

AppContainer deployment with MSIX

- [Instructor] In the world of desktop software, installers are essential tools that ensure applications are correctly set up and configured on users' systems. These installers manage the entire installation process, from placing files in the correct directories, to setting up necessary system configurations and dependencies. Without installers, users would have to manually copy files and configure settings, leading to a high risk of errors and a poor user experience. Over the years, various installer technologies have emerged to address the evolving needs of software deployment. The newest and most advanced option, MSIX, offers significant advantages, and should be your first choice when possible. Installer development spans four key areas. It began with MSI, followed by App-V and Desktop Bridge, each addressing specific requirements of their time. These were useful, but the need for a more comprehensive and modern solution became apparent. MSI, the oldest, was often paired with a…

Contents