Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 1.04 KB

autoupdatesettingsoptions_updateblocksactivation.md

File metadata and controls

31 lines (17 loc) · 1.04 KB
-api-id -api-type
P:Windows.Management.Deployment.AutoUpdateSettingsOptions.UpdateBlocksActivation
winrt property

Windows.Management.Deployment.AutoUpdateSettingsOptions.UpdateBlocksActivation

-description

Gets or sets a boolean value specifying whether the deployment service will stop the user from launching the application until a pending update has been applied.

-property-value

True if app activation is blocked by updates; otherwise, false.

-remarks

When this property is true, on app launch the user is shown a dialog that will allow them to update or close the app. When this property is false, the user is shown a dialog that will allow them to update or launch the app. If the user launches the app, the update will be applied silently at an opportune time.

This property is equivalent to the UpdateBlocksActivation attribute of the OnLaunch element of the App Installer file schema.

-see-also

-examples