共用方式為


AddPackageByAppInstallerOptions 列舉

定義

適用于應用程式安裝程式的 DeploymentOptions 子集。

此列舉支援其成員值的位元組合。

public enum class AddPackageByAppInstallerOptions
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
enum class AddPackageByAppInstallerOptions
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
public enum AddPackageByAppInstallerOptions
var value = Windows.Management.Deployment.AddPackageByAppInstallerOptions.none
Public Enum AddPackageByAppInstallerOptions
繼承
AddPackageByAppInstallerOptions
屬性

Windows 需求

裝置系列
Windows 10 Fall Creators Update (已於 10.0.16299.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v5.0 引進)

欄位

ForceTargetAppShutdown 64

如果此套件目前正在使用中,則與封裝相關聯的進程會強制關閉,以便繼續註冊。

InstallAllResources 32

當您設定此選項時,系統會指示應用程式略過資源適用性檢查。 這會有效地分階段或註冊使用者傳遞給 命令的所有資源套件,這會強制套用套件組合中包含的所有套件。 如果使用者傳入套件組合,則會註冊所有包含的資源套件。

LimitToExistingPackages 512

請勿下載遺漏的參考套件

None 0

會使用預設行為。

RequiredContentGroupOnly 256

當您設定此選項時,只會暫存必要的內容群組。 應用程式可以單獨安裝為具有必要內容群組的套件。

備註

版本歷程記錄

Windows 版本 SDK 版本 新增值
1903 18362 LimitToExistingPackages

適用於