_AppContainerDeployOptions Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
ACDO_ForceRegistration | 1 | Always do a clean registration (unregister and register). |
ACDO_ForceCleanLayout | 2 | Always do a clean layout update (that is, remove all old files and copy new files). |
ACDO_UseUniqueDeployPackageIdentity | 4 | Allow changing the package identity during deployment to ensure no collisions occur with already installed instances. |
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_NetworkLoopbackEnable | 32 | The network loopback state for the application is enabled. |