You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add initial Appx/Msix support, starting with preprovisioning.
This is done using a combination of WinRT and COM, using all publicly available APIs. The APIs used in the Dism PowerShell module are non-public and therefore avoided while there's a supported mechanism.
- Expect accurate, well-researched answers about Windows APIs and COM interfaces. Do not fabricate API names or suggest hacky workarounds when proper documented APIs exist (e.g., Appx COM interfaces for reading package identity).
62
+
- Acknowledge uncertainty rather than inventing answers.
/// Specifies the processor architectures supported by a package.
5
+
/// </summary>
6
+
[System.Diagnostics.CodeAnalysis.SuppressMessage("Naming","CA1712:Do not prefix enum values with type name",Justification="This is how it's named in the Win32 API.")]
0 commit comments