Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Defines options that can be applied when creating a package dependency by using the MddTryCreatePackageDependency function.
Syntax
typedef enum MddCreatePackageDependencyOptions {
None,
DoNotVerifyDependencyResolution,
ScopeIsSystem
} ;
Constants
NoneNo options are applied. |
DoNotVerifyDependencyResolutionDisables dependency resolution when pinning a package dependency. This is useful for installers running as user contexts other than the target user (for example, installers running as LocalSystem). |
ScopeIsSystemDefines the package dependency for the system, accessible to all users (default is the package dependency is defined for a specific user). This option requires the caller has administrator privileges. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10, version 1809 (with Windows App SDK 1.0 or later) |
| Header | msixdynamicdependency.h |