_AppContainerDeployOptions Enum

Definition

Specifies the deployment options for a Windows Store app.

public enum class _AppContainerDeployOptions
public enum class _AppContainerDeployOptions
enum _AppContainerDeployOptions
public enum _AppContainerDeployOptions
type _AppContainerDeployOptions = 
Public Enum _AppContainerDeployOptions
Inheritance
_AppContainerDeployOptions

Fields

ACDO_ForceCleanLayout 2

Always do a clean layout update (that is, remove all old files and copy new files).

ACDO_ForceRegistration 1

Always do a clean registration (unregister and register).

ACDO_NetworkLoopbackEnable 32

The network loopback state for the application is enabled.

ACDO_RefreshLayoutOnly 8

A fast refresh deployment of a JavaScript application host debuggee. Will not terminate debuggee or force a clean layout/registration.

ACDO_SetNetworkLoopback 16

Force deployment to set a network loopback exception for the application.

ACDO_UseUniqueDeployPackageIdentity 4

Allow changing the package identity during deployment to ensure no collisions occur with already installed instances.

Applies to