AppInstallOptions.StageButDoNotInstall Property

Definition

Gets or sets a value that indicates whether the installation of the app should pause after the download and staging step but not complete the final install.

public:
 property bool StageButDoNotInstall { bool get(); void set(bool value); };
bool StageButDoNotInstall();

void StageButDoNotInstall(bool value);
public bool StageButDoNotInstall { get; set; }
var boolean = appInstallOptions.stageButDoNotInstall;
appInstallOptions.stageButDoNotInstall = boolean;
Public Property StageButDoNotInstall As Boolean

Property Value

Boolean

bool

True to pause the install after the download and staging of the app but not complete the final app registration; otherwise, false.

Windows requirements

Device family
Windows 10, version 1809 (introduced in 10.0.17763.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v7.0)

Applies to