Update enterprisemodernappmanagement-csp.md

Updated format of the deployment options list and added the description of ExcludeAppFromLayoutModification.
This commit is contained in:
Manika Dhiman 2020-01-31 14:21:50 -08:00 committed by GitHub
parent 3a32414267
commit fe7bf75245
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -492,17 +492,17 @@ Supported operation is Execute, Add, Delete, and Get.
<a href="" id="appinstallation-packagefamilyname-hostedinstall"></a>**AppInstallation/*PackageFamilyName*/HostedInstall** <a href="" id="appinstallation-packagefamilyname-hostedinstall"></a>**AppInstallation/*PackageFamilyName*/HostedInstall**
Required. Command to perform an install of an app package from a hosted location (this can be a local drive, a UNC, or https data source). Required. Command to perform an install of an app package from a hosted location (this can be a local drive, a UNC, or https data source).
DeploymentOptions: The following is list of available deployment options:
ForceApplicationShutdown - ForceApplicationShutdown
DevelopmentMode  - DevelopmentMode 
InstallAllResources - InstallAllResources
ForceTargetApplicationShutdown  - ForceTargetApplicationShutdown 
ForceUpdateToAnyVersion - ForceUpdateToAnyVersion
DeferRegistration="1" - If the app is in use at time of installation.  This stages the files for an app update and completes the registration of the app update after the app closes. Available latest insider flight of 20H1 - DeferRegistration="1". If the app is in use at the time of installation. This stages the files for an app update and completes the registration of the app update after the app closes. Available in the latest insider flight of 20H1.
StageOnly="1"  - Stages the files for an app installation or update without installing the app. Available in 1803 - StageOnly="1". Stages the files for an app installation or update without installing the app. Available in 1803.
LicenseUri="\\server\license.lic" - option is deploying an offline license from the Microsoft Store for Business. Available in 1607 - LicenseUri="\\server\license.lic". Deploys an offline license from the Microsoft Store for Business. Available in 1607.
ValidateDependencies="1" - ValidateDependencies is used at provisioning/staging time. If it is set to 1, deployment will perform the same dependency validation during staging that we would normally do at registration time, failing and rejecting the provision request if the dependencies are not present. Available in the latest Insider flight of 20H1 - ValidateDependencies="1". This is used at provisioning/staging time. If it is set to 1, deployment will perform the same dependency validation during staging that we would normally do at registration time, failing and rejecting the provision request if the dependencies are not present. Available in the latest insider flight of 20H1.
ExcludeAppFromLayoutModification="1" - (need to check with dev on the actual functionality). Available in 1809 - ExcludeAppFromLayoutModification="1". Sets that the app will be provisioned on all devices and will be able to retain the apps provisioned without pinning them to start layout. Available in 1809.
Supported operation is Execute, Add, Delete, and Get. Supported operation is Execute, Add, Delete, and Get.