Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.28 KB

File metadata and controls

34 lines (27 loc) · 1.28 KB
page_type sample
languages
csharp
cpp
products
windows
windows-app-sdk
name Deployment Manager sample
description Shows how to use the Windows App Runtime Deployment API
urlFragment deployment
extendedZipContent
path target
LICENSE
LICENSE

Deployment Manager sample

This sample demonstrates how to use the DeploymentManager class to ensure the WindowsAppRuntime is initialized and in a good state.

Prerequisites

Building and running the sample

  • Open the solution file (.sln) in Visual Studio.
  • From Visual Studio, either Start Without Debugging (Ctrl+F5) or Start Debugging (F5).

Related Links