Update README.md

This commit is contained in:
Martí Climent
2024-03-25 15:56:45 +01:00
committed by GitHub
parent b5a73e27ce
commit a41f6ef5aa
+3
View File
@@ -9,6 +9,9 @@ Usage instructions:
> [!WARNING]
> The `CreateAppInstaller()` WinRT function does not exist. `CreatePackageManager()` must be used instead.
> [!CAUTION]
> If an elevated process initializes WinGet with the `WindowsPackageManagerStandardFactory()` class, the method `CreatePackageManager()` will crash. The class `WindowsPackageManagerElevatedFactory()` must be used instead
# Usage example
The following example can be found on the `Demo Console App` project on this same repository.