Chapter 2. App packaging and deployment

In Chapter 1 you learned that one of the design goals for Windows Store apps was that Windows should be able to cleanly install and uninstall the app so that users have confidence that an app will not irreparably affect their system. This means that everything your Windows Store app needs to run successfully must be combined together so that the system knows the complete footprint of your app. The resulting file is called an app package, and it contains binaries such as your executable, libraries, and Windows Runtime (WinRT) components. It also contains resource files your app uses such as images and media files. You use Microsoft Visual Studio to build your app and create your app’s package file. This package ...

Get Windows Runtime via C# now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.