├── .config └── configuration.winget ├── .editorconfig ├── .github ├── ISSUE_TEMPLATE │ ├── Bug_Report.yml │ ├── Documentation_Issue.yml │ ├── Feature_Request.yml │ └── config.yml ├── PULL_REQUEST_TEMPLATE.md ├── actions │ └── spelling │ │ ├── README.md │ │ ├── advice.md │ │ ├── allow.txt │ │ ├── candidate.patterns │ │ ├── excludes.txt │ │ ├── expect.txt │ │ ├── line_forbidden.patterns │ │ ├── patterns.txt │ │ └── reject.txt ├── images │ ├── README.md │ ├── WIPowerToys.gif │ ├── WindowsPackageManager_Assets │ │ ├── ICO │ │ │ ├── PNG │ │ │ │ ├── _16.png │ │ │ │ ├── _20.png │ │ │ │ ├── _24.png │ │ │ │ ├── _256.png │ │ │ │ ├── _32.png │ │ │ │ ├── _40.png │ │ │ │ ├── _48.png │ │ │ │ └── _64.png │ │ │ └── WindowsPackageManager.ico │ │ └── UWP │ │ │ ├── AppList.scale-100.png │ │ │ ├── AppList.scale-100_altform-colorful_theme-light.png │ │ │ ├── AppList.scale-125.png │ │ │ ├── AppList.scale-125_altform-colorful_theme-light.png │ │ │ ├── AppList.scale-150.png │ │ │ ├── AppList.scale-150_altform-colorful_theme-light.png │ │ │ ├── AppList.scale-200.png │ │ │ ├── AppList.scale-200_altform-colorful_theme-light.png │ │ │ ├── AppList.scale-400.png │ │ │ ├── AppList.scale-400_altform-colorful_theme-light.png │ │ │ ├── AppList.targetsize-16.png │ │ │ ├── AppList.targetsize-16_altform-lightunplated.png │ │ │ ├── AppList.targetsize-16_altform-unplated.png │ │ │ ├── AppList.targetsize-20.png │ │ │ ├── AppList.targetsize-20_altform-lightunplated.png │ │ │ ├── AppList.targetsize-20_altform-unplated.png │ │ │ ├── AppList.targetsize-24.png │ │ │ ├── AppList.targetsize-24_altform-lightunplated.png │ │ │ ├── AppList.targetsize-24_altform-unplated.png │ │ │ ├── AppList.targetsize-256.png │ │ │ ├── AppList.targetsize-256_altform-lightunplated.png │ │ │ ├── AppList.targetsize-256_altform-unplated.png │ │ │ ├── AppList.targetsize-30.png │ │ │ ├── AppList.targetsize-30_altform-lightunplated.png │ │ │ ├── AppList.targetsize-30_altform-unplated.png │ │ │ ├── AppList.targetsize-32.png │ │ │ ├── AppList.targetsize-32_altform-lightunplated.png │ │ │ ├── AppList.targetsize-32_altform-unplated.png │ │ │ ├── AppList.targetsize-36.png │ │ │ ├── AppList.targetsize-36_altform-lightunplated.png │ │ │ ├── AppList.targetsize-36_altform-unplated.png │ │ │ ├── AppList.targetsize-40.png │ │ │ ├── AppList.targetsize-40_altform-lightunplated.png │ │ │ ├── AppList.targetsize-40_altform-unplated.png │ │ │ ├── AppList.targetsize-48.png │ │ │ ├── AppList.targetsize-48_altform-lightunplated.png │ │ │ ├── AppList.targetsize-48_altform-unplated.png │ │ │ ├── AppList.targetsize-56.png │ │ │ ├── AppList.targetsize-56_altform-lightunplated.png │ │ │ ├── AppList.targetsize-56_altform-unplated.png │ │ │ ├── AppList.targetsize-60.png │ │ │ ├── AppList.targetsize-60_altform-lightunplated.png │ │ │ ├── AppList.targetsize-60_altform-unplated.png │ │ │ ├── AppList.targetsize-64.png │ │ │ ├── AppList.targetsize-64_altform-lightunplated.png │ │ │ ├── AppList.targetsize-64_altform-unplated.png │ │ │ ├── AppList.targetsize-72.png │ │ │ ├── AppList.targetsize-72_altform-lightunplated.png │ │ │ ├── AppList.targetsize-72_altform-unplated.png │ │ │ ├── AppList.targetsize-80.png │ │ │ ├── AppList.targetsize-80_altform-lightunplated.png │ │ │ ├── AppList.targetsize-80_altform-unplated.png │ │ │ ├── AppList.targetsize-96.png │ │ │ ├── AppList.targetsize-96_altform-lightunplated.png │ │ │ ├── AppList.targetsize-96_altform-unplated.png │ │ │ ├── LargeTile.scale-100.png │ │ │ ├── LargeTile.scale-100_altform-colorful_theme-light.png │ │ │ ├── LargeTile.scale-125.png │ │ │ ├── LargeTile.scale-125_altform-colorful_theme-light.png │ │ │ ├── LargeTile.scale-150.png │ │ │ ├── LargeTile.scale-150_altform-colorful_theme-light.png │ │ │ ├── LargeTile.scale-200.png │ │ │ ├── LargeTile.scale-200_altform-colorful_theme-light.png │ │ │ ├── LargeTile.scale-400.png │ │ │ ├── LargeTile.scale-400_altform-colorful_theme-light.png │ │ │ ├── MedTile.scale-100.png │ │ │ ├── MedTile.scale-100_altform-colorful_theme-light.png │ │ │ ├── MedTile.scale-125.png │ │ │ ├── MedTile.scale-125_altform-colorful_theme-light.png │ │ │ ├── MedTile.scale-150.png │ │ │ ├── MedTile.scale-150_altform-colorful_theme-light.png │ │ │ ├── MedTile.scale-200.png │ │ │ ├── MedTile.scale-200_altform-colorful_theme-light.png │ │ │ ├── MedTile.scale-400.png │ │ │ ├── MedTile.scale-400_altform-colorful_theme-light.png │ │ │ ├── SmallTile.scale-100.png │ │ │ ├── SmallTile.scale-100_altform-colorful_theme-light.png │ │ │ ├── SmallTile.scale-125.png │ │ │ ├── SmallTile.scale-125_altform-colorful_theme-light.png │ │ │ ├── SmallTile.scale-150.png │ │ │ ├── SmallTile.scale-150_altform-colorful_theme-light.png │ │ │ ├── SmallTile.scale-200.png │ │ │ ├── SmallTile.scale-200_altform-colorful_theme-light.png │ │ │ ├── SmallTile.scale-400.png │ │ │ ├── SmallTile.scale-400_altform-colorful_theme-light.png │ │ │ ├── SplashScreen.scale-100.png │ │ │ ├── SplashScreen.scale-100_altform-colorful_theme-dark.png │ │ │ ├── SplashScreen.scale-100_altform-colorful_theme-light.png │ │ │ ├── SplashScreen.scale-125.png │ │ │ ├── SplashScreen.scale-125_altform-colorful_theme-dark.png │ │ │ ├── SplashScreen.scale-125_altform-colorful_theme-light.png │ │ │ ├── SplashScreen.scale-150.png │ │ │ ├── SplashScreen.scale-150_altform-colorful_theme-dark.png │ │ │ ├── SplashScreen.scale-150_altform-colorful_theme-light.png │ │ │ ├── SplashScreen.scale-200.png │ │ │ ├── SplashScreen.scale-200_altform-colorful_theme-dark.png │ │ │ ├── SplashScreen.scale-200_altform-colorful_theme-light.png │ │ │ ├── SplashScreen.scale-400.png │ │ │ ├── SplashScreen.scale-400_altform-colorful_theme-dark.png │ │ │ ├── SplashScreen.scale-400_altform-colorful_theme-light.png │ │ │ ├── StoreDisplay-150.png │ │ │ ├── StoreDisplay-300.png │ │ │ ├── StoreDisplay-71.png │ │ │ ├── StoreLogo.scale-100.png │ │ │ ├── StoreLogo.scale-100_altform-colorful_theme-light.png │ │ │ ├── StoreLogo.scale-125.png │ │ │ ├── StoreLogo.scale-125_altform-colorful_theme-light.png │ │ │ ├── StoreLogo.scale-150.png │ │ │ ├── StoreLogo.scale-150_altform-colorful_theme-light.png │ │ │ ├── StoreLogo.scale-200.png │ │ │ ├── StoreLogo.scale-200_altform-colorful_theme-light.png │ │ │ ├── StoreLogo.scale-400.png │ │ │ ├── StoreLogo.scale-400_altform-colorful_theme-light.png │ │ │ ├── WideTile.scale-100.png │ │ │ ├── WideTile.scale-100_altform-colorful_theme-light.png │ │ │ ├── WideTile.scale-125.png │ │ │ ├── WideTile.scale-125_altform-colorful_theme-light.png │ │ │ ├── WideTile.scale-150.png │ │ │ ├── WideTile.scale-150_altform-colorful_theme-light.png │ │ │ ├── WideTile.scale-200.png │ │ │ ├── WideTile.scale-200_altform-colorful_theme-light.png │ │ │ ├── WideTile.scale-400.png │ │ │ └── WideTile.scale-400_altform-colorful_theme-light.png │ ├── WingetInstall.gif │ └── WingetInstallTerminal.gif ├── policies │ ├── automergeTriggers.yml │ ├── labelAdded.noRecentActivity.yml │ ├── labelManagement.issueClosed.yml │ ├── labelManagement.issueOpened.yml │ ├── labelManagement.issueUpdated.yml │ ├── labelManagement.needsFeedbackHub.yml │ ├── labelManagement.triageLabels.yml │ ├── moderatorTriggers.yml │ ├── scheduledSearch.closeNoRecentActivity.yml │ └── scheduledSearch.markNoRecentActivity.yml └── workflows │ ├── spelling.yml │ ├── spelling2.yml │ └── spelling3.yml ├── .gitignore ├── .vsconfig ├── CODEOWNERS ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE ├── Localization ├── Policies │ ├── de-DE │ │ └── DesktopAppInstaller.adml │ ├── es-ES │ │ └── DesktopAppInstaller.adml │ ├── fr-FR │ │ └── DesktopAppInstaller.adml │ ├── it-IT │ │ └── DesktopAppInstaller.adml │ ├── ja-JP │ │ └── DesktopAppInstaller.adml │ ├── ko-KR │ │ └── DesktopAppInstaller.adml │ ├── pt-BR │ │ └── DesktopAppInstaller.adml │ ├── ru-RU │ │ └── DesktopAppInstaller.adml │ ├── zh-CN │ │ └── DesktopAppInstaller.adml │ └── zh-TW │ │ └── DesktopAppInstaller.adml ├── Resources │ ├── de-DE │ │ ├── Resources.resw │ │ └── winget.resw │ ├── es-ES │ │ ├── Resources.resw │ │ └── winget.resw │ ├── fr-FR │ │ ├── Resources.resw │ │ └── winget.resw │ ├── it-IT │ │ ├── Resources.resw │ │ └── winget.resw │ ├── ja-JP │ │ ├── Resources.resw │ │ └── winget.resw │ ├── ko-KR │ │ ├── Resources.resw │ │ └── winget.resw │ ├── pt-BR │ │ ├── Resources.resw │ │ └── winget.resw │ ├── ru-RU │ │ ├── Resources.resw │ │ └── winget.resw │ ├── zh-CN │ │ ├── Resources.resw │ │ └── winget.resw │ └── zh-TW │ │ ├── Resources.resw │ │ └── winget.resw └── Settings │ └── LocConfig.xml ├── NOTICE ├── PRIVACY.md ├── README.md ├── SECURITY.md ├── SUPPORT.md ├── azure-pipelines.loc.yml ├── azure-pipelines.yml ├── cgmanifest.json ├── doc ├── Completion.md ├── Developing.md ├── Settings.md ├── admx │ ├── DesktopAppInstaller.admx │ └── en-US │ │ └── DesktopAppInstaller.adml ├── specs │ ├── #1012 - Show dependencies.md │ ├── #1155 - Enhancements to list command.md │ ├── #1287 - Management of package type dependencies.md │ ├── #140 - ZIP Support.md │ ├── #148 - Repair Support.md │ ├── #163 - Dependencies.md │ ├── #164 - PWA Support.md │ ├── #182 - Support for installation of portable standalone apps.md │ ├── #190 - Proxy Support.md │ ├── #292 - winget should install an app if there is an exact match.md │ ├── #3026 - Bypass Microsoft Store blocked for COM API.md │ ├── #364 - Feature Toggle.md │ ├── #396 - Settings command.md │ ├── #476 - Package Pinning.md │ ├── #658 - WinGet Download.md │ ├── #888 - Com Api.md │ ├── #893 - Support for arbitrary HTTP header for Rest sources.md │ ├── #929 #2334 - Improvements and behavior changes to winget install and winget upgrade flow.md │ ├── #980 - Apps and Features entries version mapping.md │ ├── Configuration-COM-API.md │ └── spec-template.md ├── troubleshooting │ └── README.md ├── windows-package-manager-release-roadmap.md └── windows │ └── package-manager │ ├── index.md │ ├── package │ ├── binary-validation-errors.md │ ├── images │ │ ├── fork.png │ │ └── pull-request.png │ ├── index.md │ ├── manifest.md │ ├── repository.md │ ├── windows-package-manager-policies-change-history.md │ ├── windows-package-manager-policies.md │ ├── winget-validation-troubleshooter.md │ └── winget-validation.md │ └── winget │ ├── export.md │ ├── features.md │ ├── hash.md │ ├── help.md │ ├── images │ ├── export-command.png │ ├── export.png │ ├── features.png │ ├── hash.png │ ├── help.png │ ├── import-command.png │ ├── import.png │ ├── install.png │ ├── list-count.png │ ├── list-id-source.png │ ├── list-name.png │ ├── list-update.png │ ├── list.png │ ├── search.png │ ├── settings.png │ ├── show.png │ ├── source-list-winget.png │ ├── source-list.png │ ├── source.png │ ├── uninstall-execute.png │ ├── uninstall-multiple.png │ ├── uninstall-with-list.png │ ├── uninstall.png │ ├── upgrade.gif │ └── upgrade.png │ ├── import.md │ ├── index.md │ ├── install.md │ ├── list.md │ ├── returnCodes.md │ ├── search.md │ ├── settings.md │ ├── show.md │ ├── source.md │ ├── uninstall.md │ ├── upgrade.md │ └── validate.md ├── samples ├── MinimalCallers │ ├── C# │ │ ├── Configuration-InProc │ │ │ ├── C#_Configuration_InProc.csproj │ │ │ └── Program.cs │ │ ├── Configuration-OutOfProc │ │ │ ├── C#_Configuration_OutOfProc.csproj │ │ │ └── Program.cs │ │ ├── WinGet-InProc │ │ │ ├── C#_WinGet_InProc.csproj │ │ │ └── Program.cs │ │ └── WinGet-OutOfProc │ │ │ ├── C#_WinGet_OutOfProc.csproj │ │ │ └── Program.cs │ ├── C++ │ │ ├── WinGet-InProc │ │ │ ├── WinGet-InProc.cpp │ │ │ ├── WinGet-InProc.vcxproj │ │ │ ├── WinGet-InProc.vcxproj.filters │ │ │ └── packages.config │ │ └── WinGet-OutOfProc │ │ │ ├── WinGet-OutOfProc.cpp │ │ │ ├── WinGet-OutOfProc.vcxproj │ │ │ ├── WinGet-OutOfProc.vcxproj.filters │ │ │ └── packages.config │ ├── MinimalCallers.sln │ └── README.md └── WinGetUWPCaller │ ├── WinGetUWPCaller.sln │ └── WinGetUWPCaller │ ├── ActivePackageView.cpp │ ├── ActivePackageView.h │ ├── App.cpp │ ├── App.h │ ├── App.idl │ ├── App.xaml │ ├── Assets │ ├── LockScreenLogo.scale-200.png │ ├── SplashScreen.scale-200.png │ ├── Square150x150Logo.scale-200.png │ ├── Square44x44Logo.scale-200.png │ ├── Square44x44Logo.targetsize-24_altform-unplated.png │ ├── StoreLogo.png │ └── Wide310x150Logo.scale-200.png │ ├── MainPage.cpp │ ├── MainPage.h │ ├── MainPage.idl │ ├── MainPage.xaml │ ├── Package.appxmanifest │ ├── WinGetUWPCaller.vcxproj │ ├── WinGetUWPCaller.vcxproj.filters │ ├── packages.config │ ├── pch.cpp │ └── pch.h ├── schemas └── JSON │ ├── configuration │ ├── configuration.schema.0.1.json │ └── configuration.schema.0.2.json │ ├── manifests │ ├── preview │ │ └── manifest.0.1.0.json │ ├── v1.0.0 │ │ ├── manifest.defaultLocale.1.0.0.json │ │ ├── manifest.installer.1.0.0.json │ │ ├── manifest.locale.1.0.0.json │ │ ├── manifest.singleton.1.0.0.json │ │ └── manifest.version.1.0.0.json │ ├── v1.1.0 │ │ ├── manifest.defaultLocale.1.1.0.json │ │ ├── manifest.installer.1.1.0.json │ │ ├── manifest.locale.1.1.0.json │ │ ├── manifest.singleton.1.1.0.json │ │ └── manifest.version.1.1.0.json │ ├── v1.10.0 │ │ ├── manifest.defaultLocale.1.10.0.json │ │ ├── manifest.installer.1.10.0.json │ │ ├── manifest.locale.1.10.0.json │ │ ├── manifest.singleton.1.10.0.json │ │ └── manifest.version.1.10.0.json │ ├── v1.2.0 │ │ ├── manifest.defaultLocale.1.2.0.json │ │ ├── manifest.installer.1.2.0.json │ │ ├── manifest.locale.1.2.0.json │ │ ├── manifest.singleton.1.2.0.json │ │ └── manifest.version.1.2.0.json │ ├── v1.4.0 │ │ ├── manifest.defaultLocale.1.4.0.json │ │ ├── manifest.installer.1.4.0.json │ │ ├── manifest.locale.1.4.0.json │ │ ├── manifest.singleton.1.4.0.json │ │ └── manifest.version.1.4.0.json │ ├── v1.5.0 │ │ ├── manifest.defaultLocale.1.5.0.json │ │ ├── manifest.installer.1.5.0.json │ │ ├── manifest.locale.1.5.0.json │ │ ├── manifest.singleton.1.5.0.json │ │ └── manifest.version.1.5.0.json │ ├── v1.6.0 │ │ ├── manifest.defaultLocale.1.6.0.json │ │ ├── manifest.installer.1.6.0.json │ │ ├── manifest.locale.1.6.0.json │ │ ├── manifest.singleton.1.6.0.json │ │ └── manifest.version.1.6.0.json │ ├── v1.7.0 │ │ ├── manifest.defaultLocale.1.7.0.json │ │ ├── manifest.installer.1.7.0.json │ │ ├── manifest.locale.1.7.0.json │ │ ├── manifest.singleton.1.7.0.json │ │ └── manifest.version.1.7.0.json │ └── v1.9.0 │ │ ├── manifest.defaultLocale.1.9.0.json │ │ ├── manifest.installer.1.9.0.json │ │ ├── manifest.locale.1.9.0.json │ │ ├── manifest.singleton.1.9.0.json │ │ └── manifest.version.1.9.0.json │ ├── packages │ ├── packages.schema.1.0.json │ └── packages.schema.2.0.json │ └── settings │ ├── settings.export.schema.0.1.json │ └── settings.schema.0.2.json ├── src ├── AppInstallerCLI.sln ├── AppInstallerCLI │ ├── AppInstallerCLI.vcxproj │ ├── AppInstallerCLI.vcxproj.filters │ ├── PropertySheet.props │ ├── main.cpp │ └── packages.config ├── AppInstallerCLICore │ ├── AppInstallerCLICore.vcxproj │ ├── AppInstallerCLICore.vcxproj.filters │ ├── Argument.cpp │ ├── Argument.h │ ├── COMContext.cpp │ ├── COMContext.h │ ├── ChannelStreams.cpp │ ├── ChannelStreams.h │ ├── CheckpointManager.cpp │ ├── CheckpointManager.h │ ├── Command.cpp │ ├── Command.h │ ├── Commands │ │ ├── COMCommand.cpp │ │ ├── COMCommand.h │ │ ├── CompleteCommand.cpp │ │ ├── CompleteCommand.h │ │ ├── ConfigureCommand.cpp │ │ ├── ConfigureCommand.h │ │ ├── ConfigureListCommand.cpp │ │ ├── ConfigureListCommand.h │ │ ├── ConfigureShowCommand.cpp │ │ ├── ConfigureShowCommand.h │ │ ├── ConfigureTestCommand.cpp │ │ ├── ConfigureTestCommand.h │ │ ├── ConfigureValidateCommand.cpp │ │ ├── ConfigureValidateCommand.h │ │ ├── DebugCommand.cpp │ │ ├── DebugCommand.h │ │ ├── DownloadCommand.cpp │ │ ├── DownloadCommand.h │ │ ├── DscAdminSettingsResource.cpp │ │ ├── DscAdminSettingsResource.h │ │ ├── DscCommand.cpp │ │ ├── DscCommand.h │ │ ├── DscCommandBase.cpp │ │ ├── DscCommandBase.h │ │ ├── DscComposableObject.cpp │ │ ├── DscComposableObject.h │ │ ├── DscPackageResource.cpp │ │ ├── DscPackageResource.h │ │ ├── DscSourceResource.cpp │ │ ├── DscSourceResource.h │ │ ├── DscTestFileResource.cpp │ │ ├── DscTestFileResource.h │ │ ├── DscTestJsonResource.cpp │ │ ├── DscTestJsonResource.h │ │ ├── DscUserSettingsFileResource.cpp │ │ ├── DscUserSettingsFileResource.h │ │ ├── ErrorCommand.cpp │ │ ├── ErrorCommand.h │ │ ├── ExperimentalCommand.cpp │ │ ├── ExperimentalCommand.h │ │ ├── ExportCommand.cpp │ │ ├── ExportCommand.h │ │ ├── FeaturesCommand.cpp │ │ ├── FeaturesCommand.h │ │ ├── FontCommand.cpp │ │ ├── FontCommand.h │ │ ├── HashCommand.cpp │ │ ├── HashCommand.h │ │ ├── ImportCommand.cpp │ │ ├── ImportCommand.h │ │ ├── InstallCommand.cpp │ │ ├── InstallCommand.h │ │ ├── ListCommand.cpp │ │ ├── ListCommand.h │ │ ├── PinCommand.cpp │ │ ├── PinCommand.h │ │ ├── RepairCommand.cpp │ │ ├── RepairCommand.h │ │ ├── ResumeCommand.cpp │ │ ├── ResumeCommand.h │ │ ├── RootCommand.cpp │ │ ├── RootCommand.h │ │ ├── SearchCommand.cpp │ │ ├── SearchCommand.h │ │ ├── SettingsCommand.cpp │ │ ├── SettingsCommand.h │ │ ├── ShowCommand.cpp │ │ ├── ShowCommand.h │ │ ├── SourceCommand.cpp │ │ ├── SourceCommand.h │ │ ├── TestCommand.cpp │ │ ├── TestCommand.h │ │ ├── UninstallCommand.cpp │ │ ├── UninstallCommand.h │ │ ├── UpgradeCommand.cpp │ │ ├── UpgradeCommand.h │ │ ├── ValidateCommand.cpp │ │ └── ValidateCommand.h │ ├── CompletionData.cpp │ ├── CompletionData.h │ ├── ConfigurationCommon.cpp │ ├── ConfigurationCommon.h │ ├── ConfigurationContext.cpp │ ├── ConfigurationContext.h │ ├── ConfigurationDynamicRuntimeFactory.cpp │ ├── ConfigurationSetProcessorFactoryRemoting.cpp │ ├── ConfigurationWingetDscModuleUnitValidation.cpp │ ├── ConfigurationWingetDscModuleUnitValidation.h │ ├── ConfigureExportCommand.cpp │ ├── ConfigureExportCommand.h │ ├── ContextOrchestrator.cpp │ ├── ContextOrchestrator.h │ ├── Core.cpp │ ├── ExecutionArgs.h │ ├── ExecutionContext.cpp │ ├── ExecutionContext.h │ ├── ExecutionContextData.h │ ├── ExecutionProgress.cpp │ ├── ExecutionProgress.h │ ├── ExecutionReporter.cpp │ ├── ExecutionReporter.h │ ├── Invocation.h │ ├── PackageCollection.cpp │ ├── PackageCollection.h │ ├── PortableInstaller.cpp │ ├── PortableInstaller.h │ ├── PropertySheet.props │ ├── Public │ │ ├── AppInstallerCLICore.h │ │ └── ConfigurationSetProcessorFactoryRemoting.h │ ├── Resources.cpp │ ├── Resources.h │ ├── Search │ │ └── Search.h │ ├── Sixel.cpp │ ├── Sixel.h │ ├── TableOutput.h │ ├── VTSupport.cpp │ ├── VTSupport.h │ ├── Workflows │ │ ├── ArchiveFlow.cpp │ │ ├── ArchiveFlow.h │ │ ├── CompletionFlow.cpp │ │ ├── CompletionFlow.h │ │ ├── ConfigurationFlow.cpp │ │ ├── ConfigurationFlow.h │ │ ├── DependenciesFlow.cpp │ │ ├── DependenciesFlow.h │ │ ├── DependencyNodeProcessor.cpp │ │ ├── DependencyNodeProcessor.h │ │ ├── DownloadFlow.cpp │ │ ├── DownloadFlow.h │ │ ├── FontFlow.cpp │ │ ├── FontFlow.h │ │ ├── ImportExportFlow.cpp │ │ ├── ImportExportFlow.h │ │ ├── InstallFlow.cpp │ │ ├── InstallFlow.h │ │ ├── MSStoreInstallerHandler.cpp │ │ ├── MSStoreInstallerHandler.h │ │ ├── MsiInstallFlow.cpp │ │ ├── MsiInstallFlow.h │ │ ├── MultiQueryFlow.cpp │ │ ├── MultiQueryFlow.h │ │ ├── PinFlow.cpp │ │ ├── PinFlow.h │ │ ├── PortableFlow.cpp │ │ ├── PortableFlow.h │ │ ├── PromptFlow.cpp │ │ ├── PromptFlow.h │ │ ├── RepairFlow.cpp │ │ ├── RepairFlow.h │ │ ├── ResumeFlow.cpp │ │ ├── ResumeFlow.h │ │ ├── SettingsFlow.cpp │ │ ├── SettingsFlow.h │ │ ├── ShellExecuteInstallerHandler.cpp │ │ ├── ShellExecuteInstallerHandler.h │ │ ├── ShowFlow.cpp │ │ ├── ShowFlow.h │ │ ├── SourceFlow.cpp │ │ ├── SourceFlow.h │ │ ├── UninstallFlow.cpp │ │ ├── UninstallFlow.h │ │ ├── UpdateFlow.cpp │ │ ├── UpdateFlow.h │ │ ├── WorkflowBase.cpp │ │ └── WorkflowBase.h │ ├── packages.config │ ├── pch.cpp │ └── pch.h ├── AppInstallerCLIE2ETests │ ├── AppInstallerCLIE2ETests.csproj │ ├── AppShutdownTests.cs │ ├── BaseCommand.cs │ ├── ConfigureCommand.cs │ ├── ConfigureExportCommand.cs │ ├── ConfigureListCommand.cs │ ├── ConfigureShowCommand.cs │ ├── ConfigureTestCommand.cs │ ├── ConfigureValidateCommand.cs │ ├── Constants.cs │ ├── DSCv3AdminSettingsResourceCommand.cs │ ├── DSCv3PackageResourceCommand.cs │ ├── DSCv3ResourceTestBase.cs │ ├── DSCv3SourceResourceCommand.cs │ ├── DSCv3UserSettingsFileResourceCommand.cs │ ├── DownloadCommand.cs │ ├── ErrorCommand.cs │ ├── FeaturesCommand.cs │ ├── GroupPolicy.cs │ ├── GroupPolicyHelper.cs │ ├── HashCommand.cs │ ├── Helpers │ │ ├── TestCommon.cs │ │ ├── TestIndex.cs │ │ ├── TestSetup.cs │ │ └── WinGetSettingsHelper.cs │ ├── ImportCommand.cs │ ├── InstallCommand.cs │ ├── Interop │ │ ├── BaseInterop.cs │ │ ├── CheckInstalledStatusInterop.cs │ │ ├── DownloadInterop.cs │ │ ├── FindPackagesInterop.cs │ │ ├── GroupPolicyForInterop.cs │ │ ├── InstallInterop.cs │ │ ├── InstanceInitializersSource.cs │ │ ├── InteropSetUpFixture.cs │ │ ├── PackageCatalogInterop.cs │ │ ├── RepairInterop.cs │ │ ├── UninstallInterop.cs │ │ └── UpgradeInterop.cs │ ├── ListCommand.cs │ ├── Pinning.cs │ ├── PowerShell │ │ └── PowerShellHost.cs │ ├── Properties │ │ └── AssemblyInfo.cs │ ├── README.md │ ├── RepairCommand.cs │ ├── ResumeCommand.cs │ ├── RunCommandException.cs │ ├── SearchCommand.cs │ ├── SetUpFixture.cs │ ├── ShowCommand.cs │ ├── SourceCommand.cs │ ├── Test.runsettings │ ├── TestData │ │ ├── AppInstallerTestMsiInstaller.msi │ │ ├── AppInstallerTestMsiInstallerV2.msi │ │ ├── Configuration │ │ │ ├── ConfigServerUnexpectedExit.yml │ │ │ ├── Configure_TestRepo.yml │ │ │ ├── Configure_TestRepo_DSCv3.yml │ │ │ ├── Configure_TestRepo_Location.yml │ │ │ ├── DependencyCycle.yml │ │ │ ├── DependentResources_Failure.yml │ │ │ ├── DuplicateIdentifiers.yml │ │ │ ├── Empty.yml │ │ │ ├── GetPSModulePath.yml │ │ │ ├── IndependentResources_OneFailure.yml │ │ │ ├── Init-TestRepository.ps1 │ │ │ ├── LargeContentStrings.yml │ │ │ ├── MissingDependency.yml │ │ │ ├── ModuleMismatch.yml │ │ │ ├── Modules │ │ │ │ ├── xE2EMalicious │ │ │ │ │ ├── xE2EMalicious.psd1 │ │ │ │ │ └── xE2EMalicious.psm1 │ │ │ │ └── xE2ETestResource │ │ │ │ │ ├── xE2ETestResource.psd1 │ │ │ │ │ └── xE2ETestResource.psm1 │ │ │ ├── NoResourceName.yml │ │ │ ├── NoVersion.yml │ │ │ ├── NotConfig.yml │ │ │ ├── PSGallery_NoModule_NoSettings.yml │ │ │ ├── PSGallery_NoSettings.yml │ │ │ ├── ResourceCaseInsensitive.yml │ │ │ ├── ResourceNotFound.yml │ │ │ ├── ResourcesNotASequence.yml │ │ │ ├── ShowDetails_DSCv3.yml │ │ │ ├── ShowDetails_TestRepo.yml │ │ │ ├── ShowDetails_TestRepo_0_3.yml │ │ │ ├── UnitNotAMap.yml │ │ │ ├── UnknownVersion.yml │ │ │ ├── Unknown_Processor.yml │ │ │ ├── WinGetDscResourceValidate_DependencySourceMissing.yml │ │ │ ├── WinGetDscResourceValidate_Good.yml │ │ │ ├── WinGetDscResourceValidate_PackageNotFound.yml │ │ │ ├── WinGetDscResourceValidate_PackageVersionNotFound.yml │ │ │ ├── WinGetDscResourceValidate_SourceOpenFailed.yml │ │ │ ├── WinGetDscResourceValidate_VersionSpecifiedWithOnlyOneVersionAvailable.yml │ │ │ ├── WinGetDscResourceValidate_VersionSpecifiedWithUseLatest.yml │ │ │ └── WithParameters_0_3.yml │ │ ├── ImportFiles │ │ │ ├── ImportFile-Bad-Invalid.json │ │ │ ├── ImportFile-Bad-UnknownPackage.json │ │ │ ├── ImportFile-Bad-UnknownPackageVersion.json │ │ │ ├── ImportFile-Bad-UnknownSource.json │ │ │ ├── ImportFile-Good.1.0.json │ │ │ └── ImportFile-Good.2.0.json │ │ ├── IndexPackageManifest.xml │ │ ├── Manifests │ │ │ ├── TestArpVersionMapping_OppositeOrder_1.0.yaml │ │ │ ├── TestArpVersionMapping_OppositeOrder_2.0.yaml │ │ │ ├── TestArpVersionMapping_SameAsPackageVersion.yaml │ │ │ ├── TestArpVersionMapping_SameOrder_1.0.yaml │ │ │ ├── TestArpVersionMapping_SameOrder_2.0.yaml │ │ │ ├── TestBurnInstaller.MissingRepairBehavior.yaml │ │ │ ├── TestBurnInstaller.ModifyRepair.yaml │ │ │ ├── TestBurnInstaller.ModifyRepairWithNoModify.yaml │ │ │ ├── TestBurnInstaller.UserScopeInstallRepairInAdminContext.yaml │ │ │ ├── TestBurnInstaller.yaml │ │ │ ├── TestExampleInstaller.yaml │ │ │ ├── TestExeInstaller.1.0.1.0.yaml │ │ │ ├── TestExeInstaller.1.1.0.0.yaml │ │ │ ├── TestExeInstaller.2.0.0.0.yaml │ │ │ ├── TestExeInstaller.RebootRequired.yaml │ │ │ ├── TestExeInstaller.UninstallerRepair.yaml │ │ │ ├── TestExeInstaller.UninstallerRepairWithNoRepair.yaml │ │ │ ├── TestExeInstaller.WindowsFeature.yaml │ │ │ ├── TestExeInstaller.yaml │ │ │ ├── TestExeInstallerForExport.yaml │ │ │ ├── TestExeInstaller_CatalogPackageMetadata.yaml │ │ │ ├── TestExeInstaller_InapplicableOsVersion.yaml │ │ │ ├── TestExeInstaller_InstallMSIX.yaml │ │ │ ├── TestExeInstaller_MultipleLocale.yaml │ │ │ ├── TestExeInstaller_NoScope.yaml │ │ │ ├── TestExeInstaller_PackageDependency.yaml │ │ │ ├── TestExeInstaller_PackageDependencyRequiresPathRefresh.yaml │ │ │ ├── TestExeInstaller_PathVariableRefresh.yaml │ │ │ ├── TestExeInstaller_Sha256Mismatch.yaml │ │ │ ├── TestGoodManifestV1_10-SchemaHeader.yaml │ │ │ ├── TestInnoInstaller.InstallerRepair.yaml │ │ │ ├── TestInnoInstaller.yaml │ │ │ ├── TestInstalledStatus.yaml │ │ │ ├── TestInvalidManifest.yaml │ │ │ ├── TestMappingWithArchitectureX64.yaml │ │ │ ├── TestMappingWithArchitectureX86.yaml │ │ │ ├── TestMsiInstaller.Repair.yaml │ │ │ ├── TestMsiInstaller.yaml │ │ │ ├── TestMsiInstaller_UpgradeCode.yaml │ │ │ ├── TestMsixInstaller.yaml │ │ │ ├── TestMsixInstaller_SignatureHashMismatch.yaml │ │ │ ├── TestMsixInstaller_WithSignatureHash.yaml │ │ │ ├── TestMultipleInstallers.yaml │ │ │ ├── TestNullsoftInstaller.UninstallerRepair.yaml │ │ │ ├── TestNullsoftInstaller.yaml │ │ │ ├── TestPortableInstaller.2.0.0.0.yaml │ │ │ ├── TestPortableInstaller.3.0.0.0_UninstallPrevious.yaml │ │ │ ├── TestPortableInstaller.yaml │ │ │ ├── TestPortableInstallerUninstallPrevious.yaml │ │ │ ├── TestPortableInstaller_WithCommand.yaml │ │ │ ├── TestUpgradeAddsDependency.1.0.yaml │ │ │ ├── TestUpgradeAddsDependency.2.0.yaml │ │ │ ├── TestUpgradeAddsDependencyDependent.1.0.yaml │ │ │ ├── TestUpgradeAvailableApi.1.0.0.0.yaml │ │ │ ├── TestUpgradeAvailableApi.2.0.0.0.yaml │ │ │ ├── TestUpgradeDeny.1.0.0.0.yaml │ │ │ ├── TestUpgradeDeny.2.0.0.0.yaml │ │ │ ├── TestValidManifest.yaml │ │ │ ├── TestWarningManifest.yaml │ │ │ ├── TestWarningManifestV1_10-SchemaHeaderInvalid.yaml │ │ │ ├── TestWarningManifestV1_10-SchemaHeaderManifestTypeMismatch.yaml │ │ │ ├── TestWarningManifestV1_10-SchemaHeaderNotFound.yaml │ │ │ ├── TestWarningManifestV1_10-SchemaHeaderURLPatternMismatch.yaml │ │ │ ├── TestWarningManifestV1_10-SchemaHeaderVersionMismatch.yaml │ │ │ ├── TestZipInstaller_Exe.yaml │ │ │ ├── TestZipInstaller_Exe_InvalidRelativeFilePath.yaml │ │ │ ├── TestZipInstaller_Msi.yaml │ │ │ ├── TestZipInstaller_Msix.yaml │ │ │ ├── TestZipInstaller_PackageInstallerInfo.yaml │ │ │ ├── TestZipInstaller_Portable.2.0.0.0.yaml │ │ │ ├── TestZipInstaller_Portable.yaml │ │ │ ├── TestZipInstaller_Portable_BinariesDependOnPath.yaml │ │ │ ├── TëstExeInstaller.yaml │ │ │ ├── ZeroByteFile_CorrectHash.yaml │ │ │ └── ZeroByteFile_IncorrectHash.yaml │ │ ├── Package │ │ │ ├── AppxManifest.xml │ │ │ └── Assets │ │ │ │ ├── AppPackageStoreLogo.png.png │ │ │ │ ├── AppPackageStoreLogo.scale-100.png │ │ │ │ ├── AppPackageStoreLogo.scale-125.png │ │ │ │ ├── AppPackageStoreLogo.scale-150.png │ │ │ │ ├── AppPackageStoreLogo.scale-200.png │ │ │ │ ├── AppPackageStoreLogo.scale-400.png │ │ │ │ ├── contrast-black │ │ │ │ ├── AppPackageStoreLogo.scale-100_contrast-black.png │ │ │ │ ├── AppPackageStoreLogo.scale-125_contrast-black.png │ │ │ │ ├── AppPackageStoreLogo.scale-150_contrast-black.png │ │ │ │ ├── AppPackageStoreLogo.scale-200_contrast-black.png │ │ │ │ └── AppPackageStoreLogo.scale-400_contrast-black.png │ │ │ │ └── contrast-white │ │ │ │ ├── AppPackageStoreLogo.scale-100_contrast-white.png │ │ │ │ ├── AppPackageStoreLogo.scale-125_contrast-white.png │ │ │ │ ├── AppPackageStoreLogo.scale-150_contrast-white.png │ │ │ │ ├── AppPackageStoreLogo.scale-200_contrast-white.png │ │ │ │ └── AppPackageStoreLogo.scale-400_contrast-white.png │ │ ├── README.md │ │ ├── TëstPackage.msix │ │ ├── WinGetUtil │ │ │ ├── InstallerMetadata │ │ │ │ ├── MergeSubmissionMismatch.json │ │ │ │ ├── MergeValid.json │ │ │ │ └── Minimal.json │ │ │ └── Manifests │ │ │ │ ├── Merged │ │ │ │ ├── WinGetUtilTest.Add.yaml │ │ │ │ └── WinGetUtilTest.Update.yaml │ │ │ │ └── Unmerged │ │ │ │ └── ValidateManifest │ │ │ │ ├── WinGetUtilTest.installer.yaml │ │ │ │ ├── WinGetUtilTest.locale.en-US.yaml │ │ │ │ └── WinGetUtilTest.yaml │ │ ├── empty │ │ └── localsource.json │ ├── UninstallCommand.cs │ ├── UpgradeCommand.cs │ ├── ValidateCommand.cs │ └── WinGetUtil │ │ ├── WinGetUtilCompareVersions.cs │ │ ├── WinGetUtilDownload.cs │ │ ├── WinGetUtilInstallerMetadataCollection.cs │ │ ├── WinGetUtilLog.cs │ │ ├── WinGetUtilManifest.cs │ │ ├── WinGetUtilSQLiteIndex.cs │ │ └── WinGetUtilWrapper.cs ├── AppInstallerCLIPackage │ ├── AppInstallerCLIPackage.wapproj │ ├── Execute-AppxRecipe.ps1 │ ├── Images │ │ ├── AppList.scale-100.png │ │ ├── AppList.scale-100_altform-colorful_theme-light.png │ │ ├── AppList.scale-125.png │ │ ├── AppList.scale-125_altform-colorful_theme-light.png │ │ ├── AppList.scale-150.png │ │ ├── AppList.scale-150_altform-colorful_theme-light.png │ │ ├── AppList.scale-200.png │ │ ├── AppList.scale-200_altform-colorful_theme-light.png │ │ ├── AppList.scale-400.png │ │ ├── AppList.scale-400_altform-colorful_theme-light.png │ │ ├── AppList.targetsize-16.png │ │ ├── AppList.targetsize-16_altform-lightunplated.png │ │ ├── AppList.targetsize-16_altform-unplated.png │ │ ├── AppList.targetsize-20.png │ │ ├── AppList.targetsize-20_altform-lightunplated.png │ │ ├── AppList.targetsize-20_altform-unplated.png │ │ ├── AppList.targetsize-24.png │ │ ├── AppList.targetsize-24_altform-lightunplated.png │ │ ├── AppList.targetsize-24_altform-unplated.png │ │ ├── AppList.targetsize-256.png │ │ ├── AppList.targetsize-256_altform-lightunplated.png │ │ ├── AppList.targetsize-256_altform-unplated.png │ │ ├── AppList.targetsize-30.png │ │ ├── AppList.targetsize-30_altform-lightunplated.png │ │ ├── AppList.targetsize-30_altform-unplated.png │ │ ├── AppList.targetsize-32.png │ │ ├── AppList.targetsize-32_altform-lightunplated.png │ │ ├── AppList.targetsize-32_altform-unplated.png │ │ ├── AppList.targetsize-36.png │ │ ├── AppList.targetsize-36_altform-lightunplated.png │ │ ├── AppList.targetsize-36_altform-unplated.png │ │ ├── AppList.targetsize-40.png │ │ ├── AppList.targetsize-40_altform-lightunplated.png │ │ ├── AppList.targetsize-40_altform-unplated.png │ │ ├── AppList.targetsize-48.png │ │ ├── AppList.targetsize-48_altform-lightunplated.png │ │ ├── AppList.targetsize-48_altform-unplated.png │ │ ├── AppList.targetsize-56.png │ │ ├── AppList.targetsize-56_altform-lightunplated.png │ │ ├── AppList.targetsize-56_altform-unplated.png │ │ ├── AppList.targetsize-60.png │ │ ├── AppList.targetsize-60_altform-lightunplated.png │ │ ├── AppList.targetsize-60_altform-unplated.png │ │ ├── AppList.targetsize-64.png │ │ ├── AppList.targetsize-64_altform-lightunplated.png │ │ ├── AppList.targetsize-64_altform-unplated.png │ │ ├── AppList.targetsize-72.png │ │ ├── AppList.targetsize-72_altform-lightunplated.png │ │ ├── AppList.targetsize-72_altform-unplated.png │ │ ├── AppList.targetsize-80.png │ │ ├── AppList.targetsize-80_altform-lightunplated.png │ │ ├── AppList.targetsize-80_altform-unplated.png │ │ ├── AppList.targetsize-96.png │ │ ├── AppList.targetsize-96_altform-lightunplated.png │ │ ├── AppList.targetsize-96_altform-unplated.png │ │ ├── LargeTile.scale-100.png │ │ ├── LargeTile.scale-100_altform-colorful_theme-light.png │ │ ├── LargeTile.scale-125.png │ │ ├── LargeTile.scale-125_altform-colorful_theme-light.png │ │ ├── LargeTile.scale-150.png │ │ ├── LargeTile.scale-150_altform-colorful_theme-light.png │ │ ├── LargeTile.scale-200.png │ │ ├── LargeTile.scale-200_altform-colorful_theme-light.png │ │ ├── LargeTile.scale-400.png │ │ ├── LargeTile.scale-400_altform-colorful_theme-light.png │ │ ├── MedTile.scale-100.png │ │ ├── MedTile.scale-100_altform-colorful_theme-light.png │ │ ├── MedTile.scale-125.png │ │ ├── MedTile.scale-125_altform-colorful_theme-light.png │ │ ├── MedTile.scale-150.png │ │ ├── MedTile.scale-150_altform-colorful_theme-light.png │ │ ├── MedTile.scale-200.png │ │ ├── MedTile.scale-200_altform-colorful_theme-light.png │ │ ├── MedTile.scale-400.png │ │ ├── MedTile.scale-400_altform-colorful_theme-light.png │ │ ├── SmallTile.scale-100.png │ │ ├── SmallTile.scale-100_altform-colorful_theme-light.png │ │ ├── SmallTile.scale-125.png │ │ ├── SmallTile.scale-125_altform-colorful_theme-light.png │ │ ├── SmallTile.scale-150.png │ │ ├── SmallTile.scale-150_altform-colorful_theme-light.png │ │ ├── SmallTile.scale-200.png │ │ ├── SmallTile.scale-200_altform-colorful_theme-light.png │ │ ├── SmallTile.scale-400.png │ │ ├── SmallTile.scale-400_altform-colorful_theme-light.png │ │ ├── SplashScreen.scale-100.png │ │ ├── SplashScreen.scale-100_altform-colorful_theme-dark.png │ │ ├── SplashScreen.scale-100_altform-colorful_theme-light.png │ │ ├── SplashScreen.scale-125.png │ │ ├── SplashScreen.scale-125_altform-colorful_theme-dark.png │ │ ├── SplashScreen.scale-125_altform-colorful_theme-light.png │ │ ├── SplashScreen.scale-150.png │ │ ├── SplashScreen.scale-150_altform-colorful_theme-dark.png │ │ ├── SplashScreen.scale-150_altform-colorful_theme-light.png │ │ ├── SplashScreen.scale-200.png │ │ ├── SplashScreen.scale-200_altform-colorful_theme-dark.png │ │ ├── SplashScreen.scale-200_altform-colorful_theme-light.png │ │ ├── SplashScreen.scale-400.png │ │ ├── SplashScreen.scale-400_altform-colorful_theme-dark.png │ │ ├── SplashScreen.scale-400_altform-colorful_theme-light.png │ │ ├── StoreDisplay-150.png │ │ ├── StoreDisplay-300.png │ │ ├── StoreDisplay-71.png │ │ ├── StoreLogo.scale-100.png │ │ ├── StoreLogo.scale-100_altform-colorful_theme-light.png │ │ ├── StoreLogo.scale-125.png │ │ ├── StoreLogo.scale-125_altform-colorful_theme-light.png │ │ ├── StoreLogo.scale-150.png │ │ ├── StoreLogo.scale-150_altform-colorful_theme-light.png │ │ ├── StoreLogo.scale-200.png │ │ ├── StoreLogo.scale-200_altform-colorful_theme-light.png │ │ ├── StoreLogo.scale-400.png │ │ ├── StoreLogo.scale-400_altform-colorful_theme-light.png │ │ ├── WideTile.scale-100.png │ │ ├── WideTile.scale-100_altform-colorful_theme-light.png │ │ ├── WideTile.scale-125.png │ │ ├── WideTile.scale-125_altform-colorful_theme-light.png │ │ ├── WideTile.scale-150.png │ │ ├── WideTile.scale-150_altform-colorful_theme-light.png │ │ ├── WideTile.scale-200.png │ │ ├── WideTile.scale-200_altform-colorful_theme-light.png │ │ ├── WideTile.scale-400.png │ │ ├── WideTile.scale-400_altform-colorful_theme-light.png │ │ └── progress-sixel │ │ │ ├── arrow_only.png │ │ │ ├── conveyor.png │ │ │ └── folders_only.png │ ├── Package.appxmanifest │ ├── Register-WingetdevAutoComplete.ps1 │ └── Shared │ │ └── Strings │ │ └── en-us │ │ ├── Resources.resw │ │ └── winget.resw ├── AppInstallerCLITests │ ├── ARPChanges.cpp │ ├── AdminSettings.cpp │ ├── AppInstallerCLITests.vcxproj │ ├── AppInstallerCLITests.vcxproj.filters │ ├── AppShutdown.cpp │ ├── Archive.cpp │ ├── Argument.cpp │ ├── ArpHelper.cpp │ ├── Certificates.cpp │ ├── CheckpointDatabase.cpp │ ├── Command.cpp │ ├── Completion.cpp │ ├── CompositeSource.cpp │ ├── Correlation.cpp │ ├── CustomHeader.cpp │ ├── DateTime.cpp │ ├── Dependencies.cpp │ ├── DependenciesTestSource.h │ ├── DownloadFlow.cpp │ ├── Downloader.cpp │ ├── Errors.cpp │ ├── ExperimentalFeature.cpp │ ├── ExportFlow.cpp │ ├── FileCache.cpp │ ├── Filesystem.cpp │ ├── FolderFileWatcher.cpp │ ├── Fonts.cpp │ ├── GroupPolicy.cpp │ ├── HashCommand.cpp │ ├── HttpClientHelper.cpp │ ├── IconExtraction.cpp │ ├── ImportFlow.cpp │ ├── InstallDependenciesFlow.cpp │ ├── InstallFlow.cpp │ ├── InstallerMetadataCollectionContext.cpp │ ├── JsonHelper.cpp │ ├── LanguageUtilities.cpp │ ├── MSStoreDownloadFlow.cpp │ ├── ManifestComparator.cpp │ ├── MsiExecArguments.cpp │ ├── MsixInfo.cpp │ ├── MsixManifest.cpp │ ├── NameNormalization.cpp │ ├── PackageCollection.cpp │ ├── PackageDependenciesValidationUtil.cpp │ ├── PackageTrackingCatalog.cpp │ ├── PackageVersionDataManifest.cpp │ ├── PathVariable.cpp │ ├── PinFlow.cpp │ ├── PinningIndex.cpp │ ├── PortableIndex.cpp │ ├── PortableInstaller.cpp │ ├── PreIndexedPackageSource.cpp │ ├── PredefinedInstalledSource.cpp │ ├── PromptFlow.cpp │ ├── PropertySheet.props │ ├── Regex.cpp │ ├── Registry.cpp │ ├── Resources.cpp │ ├── Rest.cpp │ ├── RestClient.cpp │ ├── RestInterface_1_0.cpp │ ├── RestInterface_1_1.cpp │ ├── RestInterface_1_10.cpp │ ├── RestInterface_1_4.cpp │ ├── RestInterface_1_5.cpp │ ├── RestInterface_1_6.cpp │ ├── RestInterface_1_7.cpp │ ├── RestInterface_1_9.cpp │ ├── ResumeFlow.cpp │ ├── Run-TestsInPackage.ps1 │ ├── Runtime.cpp │ ├── SQLiteDynamicStorage.cpp │ ├── SQLiteIndex.cpp │ ├── SQLiteIndexSource.cpp │ ├── SQLiteWrapper.cpp │ ├── SearchRequestSerializer.cpp │ ├── Settings.cpp │ ├── ShowFlow.cpp │ ├── Sixel.cpp │ ├── SourceFlow.cpp │ ├── Sources.cpp │ ├── Strings.cpp │ ├── Synchronization.cpp │ ├── TestCommon.cpp │ ├── TestCommon.h │ ├── TestConfiguration.cpp │ ├── TestConfiguration.h │ ├── TestData │ │ ├── ContainsEscapeControlCode.yaml │ │ ├── ContainsTooManyNestedLayers.yaml │ │ ├── DownloadFlowTest_DownloadCommandProhibited.yaml │ │ ├── DownloadFlowTest_MSStore.yaml │ │ ├── ImportFile-Bad-Invalid.json │ │ ├── ImportFile-Bad-Malformed.json │ │ ├── ImportFile-Bad-UnknownPackage.json │ │ ├── ImportFile-Bad-UnknownPackageVersion.json │ │ ├── ImportFile-Bad-UnknownSource.json │ │ ├── ImportFile-Good-AlreadyInstalled.json │ │ ├── ImportFile-Good-Dependencies.json │ │ ├── ImportFile-Good-MachineScope.json │ │ ├── ImportFile-Good-WithLicenseAgreement.json │ │ ├── ImportFile-Good.json │ │ ├── InputARPData.txt │ │ ├── InputNames.txt │ │ ├── InputPublishers.txt │ │ ├── InstallFlowTest_AbortsTerminal.yaml │ │ ├── InstallFlowTest_EncodedUrl.yaml │ │ ├── InstallFlowTest_Exe.yaml │ │ ├── InstallFlowTest_ExpectedReturnCodes.yaml │ │ ├── InstallFlowTest_InstallLocationRequired.yaml │ │ ├── InstallFlowTest_InstallationNotes.yaml │ │ ├── InstallFlowTest_InvalidFileCharacterUrl.yaml │ │ ├── InstallFlowTest_LicenseAgreement.yaml │ │ ├── InstallFlowTest_MSStore.yaml │ │ ├── InstallFlowTest_Msix_DownloadFlow.yaml │ │ ├── InstallFlowTest_Msix_StreamingFlow.yaml │ │ ├── InstallFlowTest_MultipleDependencies.yaml │ │ ├── InstallFlowTest_NoApplicableArchitecture.yaml │ │ ├── InstallFlowTest_NonZeroExitCode.yaml │ │ ├── InstallFlowTest_Portable.yaml │ │ ├── InstallFlowTest_Portable_WithCommand.yaml │ │ ├── InstallFlowTest_UnknownVersion.yaml │ │ ├── InstallFlowTest_UnsupportedArguments.yaml │ │ ├── InstallFlowTest_WindowsFeatures.yaml │ │ ├── InstallFlowTest_Zip_Exe.yaml │ │ ├── InstallFlowTest_Zip_MissingNestedInstaller.yaml │ │ ├── InstallFlowTest_Zip_MultipleNonPortableNestedInstallers.yaml │ │ ├── InstallFlowTest_Zip_UnsupportedNestedInstaller.yaml │ │ ├── Installer-Bad-NoSupportedPlatforms.msix │ │ ├── Installer-Good-WithStub.msixbundle │ │ ├── Installer-Good.msix │ │ ├── Installer-Good.msixbundle │ │ ├── Installer-Signed-Good.msix │ │ ├── Installer-Signed-Good.msixbundle │ │ ├── InstallerArgTest_Inno_NoSwitches.yaml │ │ ├── InstallerArgTest_Inno_WithSwitches.yaml │ │ ├── InstallerArgTest_Msi_NoSwitches.yaml │ │ ├── InstallerArgTest_Msi_WithSwitches.yaml │ │ ├── Installer_Exe_Dependencies.yaml │ │ ├── Installer_Exe_DependenciesMultideclaration.yaml │ │ ├── Installer_Exe_DependenciesOnRoot.yaml │ │ ├── Installer_Msix_WFDependency.yaml │ │ ├── Manifest-Bad-ApproximateVersionInArpVersion.yaml │ │ ├── Manifest-Bad-ApproximateVersionInPackageVersion.yaml │ │ ├── Manifest-Bad-AppsAndFeaturesEntriesOnMSIX.yaml │ │ ├── Manifest-Bad-ArchInvalid.yaml │ │ ├── Manifest-Bad-ArchMissing.yaml │ │ ├── Manifest-Bad-Channel-NotSupported.yaml │ │ ├── Manifest-Bad-DifferentCase-UPPER.yaml │ │ ├── Manifest-Bad-DifferentCase-camelCase.yaml │ │ ├── Manifest-Bad-DifferentCase-lower.yaml │ │ ├── Manifest-Bad-DuplicateKey-DifferentCase-lower.yaml │ │ ├── Manifest-Bad-DuplicateKey-DifferentCase.yaml │ │ ├── Manifest-Bad-DuplicateKey.yaml │ │ ├── Manifest-Bad-DuplicateReturnCode-ExpectedCodes.yaml │ │ ├── Manifest-Bad-DuplicateReturnCode-SuccessCodes.yaml │ │ ├── Manifest-Bad-DuplicateSha256.yaml │ │ ├── Manifest-Bad-IdInvalid.yaml │ │ ├── Manifest-Bad-IdMissing.yaml │ │ ├── Manifest-Bad-InconsistentMsixBundleInstallerFields.yaml │ │ ├── Manifest-Bad-InconsistentMsixInstallerFields.yaml │ │ ├── Manifest-Bad-InconsistentSha256.yaml │ │ ├── Manifest-Bad-InconsistentSignedMsixBundleInstallerFields.yaml │ │ ├── Manifest-Bad-InconsistentSignedMsixInstallerFields.yaml │ │ ├── Manifest-Bad-InstallerTypeExe-NoSilent.yaml │ │ ├── Manifest-Bad-InstallerTypeExe-NoSilentRoot.yaml │ │ ├── Manifest-Bad-InstallerTypeExeRoot-NoSilent.yaml │ │ ├── Manifest-Bad-InstallerTypeExeRoot-NoSilentRoot.yaml │ │ ├── Manifest-Bad-InstallerTypeInvalid.yaml │ │ ├── Manifest-Bad-InstallerTypeMissing.yaml │ │ ├── Manifest-Bad-InstallerTypePortable-InvalidAppsAndFeatures.yaml │ │ ├── Manifest-Bad-InstallerTypePortable-InvalidCommands.yaml │ │ ├── Manifest-Bad-InstallerTypePortable-InvalidScope.yaml │ │ ├── Manifest-Bad-InstallerTypeZip-DuplicateCommandAlias.yaml │ │ ├── Manifest-Bad-InstallerTypeZip-DuplicateRelativeFilePath.yaml │ │ ├── Manifest-Bad-InstallerTypeZip-InvalidRelativeFilePath.yaml │ │ ├── Manifest-Bad-InstallerTypeZip-MissingRelativeFilePath.yaml │ │ ├── Manifest-Bad-InstallerTypeZip-MultipleNestedInstallers.yaml │ │ ├── Manifest-Bad-InstallerTypeZip-NoNestedInstallerFile.yaml │ │ ├── Manifest-Bad-InstallerTypeZip-NoNestedInstallerType.yaml │ │ ├── Manifest-Bad-InstallerTypeZip-PortableNotExe.yaml │ │ ├── Manifest-Bad-InstallerTypeZip-PortableNotExe_Root.yaml │ │ ├── Manifest-Bad-InstallerUniqueness-DefaultScope.yaml │ │ ├── Manifest-Bad-InstallerUniqueness-DefaultValues.yaml │ │ ├── Manifest-Bad-InstallerUniqueness-SameLang.yaml │ │ ├── Manifest-Bad-InstallerUniqueness.yaml │ │ ├── Manifest-Bad-InstallersMissing.yaml │ │ ├── Manifest-Bad-InvalidLocale.yaml │ │ ├── Manifest-Bad-InvalidManifestVersionValue.yaml │ │ ├── Manifest-Bad-InvalidUpdateBehavior.yaml │ │ ├── Manifest-Bad-LicenseMissing.yaml │ │ ├── Manifest-Bad-MissingMsixInstallerFields.yaml │ │ ├── Manifest-Bad-MsixInstaller-PackageVersion.yaml │ │ ├── Manifest-Bad-NameMissing.yaml │ │ ├── Manifest-Bad-NoSupportedPlatforms.yaml │ │ ├── Manifest-Bad-PackageFamilyNameOnMSI.yaml │ │ ├── Manifest-Bad-ProductCodeOnMSIX.yaml │ │ ├── Manifest-Bad-PublisherMissing.yaml │ │ ├── Manifest-Bad-Sha256Invalid.yaml │ │ ├── Manifest-Bad-Sha256Missing.yaml │ │ ├── Manifest-Bad-SwitchInvalid.yaml │ │ ├── Manifest-Bad-UnknownProperty.yaml │ │ ├── Manifest-Bad-UnsupportedVersion.yaml │ │ ├── Manifest-Bad-UrlInvalid.yaml │ │ ├── Manifest-Bad-UrlMissing.yaml │ │ ├── Manifest-Bad-VersionInvalid.yaml │ │ ├── Manifest-Bad-VersionMissing.yaml │ │ ├── Manifest-Encoding-ANSI.yaml │ │ ├── Manifest-Encoding-UTF16BE-BOM.yaml │ │ ├── Manifest-Encoding-UTF16BE.yaml │ │ ├── Manifest-Encoding-UTF16LE-BOM.yaml │ │ ├── Manifest-Encoding-UTF16LE.yaml │ │ ├── Manifest-Encoding-UTF8-BOM.yaml │ │ ├── Manifest-Encoding-UTF8.yaml │ │ ├── Manifest-Good-AllDependencyTypes.yaml │ │ ├── Manifest-Good-DefaultExpectedReturnCodeInInstallerSuccessCodes.yaml │ │ ├── Manifest-Good-InstallerTypeExe-Silent.yaml │ │ ├── Manifest-Good-InstallerTypeExe-SilentRoot.yaml │ │ ├── Manifest-Good-InstallerTypeExeRoot-Silent.yaml │ │ ├── Manifest-Good-InstallerTypeExeRoot-SilentRoot.yaml │ │ ├── Manifest-Good-InstallerTypeZip-PortableExe.yaml │ │ ├── Manifest-Good-InstallerUniqueness-DiffScope.yaml │ │ ├── Manifest-Good-Installeruniqueness-DefaultLang.yaml │ │ ├── Manifest-Good-Installeruniqueness-DiffLangs.yaml │ │ ├── Manifest-Good-Minimum-InstallerType.yaml │ │ ├── Manifest-Good-Minimum.yaml │ │ ├── Manifest-Good-MsixBundleInstaller-WithStub.yaml │ │ ├── Manifest-Good-MsixBundleInstaller.yaml │ │ ├── Manifest-Good-MsixInstaller.yaml │ │ ├── Manifest-Good-MultiLocale.yaml │ │ ├── Manifest-Good-MultipleArpVersionDeclared.yaml │ │ ├── Manifest-Good-NoArpVersionDeclared.yaml │ │ ├── Manifest-Good-SignedMsixBundleInstaller.yaml │ │ ├── Manifest-Good-SignedMsixInstaller.yaml │ │ ├── Manifest-Good-SingleArpVersionDeclared.yaml │ │ ├── Manifest-Good-Spaces.yaml │ │ ├── Manifest-Good-Switches.yaml │ │ ├── Manifest-Good-SystemReferenceComplex.yaml │ │ ├── Manifest-Good.yaml │ │ ├── ManifestV1-Singleton.yaml │ │ ├── ManifestV1_1-Singleton.yaml │ │ ├── ManifestV1_10-Bad-SchemaHeaderInvalid.yaml │ │ ├── ManifestV1_10-Bad-SchemaHeaderManifestTypeMismatch.yaml │ │ ├── ManifestV1_10-Bad-SchemaHeaderManifestVersionMismatch.yaml │ │ ├── ManifestV1_10-Bad-SchemaHeaderNotFound.yaml │ │ ├── ManifestV1_10-Bad-SchemaHeaderURLPatternMismatch.yaml │ │ ├── ManifestV1_10-InstallerAuthentication.yaml │ │ ├── ManifestV1_10-Singleton.yaml │ │ ├── ManifestV1_2-Singleton.yaml │ │ ├── ManifestV1_4-Singleton.yaml │ │ ├── ManifestV1_5-Singleton.yaml │ │ ├── ManifestV1_6-Singleton.yaml │ │ ├── ManifestV1_7-Singleton.yaml │ │ ├── ManifestV1_9-Singleton.yaml │ │ ├── MultiFileManifestV1 │ │ │ ├── ManifestV1-MultiFile-DefaultLocale.yaml │ │ │ ├── ManifestV1-MultiFile-Installer.yaml │ │ │ ├── ManifestV1-MultiFile-Locale.yaml │ │ │ └── ManifestV1-MultiFile-Version.yaml │ │ ├── MultiFileManifestV1_1 │ │ │ ├── ManifestV1_1-MultiFile-DefaultLocale.yaml │ │ │ ├── ManifestV1_1-MultiFile-Installer.yaml │ │ │ ├── ManifestV1_1-MultiFile-Locale.yaml │ │ │ └── ManifestV1_1-MultiFile-Version.yaml │ │ ├── MultiFileManifestV1_10 │ │ │ ├── ManifestV1_10-MultiFile-DefaultLocale.yaml │ │ │ ├── ManifestV1_10-MultiFile-Installer.yaml │ │ │ ├── ManifestV1_10-MultiFile-Locale.yaml │ │ │ └── ManifestV1_10-MultiFile-Version.yaml │ │ ├── MultiFileManifestV1_2 │ │ │ ├── ManifestV1_2-MultiFile-DefaultLocale.yaml │ │ │ ├── ManifestV1_2-MultiFile-Installer.yaml │ │ │ ├── ManifestV1_2-MultiFile-Locale.yaml │ │ │ └── ManifestV1_2-MultiFile-Version.yaml │ │ ├── MultiFileManifestV1_4 │ │ │ ├── ManifestV1_4-MultiFile-DefaultLocale.yaml │ │ │ ├── ManifestV1_4-MultiFile-Installer.yaml │ │ │ ├── ManifestV1_4-MultiFile-Locale.yaml │ │ │ └── ManifestV1_4-MultiFile-Version.yaml │ │ ├── MultiFileManifestV1_5 │ │ │ ├── ManifestV1_5-MultiFile-DefaultLocale.yaml │ │ │ ├── ManifestV1_5-MultiFile-Installer.yaml │ │ │ ├── ManifestV1_5-MultiFile-Locale.yaml │ │ │ └── ManifestV1_5-MultiFile-Version.yaml │ │ ├── MultiFileManifestV1_6 │ │ │ ├── ManifestV1_6-MultiFile-DefaultLocale.yaml │ │ │ ├── ManifestV1_6-MultiFile-Installer.yaml │ │ │ ├── ManifestV1_6-MultiFile-Locale.yaml │ │ │ └── ManifestV1_6-MultiFile-Version.yaml │ │ ├── MultiFileManifestV1_7 │ │ │ ├── ManifestV1_7-MultiFile-DefaultLocale.yaml │ │ │ ├── ManifestV1_7-MultiFile-Installer.yaml │ │ │ ├── ManifestV1_7-MultiFile-Locale.yaml │ │ │ └── ManifestV1_7-MultiFile-Version.yaml │ │ ├── MultiFileManifestV1_9 │ │ │ ├── ManifestV1_9-MultiFile-DefaultLocale.yaml │ │ │ ├── ManifestV1_9-MultiFile-Installer.yaml │ │ │ ├── ManifestV1_9-MultiFile-Locale.yaml │ │ │ └── ManifestV1_9-MultiFile-Version.yaml │ │ ├── Node-Mapping.yaml │ │ ├── Node-Merge.yaml │ │ ├── Node-Merge2.yaml │ │ ├── Node-Types.yaml │ │ ├── NormalizationInitialIds.txt │ │ ├── Shadow │ │ │ └── V1_5 │ │ │ │ ├── ManifestV1_5-Shadow-DefaultLocale.yaml │ │ │ │ ├── ManifestV1_5-Shadow-Installer.yaml │ │ │ │ ├── ManifestV1_5-Shadow-Locale.yaml │ │ │ │ ├── ManifestV1_5-Shadow-Locale2.yaml │ │ │ │ ├── ManifestV1_5-Shadow-Shadow.yaml │ │ │ │ └── ManifestV1_5-Shadow-Shadow2.yaml │ │ ├── TestSignedApp.msix │ │ ├── TestZip.zip │ │ ├── UpdateFlowTest_Exe.yaml │ │ ├── UpdateFlowTest_ExeDependencies.yaml │ │ ├── UpdateFlowTest_Exe_2.yaml │ │ ├── UpdateFlowTest_Exe_2_LicenseAgreement.yaml │ │ ├── UpdateFlowTest_Exe_ARPInstallerType.yaml │ │ ├── UpdateFlowTest_Exe_UnsupportedArgs.yaml │ │ ├── UpdateFlowTest_ExpectedReturnCodes.yaml │ │ ├── UpdateFlowTest_Msix.yaml │ │ ├── UpdateFlowTest_Msix_LicenseAgreement.yaml │ │ ├── UpdateFlowTest_Portable.yaml │ │ ├── UpdateFlowTest_Zip_Exe.yaml │ │ ├── index.1.0.0.0.msix │ │ ├── index.1.0.0.0.signed.msix │ │ ├── index.2.0.0.0.msix │ │ ├── index.2.0.0.0.signed.msix │ │ ├── notepad.exe │ │ └── notepad.ico │ ├── TestHooks.h │ ├── TestRestRequestHandler.cpp │ ├── TestRestRequestHandler.h │ ├── TestSettings.cpp │ ├── TestSettings.h │ ├── TestSource.cpp │ ├── TestSource.h │ ├── UninstallFlow.cpp │ ├── UpdateFlow.cpp │ ├── UserSettings.cpp │ ├── Versions.cpp │ ├── WindowsFeature.cpp │ ├── WorkFlow.cpp │ ├── WorkflowCommon.cpp │ ├── WorkflowCommon.h │ ├── WorkflowGroupPolicy.cpp │ ├── Yaml.cpp │ ├── YamlManifest.cpp │ ├── main.cpp │ ├── packages.config │ ├── pch.cpp │ └── pch.h ├── AppInstallerCommonCore │ ├── AdminSettings.cpp │ ├── AppInstallerCommonCore.vcxproj │ ├── AppInstallerCommonCore.vcxproj.filters │ ├── AppInstallerTelemetry.cpp │ ├── Architecture.cpp │ ├── Archive.cpp │ ├── Authentication │ │ ├── Authentication.cpp │ │ ├── WebAccountManagerAuthenticator.cpp │ │ └── WebAccountManagerAuthenticator.h │ ├── DODownloader.cpp │ ├── DODownloader.h │ ├── Debugging.cpp │ ├── DependenciesGraph.cpp │ ├── Deployment.cpp │ ├── Downloader.cpp │ ├── ExperimentalFeature.cpp │ ├── ExtensionCatalog.cpp │ ├── FileCache.cpp │ ├── FileLogger.cpp │ ├── FolderFileWatcher.cpp │ ├── Fonts.cpp │ ├── HttpClientHelper.cpp │ ├── HttpStream │ │ ├── HttpClientWrapper.cpp │ │ ├── HttpClientWrapper.h │ │ ├── HttpLocalCache.cpp │ │ ├── HttpLocalCache.h │ │ ├── HttpRandomAccessStream.cpp │ │ └── HttpRandomAccessStream.h │ ├── Locale.cpp │ ├── MSStore.cpp │ ├── MSStoreDownload.cpp │ ├── Manifest │ │ ├── Manifest.cpp │ │ ├── ManifestCommon.cpp │ │ ├── ManifestComparator.cpp │ │ ├── ManifestSchemaValidation.cpp │ │ ├── ManifestValidation.cpp │ │ ├── ManifestYamlPopulator.cpp │ │ ├── MsixManifestValidation.cpp │ │ ├── YamlParser.cpp │ │ └── YamlWriter.cpp │ ├── MsiExecArguments.cpp │ ├── MsixInfo.cpp │ ├── MsixManifest.cpp │ ├── NameNormalization.cpp │ ├── NetworkSettings.cpp │ ├── OutputDebugStringLogger.cpp │ ├── PackageDependenciesValidationUtil.cpp │ ├── PackageVersionDataManifest.cpp │ ├── PathVariable.cpp │ ├── Pin.cpp │ ├── PortableARPEntry.cpp │ ├── Progress.cpp │ ├── PropertySheet.props │ ├── Public │ │ ├── AppInstallerArchitecture.h │ │ ├── AppInstallerDeployment.h │ │ ├── AppInstallerDownloader.h │ │ ├── AppInstallerFileLogger.h │ │ ├── AppInstallerMsixInfo.h │ │ ├── AppInstallerProgress.h │ │ ├── AppInstallerRuntime.h │ │ ├── AppInstallerSynchronization.h │ │ ├── AppInstallerTelemetry.h │ │ └── winget │ │ │ ├── AdminSettings.h │ │ │ ├── Archive.h │ │ │ ├── Authentication.h │ │ │ ├── Debugging.h │ │ │ ├── DependenciesGraph.h │ │ │ ├── ExperimentalFeature.h │ │ │ ├── ExtensionCatalog.h │ │ │ ├── FileCache.h │ │ │ ├── FolderFileWatcher.h │ │ │ ├── Fonts.h │ │ │ ├── HttpClientHelper.h │ │ │ ├── Locale.h │ │ │ ├── MSStore.h │ │ │ ├── MSStoreDownload.h │ │ │ ├── Manifest.h │ │ │ ├── ManifestCommon.h │ │ │ ├── ManifestComparator.h │ │ │ ├── ManifestInstaller.h │ │ │ ├── ManifestLocalization.h │ │ │ ├── ManifestSchemaValidation.h │ │ │ ├── ManifestValidation.h │ │ │ ├── ManifestYamlParser.h │ │ │ ├── ManifestYamlPopulator.h │ │ │ ├── ManifestYamlWriter.h │ │ │ ├── MsiExecArguments.h │ │ │ ├── MsixManifest.h │ │ │ ├── MsixManifestValidation.h │ │ │ ├── NameNormalization.h │ │ │ ├── NetworkSettings.h │ │ │ ├── OutputDebugStringLogger.h │ │ │ ├── PackageDependenciesValidationUtil.h │ │ │ ├── PackageVersionDataManifest.h │ │ │ ├── PathVariable.h │ │ │ ├── Pin.h │ │ │ ├── PortableARPEntry.h │ │ │ ├── PortableFileEntry.h │ │ │ ├── Reboot.h │ │ │ ├── Regex.h │ │ │ ├── Rest.h │ │ │ ├── SelfManagement.h │ │ │ ├── Settings.h │ │ │ ├── StdErrLogger.h │ │ │ ├── ThreadGlobals.h │ │ │ ├── TraceLogger.h │ │ │ └── UserSettings.h │ ├── Reboot.cpp │ ├── Regex.cpp │ ├── Rest.cpp │ ├── Runtime.cpp │ ├── SelfManagement.cpp │ ├── Settings.cpp │ ├── StdErrLogger.cpp │ ├── Synchronization.cpp │ ├── Telemetry │ │ ├── TraceLogging.cpp │ │ └── TraceLogging.h │ ├── ThreadGlobals.cpp │ ├── TraceLogger.cpp │ ├── UserSettings.cpp │ ├── packages.config │ ├── pch.cpp │ └── pch.h ├── AppInstallerRepositoryCore │ ├── ARPCorrelation.cpp │ ├── ARPCorrelationAlgorithms.cpp │ ├── AppInstallerRepositoryCore.vcxproj │ ├── AppInstallerRepositoryCore.vcxproj.filters │ ├── ArpVersionValidation.cpp │ ├── ArpVersionValidation.h │ ├── CompositeSource.cpp │ ├── CompositeSource.h │ ├── ISource.h │ ├── IconDefs.h │ ├── IconExtraction.cpp │ ├── InstalledFilesCorrelation.cpp │ ├── InstallerMetadataCollectionContext.cpp │ ├── ManifestJSONParser.cpp │ ├── Microsoft │ │ ├── ARPHelper.cpp │ │ ├── ARPHelper.h │ │ ├── CheckpointDatabase.cpp │ │ ├── ConfigurableTestSourceFactory.cpp │ │ ├── ConfigurableTestSourceFactory.h │ │ ├── PinningIndex.cpp │ │ ├── PinningIndex.h │ │ ├── PortableIndex.cpp │ │ ├── PreIndexedPackageSourceFactory.cpp │ │ ├── PreIndexedPackageSourceFactory.h │ │ ├── PredefinedInstalledSourceFactory.cpp │ │ ├── PredefinedInstalledSourceFactory.h │ │ ├── PredefinedWriteableSourceFactory.cpp │ │ ├── PredefinedWriteableSourceFactory.h │ │ ├── README.md │ │ ├── SQLiteIndex.cpp │ │ ├── SQLiteIndex.h │ │ ├── SQLiteIndexSource.cpp │ │ ├── SQLiteIndexSource.h │ │ ├── SQLiteIndexSourceV1.cpp │ │ ├── SQLiteIndexSourceV1.h │ │ ├── SQLiteIndexSourceV2.cpp │ │ ├── SQLiteIndexSourceV2.h │ │ └── Schema │ │ │ ├── 1_0 │ │ │ ├── ChannelTable.h │ │ │ ├── CommandsTable.h │ │ │ ├── IdTable.h │ │ │ ├── Interface.h │ │ │ ├── Interface_1_0.cpp │ │ │ ├── ManifestTable.cpp │ │ │ ├── ManifestTable.h │ │ │ ├── MonikerTable.h │ │ │ ├── NameTable.h │ │ │ ├── OneToManyTable.cpp │ │ │ ├── OneToManyTable.h │ │ │ ├── OneToOneTable.cpp │ │ │ ├── OneToOneTable.h │ │ │ ├── PathPartTable.cpp │ │ │ ├── PathPartTable.h │ │ │ ├── SearchResultsTable.h │ │ │ ├── SearchResultsTable_1_0.cpp │ │ │ ├── TagsTable.h │ │ │ ├── VersionTable.h │ │ │ └── VirtualTableBase.h │ │ │ ├── 1_1 │ │ │ ├── Interface.h │ │ │ ├── Interface_1_1.cpp │ │ │ ├── ManifestMetadataTable.cpp │ │ │ ├── ManifestMetadataTable.h │ │ │ ├── PackageFamilyNameTable.h │ │ │ ├── ProductCodeTable.h │ │ │ ├── SearchResultsTable.h │ │ │ └── SearchResultsTable_1_1.cpp │ │ │ ├── 1_2 │ │ │ ├── Interface.h │ │ │ ├── Interface_1_2.cpp │ │ │ ├── NormalizedPackageNameTable.h │ │ │ ├── NormalizedPackagePublisherTable.h │ │ │ ├── SearchResultsTable.h │ │ │ └── SearchResultsTable_1_2.cpp │ │ │ ├── 1_3 │ │ │ ├── HashVirtualTable.h │ │ │ ├── Interface.h │ │ │ └── Interface_1_3.cpp │ │ │ ├── 1_4 │ │ │ ├── DependenciesTable.cpp │ │ │ ├── DependenciesTable.h │ │ │ ├── Interface.h │ │ │ └── Interface_1_4.cpp │ │ │ ├── 1_5 │ │ │ ├── ArpVersionVirtualTable.h │ │ │ ├── Interface.h │ │ │ └── Interface_1_5.cpp │ │ │ ├── 1_6 │ │ │ ├── Interface.h │ │ │ ├── Interface_1_6.cpp │ │ │ ├── SearchResultsTable.h │ │ │ ├── SearchResultsTable_1_6.cpp │ │ │ └── UpgradeCodeTable.h │ │ │ ├── 1_7 │ │ │ ├── Interface.h │ │ │ └── Interface_1_7.cpp │ │ │ ├── 2_0 │ │ │ ├── CommandsTable.h │ │ │ ├── Interface.h │ │ │ ├── Interface_2_0.cpp │ │ │ ├── NormalizedPackageNameTable.h │ │ │ ├── NormalizedPackagePublisherTable.h │ │ │ ├── OneToManyTableWithMap.cpp │ │ │ ├── OneToManyTableWithMap.h │ │ │ ├── PackageFamilyNameTable.h │ │ │ ├── PackageUpdateTrackingTable.cpp │ │ │ ├── PackageUpdateTrackingTable.h │ │ │ ├── PackagesTable.cpp │ │ │ ├── PackagesTable.h │ │ │ ├── ProductCodeTable.h │ │ │ ├── SearchResultsTable.h │ │ │ ├── SearchResultsTable_2_0.cpp │ │ │ ├── SystemReferenceStringTable.cpp │ │ │ ├── SystemReferenceStringTable.h │ │ │ ├── TagsTable.h │ │ │ └── UpgradeCodeTable.h │ │ │ ├── Checkpoint_1_0 │ │ │ ├── CheckpointDataTable.cpp │ │ │ ├── CheckpointDataTable.h │ │ │ ├── CheckpointDatabaseInterface.h │ │ │ ├── CheckpointDatabaseInterface_1_0.cpp │ │ │ ├── CheckpointTable.cpp │ │ │ └── CheckpointTable.h │ │ │ ├── ICheckpointDatabase.h │ │ │ ├── IPinningIndex.h │ │ │ ├── IPortableIndex.h │ │ │ ├── ISQLiteIndex.cpp │ │ │ ├── ISQLiteIndex.h │ │ │ ├── Pinning_1_0 │ │ │ ├── PinTable.cpp │ │ │ ├── PinTable.h │ │ │ ├── PinningIndexInterface.h │ │ │ └── PinningIndexInterface_1_0.cpp │ │ │ ├── Portable_1_0 │ │ │ ├── PortableIndexInterface.h │ │ │ ├── PortableIndexInterface_1_0.cpp │ │ │ ├── PortableTable.cpp │ │ │ └── PortableTable.h │ │ │ └── SQLiteIndexContextData.h │ ├── PackageDependenciesValidation.cpp │ ├── PackageDependenciesValidation.h │ ├── PackageInstalledStatus.cpp │ ├── PackageTrackingCatalog.cpp │ ├── PackageTrackingCatalogSourceFactory.h │ ├── PackageVersionSelection.cpp │ ├── PinningData.cpp │ ├── PropertySheet.props │ ├── Public │ │ └── winget │ │ │ ├── ARPCorrelation.h │ │ │ ├── ARPCorrelationAlgorithms.h │ │ │ ├── Checkpoint.h │ │ │ ├── CheckpointDatabase.h │ │ │ ├── IconExtraction.h │ │ │ ├── InstalledFilesCorrelation.h │ │ │ ├── InstalledStatus.h │ │ │ ├── InstallerMetadataCollectionContext.h │ │ │ ├── ManifestJSONParser.h │ │ │ ├── PackageTrackingCatalog.h │ │ │ ├── PackageVersionSelection.h │ │ │ ├── PinningData.h │ │ │ ├── PortableIndex.h │ │ │ ├── RepositorySearch.h │ │ │ └── RepositorySource.h │ ├── RepositorySearch.cpp │ ├── RepositorySource.cpp │ ├── Rest │ │ ├── RestClient.cpp │ │ ├── RestClient.h │ │ ├── RestSource.cpp │ │ ├── RestSource.h │ │ ├── RestSourceFactory.cpp │ │ ├── RestSourceFactory.h │ │ └── Schema │ │ │ ├── 1_0 │ │ │ ├── Interface.h │ │ │ ├── Json │ │ │ │ ├── ManifestDeserializer.h │ │ │ │ ├── ManifestDeserializer_1_0.cpp │ │ │ │ ├── SearchRequestSerializer.h │ │ │ │ ├── SearchRequestSerializer_1_0.cpp │ │ │ │ ├── SearchResponseDeserializer.h │ │ │ │ └── SearchResponseDeserializer_1_0.cpp │ │ │ └── RestInterface_1_0.cpp │ │ │ ├── 1_1 │ │ │ ├── Interface.h │ │ │ ├── Json │ │ │ │ ├── ManifestDeserializer.h │ │ │ │ ├── ManifestDeserializer_1_1.cpp │ │ │ │ ├── SearchRequestSerializer.h │ │ │ │ └── SearchRequestSerializer_1_1.cpp │ │ │ └── RestInterface_1_1.cpp │ │ │ ├── 1_10 │ │ │ ├── Interface.h │ │ │ ├── Json │ │ │ │ ├── ManifestDeserializer.h │ │ │ │ └── ManifestDeserializer_1_10.cpp │ │ │ └── RestInterface_1_10.cpp │ │ │ ├── 1_4 │ │ │ ├── Interface.h │ │ │ ├── Json │ │ │ │ ├── ManifestDeserializer.h │ │ │ │ ├── ManifestDeserializer_1_4.cpp │ │ │ │ ├── SearchResponseDeserializer.h │ │ │ │ └── SearchResponseDeserializer_1_4.cpp │ │ │ └── RestInterface_1_4.cpp │ │ │ ├── 1_5 │ │ │ ├── Interface.h │ │ │ ├── Json │ │ │ │ ├── ManifestDeserializer.h │ │ │ │ └── ManifestDeserializer_1_5.cpp │ │ │ └── RestInterface_1_5.cpp │ │ │ ├── 1_6 │ │ │ ├── Interface.h │ │ │ ├── Json │ │ │ │ ├── ManifestDeserializer.h │ │ │ │ └── ManifestDeserializer_1_6.cpp │ │ │ └── RestInterface_1_6.cpp │ │ │ ├── 1_7 │ │ │ ├── Interface.h │ │ │ ├── Json │ │ │ │ ├── ManifestDeserializer.h │ │ │ │ └── ManifestDeserializer_1_7.cpp │ │ │ └── RestInterface_1_7.cpp │ │ │ ├── 1_9 │ │ │ ├── Interface.h │ │ │ ├── Json │ │ │ │ ├── ManifestDeserializer.h │ │ │ │ └── ManifestDeserializer_1_9.cpp │ │ │ └── RestInterface_1_9.cpp │ │ │ ├── AuthenticationInfoParser.cpp │ │ │ ├── AuthenticationInfoParser.h │ │ │ ├── CommonRestConstants.h │ │ │ ├── IRestClient.h │ │ │ ├── InformationResponseDeserializer.cpp │ │ │ ├── InformationResponseDeserializer.h │ │ │ ├── SearchRequestComposer.cpp │ │ │ ├── SearchRequestComposer.h │ │ │ ├── SearchResponseParser.cpp │ │ │ └── SearchResponseParser.h │ ├── SourceFactory.h │ ├── SourceList.cpp │ ├── SourceList.h │ ├── SourcePolicy.cpp │ ├── SourcePolicy.h │ ├── SourceUpdateChecks.cpp │ ├── SourceUpdateChecks.h │ ├── packages.config │ ├── pch.cpp │ └── pch.h ├── AppInstallerSharedLib │ ├── AppInstallerLogging.cpp │ ├── AppInstallerSharedLib.vcxproj │ ├── AppInstallerSharedLib.vcxproj.filters │ ├── AppInstallerStrings.cpp │ ├── Certificates.cpp │ ├── Compression.cpp │ ├── DateTime.cpp │ ├── Errors.cpp │ ├── Filesystem.cpp │ ├── GroupPolicy.cpp │ ├── ICU │ │ ├── SQLiteICU.c │ │ └── SQLiteICU.h │ ├── JsonSchemaValidation.cpp │ ├── JsonUtil.cpp │ ├── ManagedFile.cpp │ ├── PropertySheet.props │ ├── Public │ │ ├── AppInstallerDateTime.h │ │ ├── AppInstallerErrors.h │ │ ├── AppInstallerLanguageUtilities.h │ │ ├── AppInstallerLogging.h │ │ ├── AppInstallerSHA256.h │ │ ├── AppInstallerStrings.h │ │ ├── AppInstallerVersions.h │ │ ├── Telemetry │ │ │ ├── MicrosoftTelemetry.h │ │ │ └── WinEventLogLevels.h │ │ └── winget │ │ │ ├── AsyncTokens.h │ │ │ ├── Certificates.h │ │ │ ├── Compression.h │ │ │ ├── ConfigurationSetProcessorHandlers.h │ │ │ ├── Filesystem.h │ │ │ ├── GroupPolicy.h │ │ │ ├── IConfigurationStaticsInternals.h │ │ │ ├── ILifetimeWatcher.h │ │ │ ├── JsonSchemaValidation.h │ │ │ ├── JsonUtil.h │ │ │ ├── LocIndependent.h │ │ │ ├── ManagedFile.h │ │ │ ├── ModuleCountBase.h │ │ │ ├── Registry.h │ │ │ ├── Resources.h │ │ │ ├── Runtime.h │ │ │ ├── SQLiteDynamicStorage.h │ │ │ ├── SQLiteMetadataTable.h │ │ │ ├── SQLiteStatementBuilder.h │ │ │ ├── SQLiteStorageBase.h │ │ │ ├── SQLiteTempTable.h │ │ │ ├── SQLiteVersion.h │ │ │ ├── SQLiteWrapper.h │ │ │ ├── Security.h │ │ │ ├── SharedThreadGlobals.h │ │ │ └── Yaml.h │ ├── Registry.cpp │ ├── Resources.cpp │ ├── Runtime.cpp │ ├── SHA256.cpp │ ├── SQLiteDynamicStorage.cpp │ ├── SQLiteMetadataTable.cpp │ ├── SQLiteStatementBuilder.cpp │ ├── SQLiteStorageBase.cpp │ ├── SQLiteTempTable.cpp │ ├── SQLiteVersion.cpp │ ├── SQLiteWrapper.cpp │ ├── Security.cpp │ ├── SharedThreadGlobals.cpp │ ├── Versions.cpp │ ├── Yaml.cpp │ ├── YamlWrapper.cpp │ ├── YamlWrapper.h │ ├── packages.config │ ├── pch.cpp │ └── pch.h ├── AppInstallerTestExeInstaller │ ├── AppInstallerTestExeInstaller.vcxproj │ ├── AppInstallerTestExeInstaller.vcxproj.filters │ └── main.cpp ├── AppInstallerTestMsiInstaller │ └── AppInstallerTestMsiInstaller.vdproj ├── AppInstallerTestMsixInstaller │ ├── AppInstallerTestMsixInstaller.wapproj │ ├── Images │ │ ├── LockScreenLogo.scale-200.png │ │ ├── SplashScreen.scale-200.png │ │ ├── Square150x150Logo.scale-200.png │ │ ├── Square44x44Logo.scale-200.png │ │ ├── Square44x44Logo.targetsize-24_altform-unplated.png │ │ ├── StoreLogo.png │ │ └── Wide310x150Logo.scale-200.png │ └── Package.appxmanifest ├── COMServer │ └── COMServer.vcxitems ├── CertificateResources │ ├── CertificateResources.h │ ├── CertificateResources.rc │ ├── CertificateResources.vcxitems │ ├── CertificateResources.vcxitems.filters │ ├── StoreIntermediate1.cer │ ├── StoreIntermediate2.cer │ ├── StoreLeaf1.cer │ ├── StoreLeaf2.cer │ ├── StoreRoot1.cer │ ├── StoreRoot2.cer │ └── resource.h ├── CodeAnalysis.ruleset ├── ConfigurationRemotingServer │ ├── ConfigurationRemotingServer.csproj │ └── Program.cs ├── Directory.Packages.props ├── IndexCreationTool │ ├── IndexCreationTool.csproj │ └── Program.cs ├── LocalhostWebServer │ ├── LocalhostWebServer.csproj │ ├── Program.cs │ ├── Run-LocalhostWebServer.ps1 │ └── Startup.cs ├── ManifestSchema │ ├── ManifestSchema.h │ ├── ManifestSchema.rc │ ├── ManifestSchema.vcxitems │ ├── ManifestSchema.vcxitems.filters │ └── resource.h ├── Microsoft.Management.Configuration.OutOfProc │ ├── Collect-ConfigurationOOPTests.ps1 │ ├── Factory.cpp │ ├── Factory.h │ ├── Microsoft.Management.Configuration.OutOfProc.vcxproj │ ├── Microsoft.Management.Configuration.OutOfProc.vcxproj.filters │ ├── Prepare-ConfigurationOOPTests.ps1 │ ├── PropertySheet.props │ ├── Source.def │ ├── dllmain.cpp │ ├── packages.config │ ├── pch.cpp │ └── pch.h ├── Microsoft.Management.Configuration.Processor │ ├── Constants │ │ └── DirectiveConstants.cs │ ├── DSCv3 │ │ ├── Helpers │ │ │ ├── IDiagnosticsSink.cs │ │ │ ├── ProcessExecution.cs │ │ │ ├── ProcessExecutionEnvironmentVariable.cs │ │ │ ├── ProcessExecutionEnvironmentVariableValueType.cs │ │ │ ├── ProcessorRunSettings.cs │ │ │ ├── ProcessorSettings.cs │ │ │ └── ResourceDetails.cs │ │ ├── Model │ │ │ ├── IDSCv3.cs │ │ │ ├── IResourceExportItem.cs │ │ │ ├── IResourceGetItem.cs │ │ │ ├── IResourceListItem.cs │ │ │ ├── IResourceSetItem.cs │ │ │ ├── IResourceTestItem.cs │ │ │ └── ResourceKind.cs │ │ ├── Schema_2024_04 │ │ │ ├── DSCv3.cs │ │ │ ├── Definitions │ │ │ │ └── ResourceKind.cs │ │ │ ├── Metadata │ │ │ │ └── ResourceInstanceResult.cs │ │ │ └── Outputs │ │ │ │ ├── ConfigurationDocument.cs │ │ │ │ ├── FullItemBase.cs │ │ │ │ ├── GetFullItem.cs │ │ │ │ ├── GetSimpleItem.cs │ │ │ │ ├── ResourceCapability.cs │ │ │ │ ├── ResourceItem.cs │ │ │ │ ├── ResourceListItem.cs │ │ │ │ ├── SetFullItem.cs │ │ │ │ ├── SetSimpleItem.cs │ │ │ │ ├── TestFullItem.cs │ │ │ │ └── TestSimpleItem.cs │ │ ├── Set │ │ │ └── DSCv3ConfigurationSetProcessor.cs │ │ └── Unit │ │ │ └── DSCv3ConfigurationUnitProcessor.cs │ ├── Exceptions │ │ ├── ErrorCodes.cs │ │ ├── FindDscResourceNotFoundException.cs │ │ ├── GetDscResourceModuleConflict.cs │ │ ├── GetDscResourceMultipleMatches.cs │ │ ├── IConfigurationUnitResultException.cs │ │ ├── ImportModuleException.cs │ │ ├── InstallDscResourceException.cs │ │ ├── InvokeDscResourceException.cs │ │ ├── UnitPropertyUnsupportedException.cs │ │ └── UnitSettingConfigRootException.cs │ ├── Extensions │ │ ├── DictionaryExtensions.cs │ │ ├── ExceptionExtensions.cs │ │ ├── HashtableExtensions.cs │ │ ├── JsonObjectExtensions.cs │ │ └── ValueSetExtensions.cs │ ├── Factory │ │ └── ConfigurationSetProcessorFactoryBase.cs │ ├── Helpers │ │ ├── ConfigurationUnitInternal.cs │ │ ├── DiagnosticInformation.cs │ │ ├── SemanticVersion.cs │ │ ├── StringHelpers.cs │ │ └── TypeHelpers.cs │ ├── Microsoft.Management.Configuration.Processor.csproj │ ├── PowerShell │ │ ├── Constants │ │ │ └── PowerShellConstants.cs │ │ ├── DscModules │ │ │ ├── DscModuleV2.cs │ │ │ └── IDscModule.cs │ │ ├── DscResourcesInfo │ │ │ ├── DscResourceInfoInternal.cs │ │ │ ├── DscResourcePropertyInfoInternal.cs │ │ │ └── ImplementedAsTypeInternal.cs │ │ ├── Extensions │ │ │ └── PowerShellExtensions.cs │ │ ├── Helpers │ │ │ ├── ConfigurationUnitAndModule.cs │ │ │ ├── ConfigurationUnitAndResource.cs │ │ │ ├── DscResourcesMap.cs │ │ │ ├── Factory.cs │ │ │ ├── IPowerShellGet.cs │ │ │ ├── PowerShellGetV2.cs │ │ │ └── PowerShellHelpers.cs │ │ ├── ProcessorEnvironments │ │ │ ├── HostedEnvironment.cs │ │ │ ├── IProcessorEnvironment.cs │ │ │ └── ProcessorEnvironmentFactory.cs │ │ ├── Set │ │ │ └── PowerShellConfigurationSetProcessor.cs │ │ └── Unit │ │ │ └── PowerShellConfigurationUnitProcessor.cs │ ├── Properties │ │ └── AssemblyInfo.cs │ ├── Public │ │ ├── DSCv3ConfigurationSetProcessorFactory.cs │ │ ├── IPowerShellConfigurationProcessorFactoryProperties.cs │ │ ├── PowerShellConfigurationProcessorLocation.cs │ │ ├── PowerShellConfigurationProcessorPolicy.cs │ │ ├── PowerShellConfigurationProcessorType.cs │ │ └── PowerShellConfigurationSetProcessorFactory.cs │ ├── Set │ │ └── ConfigurationSetProcessorBase.cs │ └── Unit │ │ ├── ApplySettingsResult.cs │ │ ├── ConfigurationUnitProcessorBase.cs │ │ ├── ConfigurationUnitProcessorDetails.cs │ │ ├── ConfigurationUnitResultInformation.cs │ │ ├── ConfigurationUnitSettingDetails.cs │ │ ├── GetAllSettingsResult.cs │ │ ├── GetAllUnitsResult.cs │ │ ├── GetSettingsResult.cs │ │ └── TestSettingsResult.cs ├── Microsoft.Management.Configuration.Projection │ └── Microsoft.Management.Configuration.Projection.csproj ├── Microsoft.Management.Configuration.UnitTests │ ├── Fixtures │ │ ├── UnitTestCollection.cs │ │ └── UnitTestFixture.cs │ ├── Helpers │ │ ├── ApplyGroupMemberSettingsResultInstance.cs │ │ ├── ApplyGroupSettingsResultInstance.cs │ │ ├── ApplySettingsResultInstance.cs │ │ ├── ConfigurationEnvironmentData.cs │ │ ├── ConfigurationExtensions.cs │ │ ├── ConfigurationProcessorTestBase.cs │ │ ├── Constants.cs │ │ ├── DiagnosticsEventSink.cs │ │ ├── Errors.cs │ │ ├── FactSkipIfCI.cs │ │ ├── GetAllSettingsResultInstance.cs │ │ ├── GetSettingsResultInstance.cs │ │ ├── InProcAttribute.cs │ │ ├── InProcDiscoverer.cs │ │ ├── OutOfProcAttribute.cs │ │ ├── OutOfProcDiscoverer.cs │ │ ├── PowerShellTestsConstants.cs │ │ ├── TelemetryEvent.cs │ │ ├── TempDirectory.cs │ │ ├── TempFile.cs │ │ ├── TestConfigurationProcessorFactory.cs │ │ ├── TestConfigurationSetGroupProcessor.cs │ │ ├── TestConfigurationSetProcessor.cs │ │ ├── TestConfigurationUnitGroupProcessor.cs │ │ ├── TestConfigurationUnitProcessor.cs │ │ ├── TestConfigurationUnitProcessorDetails.cs │ │ ├── TestConfigurationUnitResultInformation.cs │ │ ├── TestDSCv3.cs │ │ ├── TestGetAllSettingsConfigurationUnitProcessor.cs │ │ ├── TestGroupSettingsResultInstance.cs │ │ ├── TestResourceExportItem.cs │ │ ├── TestResourceGetItem.cs │ │ ├── TestResourceListItem.cs │ │ ├── TestResourceSetItem.cs │ │ ├── TestResourceTestItem.cs │ │ ├── TestSettingsResultInstance.cs │ │ ├── TheorySkipIfCI.cs │ │ └── ValueSetExtensions.cs │ ├── Microsoft.Management.Configuration.UnitTests.csproj │ ├── TestCollateral │ │ └── PowerShellModules │ │ │ ├── xAdminTestResource │ │ │ ├── xAdminTestResource.psd1 │ │ │ └── xAdminTestResource.psm1 │ │ │ └── xSimpleTestResource │ │ │ ├── xSimpleTestResource.psd1 │ │ │ └── xSimpleTestResource.psm1 │ └── Tests │ │ ├── ConfigurationDetailsTests.cs │ │ ├── ConfigurationHistoryTests.cs │ │ ├── ConfigurationMixedElevationTests.cs │ │ ├── ConfigurationProcessorApplyTests.cs │ │ ├── ConfigurationProcessorFactoryTests.cs │ │ ├── ConfigurationProcessorGetAllTests.cs │ │ ├── ConfigurationProcessorGetTests.cs │ │ ├── ConfigurationProcessorGroupTests.cs │ │ ├── ConfigurationProcessorTelemetryTests.cs │ │ ├── ConfigurationProcessorTestTests.cs │ │ ├── ConfigurationSetAuthoringTests.cs │ │ ├── ConfigurationSetProcessorTests.cs │ │ ├── ConfigurationUnitInternalTests.cs │ │ ├── ConfigurationUnitProcessorTests.cs │ │ ├── DSCv3ProcessorTests.cs │ │ ├── DscModuleV2SimpleFileResourceTests.cs │ │ ├── DscModuleV2Tests.cs │ │ ├── DscResourceMapTests.cs │ │ ├── ExceptionExtensionsTests.cs │ │ ├── HashtableExtensionsTests.cs │ │ ├── OpenConfigurationSetTests.cs │ │ ├── PowerShellHelperTests.cs │ │ ├── ProcessorEnvironmentTests.cs │ │ ├── SemanticVersionTests.cs │ │ ├── TypeHelpersTests.cs │ │ └── ValueSetExtensionsTests.cs ├── Microsoft.Management.Configuration │ ├── ApplyConfigurationSetResult.cpp │ ├── ApplyConfigurationSetResult.h │ ├── ApplyConfigurationUnitResult.cpp │ ├── ApplyConfigurationUnitResult.h │ ├── ApplyGroupSettingsResult.cpp │ ├── ApplyGroupSettingsResult.h │ ├── ArgumentValidation.cpp │ ├── ArgumentValidation.h │ ├── ConfigThreadGlobals.cpp │ ├── ConfigThreadGlobals.h │ ├── ConfigurationChangeData.cpp │ ├── ConfigurationChangeData.h │ ├── ConfigurationConflict.cpp │ ├── ConfigurationConflict.h │ ├── ConfigurationConflictSetting.cpp │ ├── ConfigurationConflictSetting.h │ ├── ConfigurationEnvironment.cpp │ ├── ConfigurationEnvironment.h │ ├── ConfigurationParameter.cpp │ ├── ConfigurationParameter.h │ ├── ConfigurationProcessor.cpp │ ├── ConfigurationProcessor.h │ ├── ConfigurationSequencer.cpp │ ├── ConfigurationSequencer.h │ ├── ConfigurationSet.cpp │ ├── ConfigurationSet.h │ ├── ConfigurationSetApplyProcessor.cpp │ ├── ConfigurationSetApplyProcessor.h │ ├── ConfigurationSetChangeData.cpp │ ├── ConfigurationSetChangeData.h │ ├── ConfigurationSetParser.cpp │ ├── ConfigurationSetParser.h │ ├── ConfigurationSetParserError.h │ ├── ConfigurationSetParser_0_1.cpp │ ├── ConfigurationSetParser_0_1.h │ ├── ConfigurationSetParser_0_2.cpp │ ├── ConfigurationSetParser_0_2.h │ ├── ConfigurationSetParser_0_3.cpp │ ├── ConfigurationSetParser_0_3.h │ ├── ConfigurationSetSerializer.cpp │ ├── ConfigurationSetSerializer.h │ ├── ConfigurationSetSerializer_0_2.cpp │ ├── ConfigurationSetSerializer_0_2.h │ ├── ConfigurationSetSerializer_0_3.cpp │ ├── ConfigurationSetSerializer_0_3.h │ ├── ConfigurationSetUtilities.cpp │ ├── ConfigurationSetUtilities.h │ ├── ConfigurationStaticFunctions.cpp │ ├── ConfigurationStaticFunctions.h │ ├── ConfigurationStatus.cpp │ ├── ConfigurationStatus.h │ ├── ConfigurationUnit.cpp │ ├── ConfigurationUnit.h │ ├── ConfigurationUnitResultInformation.cpp │ ├── ConfigurationUnitResultInformation.h │ ├── Database │ │ ├── ConfigurationDatabase.cpp │ │ ├── ConfigurationDatabase.h │ │ └── Schema │ │ │ ├── 0_1 │ │ │ ├── Interface.h │ │ │ ├── Interface_0_1.cpp │ │ │ ├── SetInfoTable.cpp │ │ │ ├── SetInfoTable.h │ │ │ ├── UnitInfoTable.cpp │ │ │ └── UnitInfoTable.h │ │ │ ├── 0_2 │ │ │ ├── Interface.h │ │ │ ├── Interface_0_2.cpp │ │ │ ├── QueueTable.cpp │ │ │ └── QueueTable.h │ │ │ ├── 0_3 │ │ │ ├── ChangeListenerTable.cpp │ │ │ ├── ChangeListenerTable.h │ │ │ ├── Interface.h │ │ │ ├── Interface_0_3.cpp │ │ │ ├── StatusItemTable.cpp │ │ │ └── StatusItemTable.h │ │ │ ├── IConfigurationDatabase.cpp │ │ │ └── IConfigurationDatabase.h │ ├── DefaultSetGroupProcessor.cpp │ ├── DefaultSetGroupProcessor.h │ ├── DiagnosticInformationInstance.cpp │ ├── DiagnosticInformationInstance.h │ ├── ExceptionResultHelpers.h │ ├── Filesystem.cpp │ ├── Filesystem.h │ ├── FindUnitProcessorsOptions.cpp │ ├── FindUnitProcessorsOptions.h │ ├── GetAllConfigurationUnitSettingsResult.cpp │ ├── GetAllConfigurationUnitSettingsResult.h │ ├── GetAllConfigurationUnitsResult.cpp │ ├── GetAllConfigurationUnitsResult.h │ ├── GetConfigurationSetDetailsResult.cpp │ ├── GetConfigurationSetDetailsResult.h │ ├── GetConfigurationUnitDetailsResult.cpp │ ├── GetConfigurationUnitDetailsResult.h │ ├── GetConfigurationUnitSettingsResult.cpp │ ├── GetConfigurationUnitSettingsResult.h │ ├── Microsoft.Management.Configuration.idl │ ├── Microsoft.Management.Configuration.vcxproj │ ├── Microsoft.Management.Configuration.vcxproj.filters │ ├── Microsoft_Management_Configuration.def │ ├── OpenConfigurationSetResult.cpp │ ├── OpenConfigurationSetResult.h │ ├── ParsingMacros.h │ ├── PropertySheet.props │ ├── Telemetry │ │ ├── Telemetry.cpp │ │ ├── Telemetry.h │ │ ├── TraceLogging.cpp │ │ └── TraceLogging.h │ ├── TestConfigurationSetResult.cpp │ ├── TestConfigurationSetResult.h │ ├── TestConfigurationUnitResult.cpp │ ├── TestConfigurationUnitResult.h │ ├── TestGroupSettingsResult.cpp │ ├── TestGroupSettingsResult.h │ ├── TestSettingsResult.cpp │ ├── TestSettingsResult.h │ ├── packages.config │ ├── pch.cpp │ └── pch.h ├── Microsoft.Management.Deployment.CsWinRTProjection │ └── Microsoft.Management.Deployment.CsWinRTProjection.csproj ├── Microsoft.Management.Deployment.InProc │ ├── Microsoft.Management.Deployment.InProc.dll.manifest │ ├── Microsoft.Management.Deployment.InProc.vcxproj │ ├── Microsoft.Management.Deployment.InProc.vcxproj.filters │ ├── PropertySheet.props │ ├── Source.def │ ├── dllmain.cpp │ ├── packages.config │ ├── pch.cpp │ └── pch.h ├── Microsoft.Management.Deployment.OutOfProc │ ├── Factory.cpp │ ├── Factory.h │ ├── Microsoft.Management.Deployment.OutOfProc.vcxproj │ ├── Microsoft.Management.Deployment.OutOfProc.vcxproj.filters │ ├── PropertySheet.props │ ├── Source.def │ ├── dllmain.cpp │ ├── packages.config │ ├── pch.cpp │ └── pch.h ├── Microsoft.Management.Deployment.Projection │ ├── ClassModel.cs │ ├── ClassesDefinition.cs │ ├── Initializers │ │ ├── ActivationFactoryInstanceInitializer.cs │ │ ├── IInstanceInitializer.cs │ │ ├── LocalServerInstanceInitializer.cs │ │ └── PolicyEnforcedInstanceInitializer.cs │ ├── Microsoft.Management.Deployment.Projection.csproj │ ├── Utils │ │ └── ComUtils.cs │ └── WinGetProjectionFactory.cs ├── Microsoft.Management.Deployment │ ├── AddPackageCatalogOptions.cpp │ ├── AddPackageCatalogOptions.h │ ├── AddPackageCatalogResult.cpp │ ├── AddPackageCatalogResult.h │ ├── AuthenticationArguments.cpp │ ├── AuthenticationArguments.h │ ├── AuthenticationInfo.cpp │ ├── AuthenticationInfo.h │ ├── CatalogPackage.cpp │ ├── CatalogPackage.h │ ├── CatalogPackageMetadata.cpp │ ├── CatalogPackageMetadata.h │ ├── CheckInstalledStatusResult.cpp │ ├── CheckInstalledStatusResult.h │ ├── ComClsids.cpp │ ├── ConnectResult.cpp │ ├── ConnectResult.h │ ├── Converters.cpp │ ├── Converters.h │ ├── CreateCompositePackageCatalogOptions.cpp │ ├── CreateCompositePackageCatalogOptions.h │ ├── Documentation.cpp │ ├── Documentation.h │ ├── DownloadOptions.cpp │ ├── DownloadOptions.h │ ├── DownloadResult.cpp │ ├── DownloadResult.h │ ├── FindPackagesOptions.cpp │ ├── FindPackagesOptions.h │ ├── FindPackagesResult.cpp │ ├── FindPackagesResult.h │ ├── Helpers.cpp │ ├── Helpers.h │ ├── Icon.cpp │ ├── Icon.h │ ├── InstallOptions.cpp │ ├── InstallOptions.h │ ├── InstallResult.cpp │ ├── InstallResult.h │ ├── InstalledStatus.cpp │ ├── InstalledStatus.h │ ├── MatchResult.cpp │ ├── MatchResult.h │ ├── Microsoft.Management.Deployment.vcxproj │ ├── Microsoft.Management.Deployment.vcxproj.filters │ ├── MicrosoftEntraIdAuthenticationInfo.cpp │ ├── MicrosoftEntraIdAuthenticationInfo.h │ ├── Microsoft_Management_Deployment.def │ ├── PackageAgreement.cpp │ ├── PackageAgreement.h │ ├── PackageCatalog.cpp │ ├── PackageCatalog.h │ ├── PackageCatalogInfo.cpp │ ├── PackageCatalogInfo.h │ ├── PackageCatalogProgress.cpp │ ├── PackageCatalogProgress.h │ ├── PackageCatalogReference.cpp │ ├── PackageCatalogReference.h │ ├── PackageInstallerInfo.cpp │ ├── PackageInstallerInfo.h │ ├── PackageInstallerInstalledStatus.cpp │ ├── PackageInstallerInstalledStatus.h │ ├── PackageManager.cpp │ ├── PackageManager.h │ ├── PackageManager.idl │ ├── PackageManagerSettings.cpp │ ├── PackageManagerSettings.h │ ├── PackageMatchFilter.cpp │ ├── PackageMatchFilter.h │ ├── PackageVersionId.cpp │ ├── PackageVersionId.h │ ├── PackageVersionInfo.cpp │ ├── PackageVersionInfo.h │ ├── PropertySheet.props │ ├── Public │ │ ├── CoCreatableMicrosoftManagementDeploymentClass.h │ │ └── ComClsids.h │ ├── RefreshPackageCatalogResult.cpp │ ├── RefreshPackageCatalogResult.h │ ├── RemovePackageCatalogOptions.cpp │ ├── RemovePackageCatalogOptions.h │ ├── RemovePackageCatalogResult.cpp │ ├── RemovePackageCatalogResult.h │ ├── RepairOptions.cpp │ ├── RepairOptions.h │ ├── RepairResult.cpp │ ├── RepairResult.h │ ├── SourceAgreement.cpp │ ├── SourceAgreement.h │ ├── UninstallOptions.cpp │ ├── UninstallOptions.h │ ├── UninstallResult.cpp │ ├── UninstallResult.h │ ├── packages.config │ ├── pch.cpp │ └── pch.h ├── PowerShell │ ├── CommonFiles │ │ ├── PowerShellCmdlet.cs │ │ ├── StreamType.cs │ │ └── WinGetAssemblyLoadContext.cs │ ├── ExternalModules │ │ ├── PackageManagement │ │ │ └── 1.4.8.1 │ │ │ │ ├── DSCResources │ │ │ │ ├── MSFT_PackageManagement │ │ │ │ │ ├── MSFT_PackageManagement.psm1 │ │ │ │ │ ├── MSFT_PackageManagement.schema.mof │ │ │ │ │ └── MSFT_PackageManagement.strings.psd1 │ │ │ │ ├── MSFT_PackageManagementSource │ │ │ │ │ ├── MSFT_PackageManagementSource.psm1 │ │ │ │ │ ├── MSFT_PackageManagementSource.schema.mof │ │ │ │ │ └── MSFT_PackageManagementSource.strings.psd1 │ │ │ │ ├── PackageManagementDscUtilities.psm1 │ │ │ │ └── PackageManagementDscUtilities.strings.psd1 │ │ │ │ ├── PSGetModuleInfo.xml │ │ │ │ ├── PackageManagement.Resources.psd1 │ │ │ │ ├── PackageManagement.format.ps1xml │ │ │ │ ├── PackageManagement.psd1 │ │ │ │ ├── PackageManagement.psm1 │ │ │ │ ├── PackageProviderFunctions.psm1 │ │ │ │ ├── coreclr │ │ │ │ └── netstandard2.0 │ │ │ │ │ ├── Microsoft.PackageManagement.ArchiverProviders.dll │ │ │ │ │ ├── Microsoft.PackageManagement.CoreProviders.dll │ │ │ │ │ ├── Microsoft.PackageManagement.MetaProvider.PowerShell.dll │ │ │ │ │ ├── Microsoft.PackageManagement.NuGetProvider.dll │ │ │ │ │ ├── Microsoft.PackageManagement.dll │ │ │ │ │ └── Microsoft.PowerShell.PackageManagement.dll │ │ │ │ └── fullclr │ │ │ │ ├── Microsoft.PackageManagement.ArchiverProviders.dll │ │ │ │ ├── Microsoft.PackageManagement.CoreProviders.dll │ │ │ │ ├── Microsoft.PackageManagement.MetaProvider.PowerShell.dll │ │ │ │ ├── Microsoft.PackageManagement.MsiProvider.dll │ │ │ │ ├── Microsoft.PackageManagement.MsuProvider.dll │ │ │ │ ├── Microsoft.PackageManagement.NuGetProvider.dll │ │ │ │ ├── Microsoft.PackageManagement.dll │ │ │ │ └── Microsoft.PowerShell.PackageManagement.dll │ │ └── PowerShellGet │ │ │ └── 2.2.5 │ │ │ ├── DscResources │ │ │ ├── MSFT_PSModule │ │ │ │ ├── MSFT_PSModule.psm1 │ │ │ │ ├── MSFT_PSModule.schema.mfl │ │ │ │ ├── MSFT_PSModule.schema.mof │ │ │ │ └── en-US │ │ │ │ │ └── MSFT_PSModule.strings.psd1 │ │ │ └── MSFT_PSRepository │ │ │ │ ├── MSFT_PSRepository.psm1 │ │ │ │ ├── MSFT_PSRepository.schema.mfl │ │ │ │ ├── MSFT_PSRepository.schema.mof │ │ │ │ └── en-US │ │ │ │ └── MSFT_PSRepository.strings.psd1 │ │ │ ├── Modules │ │ │ ├── PowerShellGet.LocalizationHelper │ │ │ │ └── PowerShellGet.LocalizationHelper.psm1 │ │ │ └── PowerShellGet.ResourceHelper │ │ │ │ ├── PowerShellGet.ResourceHelper.psm1 │ │ │ │ └── en-US │ │ │ │ └── PowerShellGet.ResourceHelper.strings.psd1 │ │ │ ├── PSGet.Format.ps1xml │ │ │ ├── PSGet.Resource.psd1 │ │ │ ├── PSGetModuleInfo.xml │ │ │ ├── PSModule.psm1 │ │ │ ├── PowerShellGet.psd1 │ │ │ └── en-US │ │ │ └── PSGet.Resource.psd1 │ ├── Help │ │ ├── Microsoft.WinGet.Client │ │ │ ├── Add-WinGetSource.md │ │ │ ├── Assert-WinGetPackageManager.md │ │ │ ├── Disable-WinGetSetting.md │ │ │ ├── Enable-WinGetSetting.md │ │ │ ├── Export-WinGetPackage.md │ │ │ ├── Find-WinGetPackage.md │ │ │ ├── Get-WinGetPackage.md │ │ │ ├── Get-WinGetSetting.md │ │ │ ├── Get-WinGetSource.md │ │ │ ├── Get-WinGetUserSetting.md │ │ │ ├── Get-WinGetVersion.md │ │ │ ├── Install-WinGetPackage.md │ │ │ ├── Microsoft.WinGet.Client.md │ │ │ ├── Remove-WinGetSource.md │ │ │ ├── Repair-WinGetPackage.md │ │ │ ├── Repair-WinGetPackageManager.md │ │ │ ├── Reset-WinGetSource.md │ │ │ ├── Set-WinGetUserSetting.md │ │ │ ├── Test-WinGetUserSetting.md │ │ │ ├── Uninstall-WinGetPackage.md │ │ │ └── Update-WinGetPackage.md │ │ ├── Microsoft.WinGet.DSC │ │ │ ├── WinGetAdminSettings.md │ │ │ ├── WinGetPackage.md │ │ │ ├── WinGetPackageManager.md │ │ │ ├── WinGetSource.md │ │ │ └── WinGetUserSettings.md │ │ └── markdownlint.yaml │ ├── Microsoft.WinGet.Client.Cmdlets │ │ ├── Cmdlets │ │ │ ├── AddSourceCmdlet.cs │ │ │ ├── AssertWinGetPackageManagerCmdlet.cs │ │ │ ├── Common │ │ │ │ ├── FinderCmdlet.cs │ │ │ │ ├── FinderExtendedCmdlet.cs │ │ │ │ ├── InstallCmdlet.cs │ │ │ │ ├── PackageCmdlet.cs │ │ │ │ └── WinGetPackageManagerCmdlet.cs │ │ │ ├── DisableSettingCmdlet.cs │ │ │ ├── EnableSettingCmdlet.cs │ │ │ ├── ExportPackageCmdlet.cs │ │ │ ├── FindPackageCmdlet.cs │ │ │ ├── GetPackageCmdlet.cs │ │ │ ├── GetSettingCmdlet.cs │ │ │ ├── GetSourceCmdlet.cs │ │ │ ├── GetUserSettingCmdlet.cs │ │ │ ├── GetVersionCmdlet.cs │ │ │ ├── InstallPackageCmdlet.cs │ │ │ ├── InstallerSelectionCmdlet.cs │ │ │ ├── PSObjects │ │ │ │ ├── PSPackageFieldMatchOption.cs │ │ │ │ ├── PSPackageInstallMode.cs │ │ │ │ ├── PSPackageInstallScope.cs │ │ │ │ ├── PSPackageInstallerType.cs │ │ │ │ ├── PSPackageRepairMode.cs │ │ │ │ ├── PSPackageUninstallMode.cs │ │ │ │ ├── PSProcessorArchitecture.cs │ │ │ │ └── PSSourceTrustLevel.cs │ │ │ ├── RemoveSourceCmdlet.cs │ │ │ ├── RepairPackageCmdlet.cs │ │ │ ├── RepairWinGetPackageManagerCmdlet.cs │ │ │ ├── ResetSourceCmdlet.cs │ │ │ ├── SetUserSettingCmdlet.cs │ │ │ ├── TestUserSettingCmdlet.cs │ │ │ ├── UninstallPackageCmdlet.cs │ │ │ └── UpdatePackageCmdlet.cs │ │ ├── Common │ │ │ └── Constants.cs │ │ ├── Microsoft.WinGet.Client.Cmdlets.csproj │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ └── Resolver │ │ │ ├── ModuleInit.cs │ │ │ └── WinGetAppDomain.cs │ ├── Microsoft.WinGet.Client.Engine │ │ ├── Attributes │ │ │ └── FilterAttribute.cs │ │ ├── Commands │ │ │ ├── CliCommand.cs │ │ │ ├── Common │ │ │ │ ├── BaseCommand.cs │ │ │ │ ├── FinderCommand.cs │ │ │ │ ├── FinderExtendedCommand.cs │ │ │ │ ├── InstallCommand.cs │ │ │ │ ├── ManagementDeploymentCommand.cs │ │ │ │ └── PackageCommand.cs │ │ │ ├── DownloadCommand.cs │ │ │ ├── FinderPackageCommand.cs │ │ │ ├── InstallerPackageCommand.cs │ │ │ ├── RepairPackageCommand.cs │ │ │ ├── SourceCommand.cs │ │ │ ├── UninstallPackageCommand.cs │ │ │ ├── UserSettingsCommand.cs │ │ │ ├── VersionCommand.cs │ │ │ └── WinGetPackageManagerCommand.cs │ │ ├── Common │ │ │ ├── Constants.cs │ │ │ ├── ErrorCode.cs │ │ │ ├── IntegrityCategory.cs │ │ │ ├── Utilities.cs │ │ │ └── WinGetIntegrity.cs │ │ ├── Exceptions │ │ │ ├── CatalogConnectException.cs │ │ │ ├── FindPackagesException.cs │ │ │ ├── InvalidSourceException.cs │ │ │ ├── InvalidVersionException.cs │ │ │ ├── NoPackageFoundException.cs │ │ │ ├── SingleThreadedApartmentException.cs │ │ │ ├── UserSettingsReadException.cs │ │ │ ├── VagueCriteriaException.cs │ │ │ ├── WinGetCLIException.cs │ │ │ ├── WinGetCLITimeoutException.cs │ │ │ ├── WinGetIntegrityException.cs │ │ │ ├── WinGetRepairException.cs │ │ │ ├── WinGetRepairPackageException.cs │ │ │ └── WindowsPowerShellNotSupported.cs │ │ ├── Extensions │ │ │ ├── CatalogPackageExtensions.cs │ │ │ └── ReleaseExtensions.cs │ │ ├── Helpers │ │ │ ├── AppxModuleHelper.cs │ │ │ ├── DownloadOperationWithProgress.cs │ │ │ ├── GitHubClient.cs │ │ │ ├── HttpClientHelper.cs │ │ │ ├── InstallOperationWithProgress.cs │ │ │ ├── ManagementDeploymentFactory.cs │ │ │ ├── OperationWithProgressBase.cs │ │ │ ├── PSEnumHelpers.cs │ │ │ ├── PackageDependency.cs │ │ │ ├── PackageManagerWrapper.cs │ │ │ ├── RepairOperationWithProgress.cs │ │ │ ├── TempDirectory.cs │ │ │ ├── TempFile.cs │ │ │ ├── UninstallOperationWithProgress.cs │ │ │ ├── WinGetCLICommandResult.cs │ │ │ ├── WinGetVersion.cs │ │ │ ├── WinRTHelpers.cs │ │ │ ├── WingetCLIWrapper.cs │ │ │ └── WingetDependencies.cs │ │ ├── Microsoft.WinGet.Client.Engine.csproj │ │ ├── PSObjects │ │ │ ├── PSCatalogPackage.cs │ │ │ ├── PSCompareResult.cs │ │ │ ├── PSDownloadResult.cs │ │ │ ├── PSFoundCatalogPackage.cs │ │ │ ├── PSInstallResult.cs │ │ │ ├── PSInstalledCatalogPackage.cs │ │ │ ├── PSPackageVersionInfo.cs │ │ │ ├── PSRepairResult.cs │ │ │ ├── PSSourceResult.cs │ │ │ └── PSUninstallResult.cs │ │ └── Properties │ │ │ ├── AssemblyInfo.cs │ │ │ ├── Resources.Designer.cs │ │ │ └── Resources.resx │ ├── Microsoft.WinGet.Client │ │ ├── Examples │ │ │ ├── Sample_AddRemoveSource.ps1 │ │ │ ├── Sample_EnableSettings.ps1 │ │ │ ├── Sample_FindPackage.ps1 │ │ │ ├── Sample_GetPackage.ps1 │ │ │ ├── Sample_GetVersion.ps1 │ │ │ ├── Sample_InstallPackage.ps1 │ │ │ ├── Sample_RepairPackage.ps1 │ │ │ ├── Sample_UninstallPackage.ps1 │ │ │ └── Sample_UpdatePackage.ps1 │ │ ├── ModuleFiles │ │ │ ├── Format.ps1xml │ │ │ └── Microsoft.WinGet.Client.psd1 │ │ └── README.md │ ├── Microsoft.WinGet.Configuration.Cmdlets │ │ ├── Cmdlets │ │ │ ├── Common │ │ │ │ └── OpenConfiguration.cs │ │ │ ├── CompleteWinGetConfigurationCmdlet.cs │ │ │ ├── ConfirmWinGetConfigurationCmdlet.cs │ │ │ ├── ConvertToWinGetConfigurationYamlCmdlet.cs │ │ │ ├── GetWinGetConfigurationCmdlet.cs │ │ │ ├── GetWinGetConfigurationDetailsCmdlet.cs │ │ │ ├── InvokeWinGetConfigurationCmdlet.cs │ │ │ ├── RemoveWinGetConfigurationHistoryCmdlet.cs │ │ │ ├── StartWinGetConfigurationCmdlet.cs │ │ │ ├── StopWinGetConfigurationCmdlet.cs │ │ │ └── TestWinGetConfigurationCmdlet.cs │ │ ├── Helpers │ │ │ ├── Constants.cs │ │ │ └── Utilities.cs │ │ ├── Microsoft.WinGet.Configuration.Cmdlets.csproj │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ └── Resolver │ │ │ └── ModuleInit.cs │ ├── Microsoft.WinGet.Configuration.Engine │ │ ├── Commands │ │ │ └── ConfigurationCommand.cs │ │ ├── Exceptions │ │ │ ├── ApplyConfigurationException.cs │ │ │ ├── ErrorCodes.cs │ │ │ ├── ErrorRecordErrorId.cs │ │ │ ├── GetDetailsException.cs │ │ │ └── OpenConfigurationSetException.cs │ │ ├── Extensions │ │ │ └── ValueSetExtensions.cs │ │ ├── Helpers │ │ │ ├── ApplyConfigurationSetProgressOutput.cs │ │ │ ├── ConfigurationSetProgressOutputBase.cs │ │ │ ├── ConfigurationUnitInformation.cs │ │ │ ├── GetConfigurationSetDetailsProgressOutput.cs │ │ │ ├── OpenConfigurationParameters.cs │ │ │ ├── TestConfigurationSetProgressOutput.cs │ │ │ └── Utilities.cs │ │ ├── Microsoft.WinGet.Configuration.Engine.csproj │ │ ├── PSObjects │ │ │ ├── PSApplyConfigurationSetResult.cs │ │ │ ├── PSApplyConfigurationUnitResult.cs │ │ │ ├── PSConfigurationJob.cs │ │ │ ├── PSConfigurationProcessor.cs │ │ │ ├── PSConfigurationSet.cs │ │ │ ├── PSConfigurationTestResult.cs │ │ │ ├── PSConfigurationUnitState.cs │ │ │ ├── PSGetConfigurationDetailsResult.cs │ │ │ ├── PSTestConfigurationSetResult.cs │ │ │ ├── PSTestConfigurationUnitResult.cs │ │ │ ├── PSUnitResult.cs │ │ │ ├── PSValidateConfigurationSetResult.cs │ │ │ └── PSValidateConfigurationUnitResult.cs │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ └── Resources │ │ │ ├── Resources.Designer.cs │ │ │ └── Resources.resx │ ├── Microsoft.WinGet.Configuration │ │ ├── Examples │ │ │ ├── Sample_InvokeConfiguration.ps1 │ │ │ └── Sample_StartConfiguration.ps1 │ │ ├── ModuleFiles │ │ │ └── Microsoft.WinGet.Configuration.psd1 │ │ └── README.md │ ├── Microsoft.WinGet.DSC │ │ ├── Microsoft.WinGet.DSC.psd1 │ │ └── Microsoft.WinGet.DSC.psm1 │ ├── Microsoft.WinGet.SharedLib │ │ ├── Exceptions │ │ │ ├── ErrorCodes.cs │ │ │ └── GroupPolicyException.cs │ │ ├── Extensions │ │ │ └── EnumPolicyExtension.cs │ │ ├── Microsoft.WinGet.SharedLib.csproj │ │ ├── PolicySettings │ │ │ ├── Enums.cs │ │ │ ├── GroupPolicy.cs │ │ │ └── TogglePolicy.cs │ │ └── Resources │ │ │ ├── GroupPolicyResource.Designer.cs │ │ │ └── GroupPolicyResource.resx │ ├── scripts │ │ ├── Execute-WinGetTests.ps1 │ │ ├── Initialize-LocalWinGetModules.ps1 │ │ └── samples │ │ │ ├── WinGetAdminSettingsResourceSample.ps1 │ │ │ ├── WinGetPackageManagerSample.ps1 │ │ │ ├── WinGetPackageResourceSample.ps1 │ │ │ ├── WinGetSourceSample.ps1 │ │ │ └── WinGetUserSettingsPackageManagerSample.ps1 │ └── tests │ │ ├── Microsoft.WinGet.Client.Tests.ps1 │ │ ├── Microsoft.WinGet.Configuration.Tests.ps1 │ │ ├── Microsoft.WinGet.DSC.Tests.ps1 │ │ └── RunTests.ps1 ├── PureLib │ ├── PureLib.vcxitems │ ├── pure │ │ ├── AUTHORS │ │ ├── LICENSE │ │ ├── README.md │ │ ├── make-errors.js │ │ ├── make-signatures.js │ │ ├── make-tests.js │ │ ├── package.json.backup │ │ ├── pure │ │ ├── pure.h │ │ ├── pure_constants.h │ │ ├── pure_errors.h │ │ ├── pure_routines.h │ │ ├── pure_signatures.h │ │ └── test.js │ └── readme.md ├── SfsClient │ ├── SfsClient.vcxproj │ ├── SfsClient.vcxproj.filters │ ├── readme.md │ └── sfs-client │ │ ├── .clang-format │ │ ├── .cmake-format.json │ │ ├── .github │ │ ├── CODEOWNERS │ │ ├── ISSUE_TEMPLATE │ │ │ ├── bug_report.md │ │ │ └── feature_request.md │ │ ├── dependabot.yml │ │ ├── pull_request_template.md │ │ └── workflows │ │ │ ├── initialize-codeql │ │ │ └── action.yml │ │ │ ├── install-winget │ │ │ └── action.yml │ │ │ ├── main-build-ubuntu.yml │ │ │ ├── main-build-windows.yml │ │ │ └── pr.yml │ │ ├── .gitignore │ │ ├── API.md │ │ ├── CMakeLists.txt │ │ ├── CODE_OF_CONDUCT.md │ │ ├── DEVELOPMENT.md │ │ ├── LICENSE │ │ ├── NOTICE.md │ │ ├── README.md │ │ ├── SECURITY.md │ │ ├── SUPPORT.md │ │ ├── TEST.md │ │ ├── cgmanifest.json │ │ ├── client │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ └── sfsclient │ │ │ │ ├── AppContent.h │ │ │ │ ├── AppFile.h │ │ │ │ ├── ApplicabilityDetails.h │ │ │ │ ├── ClientConfig.h │ │ │ │ ├── Content.h │ │ │ │ ├── ContentId.h │ │ │ │ ├── File.h │ │ │ │ ├── Logging.h │ │ │ │ ├── RequestParams.h │ │ │ │ ├── Result.h │ │ │ │ └── SFSClient.h │ │ ├── src │ │ │ ├── AppContent.cpp │ │ │ ├── AppFile.cpp │ │ │ ├── ApplicabilityDetails.cpp │ │ │ ├── Content.cpp │ │ │ ├── ContentId.cpp │ │ │ ├── File.cpp │ │ │ ├── Logging.cpp │ │ │ ├── Result.cpp │ │ │ ├── SFSClient.cpp │ │ │ └── details │ │ │ │ ├── ContentUtil.cpp │ │ │ │ ├── ContentUtil.h │ │ │ │ ├── CorrelationVector.cpp │ │ │ │ ├── CorrelationVector.h │ │ │ │ ├── Env.cpp │ │ │ │ ├── Env.h │ │ │ │ ├── ErrorHandling.cpp │ │ │ │ ├── ErrorHandling.h │ │ │ │ ├── OSInfo.cpp │ │ │ │ ├── OSInfo.h │ │ │ │ ├── ReportingHandler.cpp │ │ │ │ ├── ReportingHandler.h │ │ │ │ ├── SFSClientImpl.cpp │ │ │ │ ├── SFSClientImpl.h │ │ │ │ ├── SFSClientInterface.h │ │ │ │ ├── SFSException.cpp │ │ │ │ ├── SFSException.h │ │ │ │ ├── SFSUrlBuilder.cpp │ │ │ │ ├── SFSUrlBuilder.h │ │ │ │ ├── TestOverride.cpp │ │ │ │ ├── TestOverride.h │ │ │ │ ├── UrlBuilder.cpp │ │ │ │ ├── UrlBuilder.h │ │ │ │ ├── Util.cpp │ │ │ │ ├── Util.h │ │ │ │ ├── connection │ │ │ │ ├── Connection.cpp │ │ │ │ ├── Connection.h │ │ │ │ ├── ConnectionConfig.cpp │ │ │ │ ├── ConnectionConfig.h │ │ │ │ ├── ConnectionManager.cpp │ │ │ │ ├── ConnectionManager.h │ │ │ │ ├── CurlConnection.cpp │ │ │ │ ├── CurlConnection.h │ │ │ │ ├── CurlConnectionManager.cpp │ │ │ │ ├── CurlConnectionManager.h │ │ │ │ ├── HttpHeader.cpp │ │ │ │ ├── HttpHeader.h │ │ │ │ └── mock │ │ │ │ │ ├── MockConnection.cpp │ │ │ │ │ ├── MockConnection.h │ │ │ │ │ ├── MockConnectionManager.cpp │ │ │ │ │ └── MockConnectionManager.h │ │ │ │ └── entity │ │ │ │ ├── ContentType.cpp │ │ │ │ ├── ContentType.h │ │ │ │ ├── FileEntity.cpp │ │ │ │ ├── FileEntity.h │ │ │ │ ├── VersionEntity.cpp │ │ │ │ └── VersionEntity.h │ │ └── tests │ │ │ ├── CMakeLists.txt │ │ │ ├── functional │ │ │ ├── SFSClientTests.cpp │ │ │ └── details │ │ │ │ ├── CurlConnectionTests.cpp │ │ │ │ └── SFSClientImplTests.cpp │ │ │ ├── mock │ │ │ ├── MockWebServer.cpp │ │ │ ├── MockWebServer.h │ │ │ ├── ProxyServer.cpp │ │ │ ├── ProxyServer.h │ │ │ ├── ServerCommon.cpp │ │ │ └── ServerCommon.h │ │ │ ├── unit │ │ │ ├── AppContentTests.cpp │ │ │ ├── AppFileTests.cpp │ │ │ ├── ApplicabilityDetailsTests.cpp │ │ │ ├── ContentIdTests.cpp │ │ │ ├── ContentTests.cpp │ │ │ ├── FileTests.cpp │ │ │ ├── ResultTests.cpp │ │ │ ├── SFSClientTests.cpp │ │ │ └── details │ │ │ │ ├── CurlConnectionManagerTests.cpp │ │ │ │ ├── CurlConnectionTests.cpp │ │ │ │ ├── EnvTests.cpp │ │ │ │ ├── ErrorHandlingTests.cpp │ │ │ │ ├── ReportingHandlerTests.cpp │ │ │ │ ├── SFSClientImplTests.cpp │ │ │ │ ├── SFSUrlBuilderTests.cpp │ │ │ │ ├── TestOverrideTests.cpp │ │ │ │ ├── UrlBuilderTests.cpp │ │ │ │ ├── UtilTests.cpp │ │ │ │ └── entity │ │ │ │ ├── FileEntityTests.cpp │ │ │ │ └── VersionEntityTests.cpp │ │ │ └── util │ │ │ ├── SFSExceptionMatcher.cpp │ │ │ ├── SFSExceptionMatcher.h │ │ │ ├── TestHelper.cpp │ │ │ └── TestHelper.h │ │ ├── cmake │ │ ├── SFSOptions.cmake │ │ └── sfsclient-config.cmake.in │ │ ├── pre-commit-wrapper.sh │ │ ├── pre-commit.sh │ │ ├── samples │ │ ├── CMakeLists.txt │ │ ├── README.md │ │ ├── integration-do-client │ │ │ ├── CMakeLists.txt │ │ │ └── IntegrationDOClient.cpp │ │ └── tool │ │ │ ├── CMakeLists.txt │ │ │ └── SFSClientTool.cpp │ │ ├── scripts │ │ ├── Build.ps1 │ │ ├── Setup.ps1 │ │ ├── Test.ps1 │ │ ├── build.sh │ │ ├── check-format.py │ │ ├── pip.requirements.txt │ │ ├── setup.sh │ │ └── test.sh │ │ ├── sfs-client-vcpkg-port │ │ └── sfs-client │ │ │ ├── portfile.cmake │ │ │ ├── usage │ │ │ └── vcpkg.json │ │ ├── vcpkg-custom-triplets │ │ └── x64-windows-static-custom.cmake │ │ └── vcpkg.json ├── VcpkgCustomTriplets │ ├── arm64-release-static.cmake │ ├── arm64-release.cmake │ ├── arm64.cmake │ ├── common.cmake │ ├── x64-release-static.cmake │ ├── x64-release.cmake │ ├── x64.cmake │ ├── x86-release-static.cmake │ ├── x86-release.cmake │ └── x86.cmake ├── VcpkgPortOverlay │ ├── CreatePortOverlay.ps1 │ ├── README.md │ ├── cpprestsdk │ │ ├── add-server-certificate-validation.patch │ │ ├── fix-asio-error.patch │ │ ├── fix-clang-dllimport.patch │ │ ├── fix-find-openssl.patch │ │ ├── fix-uwp.patch │ │ ├── fix_narrowing.patch │ │ ├── portfile.cmake │ │ ├── silence-stdext-checked-array-iterators-warning.patch │ │ ├── test.patch │ │ └── vcpkg.json │ └── libyaml │ │ ├── export-pkgconfig.patch │ │ ├── fix-POSIX_name.patch │ │ ├── portfile.cmake │ │ └── vcpkg.json ├── WinGetSchemas │ ├── PackagesSchema.h │ ├── WinGetSchemas.rc │ ├── WinGetSchemas.vcxitems │ ├── WinGetSchemas.vcxitems.filters │ └── resource.h ├── WinGetServer │ ├── PropertySheet.props │ ├── Utils.cpp │ ├── Utils.h │ ├── WinGetServer.exe.manifest │ ├── WinGetServer.idl │ ├── WinGetServer.rc │ ├── WinGetServer.vcxproj │ ├── WinGetServer.vcxproj.filters │ ├── WinGetServerManualActivation_Client.cpp │ ├── WinGetServerManualActivation_Client.h │ ├── WinMain.cpp │ ├── packages.config │ └── resource.h ├── WinGetSourceCreator │ ├── Helpers.cs │ ├── ManifestTokens.cs │ ├── Model │ │ ├── DynamicInstaller.cs │ │ ├── Installer.cs │ │ ├── InstallerType.cs │ │ ├── LocalInstaller.cs │ │ ├── LocalSource.cs │ │ ├── Signature.cs │ │ └── SourceInstaller.cs │ ├── WinGetLocalSource.cs │ └── WinGetSourceCreator.csproj ├── WinGetUtil │ ├── Exports.cpp │ ├── PropertySheet.props │ ├── Source.def │ ├── WinGetUtil.h │ ├── WinGetUtil.vcxproj │ ├── WinGetUtil.vcxproj.filters │ ├── packages.config │ ├── pch.cpp │ └── pch.h ├── WinGetUtilInterop.UnitTests │ ├── APIUnitTests │ │ ├── ManifestUnitTests.cs │ │ └── SQLiteIndexUnitTests.cs │ ├── Common │ │ ├── DisplayTestMethodNameAttribute.cs │ │ └── FactSkipx64CI.cs │ ├── ManifestUnitTest │ │ ├── ManifestEqualityUnitTests.cs │ │ └── V1ManifestReadTest.cs │ ├── TestCollateral │ │ ├── AllEquality.yaml │ │ ├── AllEqualityWithDescription.yaml │ │ ├── DifferentId.yaml │ │ ├── ExpectedShadowManifest.yaml │ │ ├── OneInstaller.yaml │ │ ├── PackageTest.yaml │ │ ├── PackageTestNewName.yaml │ │ ├── PackageTestNewVersion.yaml │ │ ├── SomeEquality.yaml │ │ ├── SomeEqualityWithLocalization.yaml │ │ ├── SomeEqualityWithoutInstallers.yaml │ │ ├── SomeEqualityWithoutSwitches.yaml │ │ ├── Test_yaml_with_bom.yaml │ │ ├── Test_yaml_without_bom.yaml │ │ ├── V1ManifestInfoMissingRequiredPackageLocale.yaml │ │ ├── V1ManifestMerged.yaml │ │ ├── V1ManifestNoLocalization.yaml │ │ ├── V1_10ManifestMerged.yaml │ │ ├── V1_1ManifestMerged.yaml │ │ ├── V1_6ManifestMerged.yaml │ │ ├── V1_7ManifestMerged.yaml │ │ └── V1_9ManifestMerged.yaml │ └── WinGetUtilInterop.UnitTests.csproj ├── WinGetUtilInterop │ ├── Api │ │ ├── WinGetFactory.cs │ │ ├── WinGetInstallerMetadata.cs │ │ ├── WinGetLogging.cs │ │ ├── WinGetManifest.cs │ │ ├── WinGetSQLiteIndex.cs │ │ └── WinGetUtilities.cs │ ├── Build │ │ └── Microsoft.WindowsPackageManager.Utils.targets │ ├── Common │ │ ├── Constants.cs │ │ ├── CreateManifestResult.cs │ │ ├── Enums.cs │ │ ├── Helpers.cs │ │ └── ManifestValidationResult.cs │ ├── Exceptions │ │ ├── WinGetDownloadException.cs │ │ ├── WinGetInstallerMetadataException.cs │ │ ├── WinGetLoggingException.cs │ │ ├── WinGetManifestException.cs │ │ └── WinGetSQLiteIndexException.cs │ ├── Interfaces │ │ ├── IWinGetFactory.cs │ │ ├── IWinGetInstallerMetadata.cs │ │ ├── IWinGetLogging.cs │ │ ├── IWinGetManifest.cs │ │ ├── IWinGetSQLiteIndex.cs │ │ └── IWinGetUtilities.cs │ ├── Manifest │ │ ├── Preview │ │ │ ├── InstallerSwitches.cs │ │ │ ├── Manifest.cs │ │ │ ├── ManifestInstaller.cs │ │ │ └── ManifestLocalization.cs │ │ └── V1 │ │ │ ├── InstallerArpEntry.cs │ │ │ ├── InstallerAuthentication.cs │ │ │ ├── InstallerDependency.cs │ │ │ ├── InstallerExpectedReturnCode.cs │ │ │ ├── InstallerInstallationMetadata.cs │ │ │ ├── InstallerMarkets.cs │ │ │ ├── InstallerMicrosoftEntraIdAuthenticationInfo.cs │ │ │ ├── InstallerNestedInstallerFile.cs │ │ │ ├── InstallerPackageDependency.cs │ │ │ ├── InstallerSwitches.cs │ │ │ ├── Manifest.cs │ │ │ ├── ManifestDocumentation.cs │ │ │ ├── ManifestIcon.cs │ │ │ ├── ManifestInstaller.cs │ │ │ ├── ManifestInstallerFile.cs │ │ │ ├── ManifestLocalization.cs │ │ │ ├── ManifestShadow.cs │ │ │ ├── ManifestShadowLocalization.cs │ │ │ ├── MinManifestInfo.cs │ │ │ └── PackageAgreement.cs │ ├── WinGetUtilInterop.csproj │ └── scripts │ │ ├── CreateLocalNuget.ps1 │ │ └── WinGetUtilDev.nuspec ├── WinGetYamlFuzzing │ ├── OneFuzzConfig.json │ ├── README.md │ ├── WinGetYamlFuzzing.cpp │ ├── WinGetYamlFuzzing.vcxproj │ ├── WinGetYamlFuzzing.vcxproj.filters │ ├── dictionary.txt │ └── packages.config ├── WindowsPackageManager │ ├── ConfigurationStaticFunctions.cpp │ ├── PropertySheet.props │ ├── Source.def │ ├── WindowsPackageManager.h │ ├── WindowsPackageManager.vcxproj │ ├── WindowsPackageManager.vcxproj.filters │ ├── main.cpp │ └── packages.config ├── Xlang │ ├── README.md │ └── UndockedRegFreeWinRT │ │ └── src │ │ └── UndockedRegFreeWinRT │ │ ├── README.md │ │ ├── UndockedRegFreeWinRT │ │ ├── UndockedRegFreeWinRT.vcxproj │ │ ├── UndockedRegFreeWinRT.vcxproj.filters │ │ ├── catalog.cpp │ │ ├── catalog.h │ │ ├── cpp.hint │ │ ├── dllmain.cpp │ │ ├── extwinrt.h │ │ ├── packages.config │ │ ├── typeresolution.cpp │ │ ├── typeresolution.h │ │ └── winrtact.def │ │ └── mwinrtact │ │ ├── mwinrtact.cs │ │ └── mwinrtact.csproj ├── binver │ ├── Update-BinVer.ps1 │ ├── binver.vcxitems │ └── binver │ │ ├── resource.h │ │ ├── version.h │ │ └── version.rc ├── manifest │ └── shared.manifest ├── nuget.config ├── stylecop.json ├── targets │ ├── EmbeddedCsWinRT.targets │ └── ReferenceEmbeddedCsWinRTProject.targets ├── vcpkg.json └── vcpkg.props ├── templates ├── e2e-setup.yml └── e2e-test.template.yml └── tools ├── COMTrace └── ComTrace.wprp ├── CorrelationTestbed ├── InSandboxScript.ps1 ├── InstallAndCheckCorrelation │ ├── InstallAndCheckCorrelation.sln │ └── InstallAndCheckCorrelation │ │ ├── InstallAndCheckCorrelation.cpp │ │ ├── InstallAndCheckCorrelation.vcxproj │ │ ├── InstallAndCheckCorrelation.vcxproj.filters │ │ ├── Microsoft.Management.Deployment.winmd │ │ └── packages.config ├── Process-CorrelationResults.ps1 ├── Readme.md └── Test-CorrelationInSandbox.ps1 ├── DevInSandbox ├── InSandboxScript.ps1 └── Launch-DevPackageInSandbox.ps1 ├── PowerShell ├── Microsoft.WinGet.Client │ ├── crescendo │ │ ├── Get-WinGetVersion.json │ │ ├── WindowsPackageManager.format.ps1xml │ │ ├── WindowsPackageManager.psd1 │ │ └── WindowsPackageManager.psm1 │ ├── doc │ │ └── README.md │ ├── src │ │ ├── Library │ │ │ ├── Add-WinGetSource.ps1 │ │ │ ├── Disable-WinGetLocalManifest.ps1 │ │ │ ├── Edit-WinGetClientSetting.ps1 │ │ │ ├── Enable-WinGetLocalManifest.ps1 │ │ │ ├── Find-WinGetPackage.ps1 │ │ │ ├── Get-WinGetPackage.ps1 │ │ │ ├── Get-WinGetSource.ps1 │ │ │ ├── Get-WinGetVersion.ps1 │ │ │ ├── Install-WinGetPackage.ps1 │ │ │ ├── Invoke-WinGetCommand.ps1 │ │ │ ├── Remove-WinGetSource.ps1 │ │ │ ├── Reset-WinGetSource.ps1 │ │ │ ├── Uninstall-WinGetPackage.ps1 │ │ │ ├── Upgrade-WinGetPackage.ps1 │ │ │ └── Write-LogEntry.ps1 │ │ ├── Microsoft.WinGet.Client.psd1 │ │ └── Microsoft.WinGet.Client.psm1 │ └── test │ │ └── README.md ├── Microsoft.WinGet │ ├── doc │ │ └── README.md │ ├── src │ │ ├── Microsoft.WinGet.psd1 │ │ └── Microsoft.WinGet.psm1 │ └── test │ │ └── README.md └── README.md └── SampleWinGetUWPCaller ├── AppInstallerCaller.sln └── AppInstallerCaller ├── App.cpp ├── App.h ├── App.idl ├── App.xaml ├── AppInstallerCaller.vcxproj ├── AppInstallerCaller.vcxproj.filters ├── Assets ├── LockScreenLogo.scale-200.png ├── SplashScreen.scale-200.png ├── Square150x150Logo.scale-200.png ├── Square44x44Logo.scale-200.png ├── Square44x44Logo.targetsize-24_altform-unplated.png ├── StoreLogo.png └── Wide310x150Logo.scale-200.png ├── GeneratedFromServer └── Microsoft.Management.Deployment.winmd ├── InstallingPackageView.cpp ├── InstallingPackageView.h ├── MainPage.cpp ├── MainPage.h ├── MainPage.idl ├── MainPage.xaml ├── Package.appxmanifest ├── PropertySheet.props ├── packages.config ├── pch.cpp └── pch.h /.github/ISSUE_TEMPLATE/Documentation_Issue.yml: -------------------------------------------------------------------------------- 1 | name: '📚 Documentation Issue' 2 | description: Report issues in our documentation. 3 | labels: ['Issue-Docs'] 4 | body: 5 | - type: textarea 6 | attributes: 7 | label: Brief description of your issue 8 | placeholder: Briefly describe which document needs to be corrected and why. 9 | validations: 10 | required: true 11 | -------------------------------------------------------------------------------- /.github/PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | - [ ] I have signed the [Contributor License Agreement](https://cla.opensource.microsoft.com/microsoft/winget-pkgs). 4 | - [ ] This pull request is related to an issue. 5 | 6 | ----- 7 | -------------------------------------------------------------------------------- /.github/actions/spelling/reject.txt: -------------------------------------------------------------------------------- 1 | ^attache$ 2 | ^bellow$ 3 | benefitting 4 | occurences? 5 | ^dependan.* 6 | ^diables?$ 7 | ^oer$ 8 | Sorce 9 | ^[Ss]pae.* 10 | ^Teh$ 11 | ^untill$ 12 | ^untilling$ 13 | ^wether.* 14 | -------------------------------------------------------------------------------- /.github/images/README.md: -------------------------------------------------------------------------------- 1 | This directory is intended to host images for use in GitHub markdown files. 2 | -------------------------------------------------------------------------------- /.github/images/WIPowerToys.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WIPowerToys.gif -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/ICO/PNG/_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/ICO/PNG/_16.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/ICO/PNG/_20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/ICO/PNG/_20.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/ICO/PNG/_24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/ICO/PNG/_24.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/ICO/PNG/_256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/ICO/PNG/_256.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/ICO/PNG/_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/ICO/PNG/_32.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/ICO/PNG/_40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/ICO/PNG/_40.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/ICO/PNG/_48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/ICO/PNG/_48.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/ICO/PNG/_64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/ICO/PNG/_64.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/ICO/WindowsPackageManager.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/ICO/WindowsPackageManager.ico -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/AppList.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/AppList.scale-100.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/AppList.scale-100_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/AppList.scale-100_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/AppList.scale-125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/AppList.scale-125.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/AppList.scale-125_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/AppList.scale-125_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/AppList.scale-150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/AppList.scale-150.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/AppList.scale-150_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/AppList.scale-150_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/AppList.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/AppList.scale-200.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/AppList.scale-200_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/AppList.scale-200_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/AppList.scale-400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/AppList.scale-400.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/AppList.scale-400_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/AppList.scale-400_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-16.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-16_altform-lightunplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-16_altform-lightunplated.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-16_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-16_altform-unplated.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-20.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-20_altform-lightunplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-20_altform-lightunplated.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-20_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-20_altform-unplated.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-24.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-24_altform-lightunplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-24_altform-lightunplated.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-24_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-24_altform-unplated.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-256.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-256_altform-lightunplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-256_altform-lightunplated.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-256_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-256_altform-unplated.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-30.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-30_altform-lightunplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-30_altform-lightunplated.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-30_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-30_altform-unplated.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-32.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-32_altform-lightunplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-32_altform-lightunplated.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-32_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-32_altform-unplated.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-36.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-36_altform-lightunplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-36_altform-lightunplated.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-36_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-36_altform-unplated.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-40.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-40_altform-lightunplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-40_altform-lightunplated.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-40_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-40_altform-unplated.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-48.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-48_altform-lightunplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-48_altform-lightunplated.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-48_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-48_altform-unplated.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-56.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-56_altform-lightunplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-56_altform-lightunplated.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-56_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-56_altform-unplated.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-60.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-60_altform-lightunplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-60_altform-lightunplated.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-60_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-60_altform-unplated.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-64.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-64_altform-lightunplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-64_altform-lightunplated.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-64_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-64_altform-unplated.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-72.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-72_altform-lightunplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-72_altform-lightunplated.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-72_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-72_altform-unplated.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-80.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-80.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-80_altform-lightunplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-80_altform-lightunplated.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-80_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-80_altform-unplated.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-96.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-96_altform-lightunplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-96_altform-lightunplated.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-96_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/AppList.targetsize-96_altform-unplated.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/LargeTile.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/LargeTile.scale-100.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/LargeTile.scale-100_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/LargeTile.scale-100_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/LargeTile.scale-125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/LargeTile.scale-125.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/LargeTile.scale-125_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/LargeTile.scale-125_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/LargeTile.scale-150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/LargeTile.scale-150.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/LargeTile.scale-150_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/LargeTile.scale-150_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/LargeTile.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/LargeTile.scale-200.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/LargeTile.scale-200_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/LargeTile.scale-200_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/LargeTile.scale-400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/LargeTile.scale-400.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/LargeTile.scale-400_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/LargeTile.scale-400_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/MedTile.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/MedTile.scale-100.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/MedTile.scale-100_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/MedTile.scale-100_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/MedTile.scale-125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/MedTile.scale-125.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/MedTile.scale-125_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/MedTile.scale-125_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/MedTile.scale-150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/MedTile.scale-150.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/MedTile.scale-150_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/MedTile.scale-150_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/MedTile.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/MedTile.scale-200.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/MedTile.scale-200_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/MedTile.scale-200_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/MedTile.scale-400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/MedTile.scale-400.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/MedTile.scale-400_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/MedTile.scale-400_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/SmallTile.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/SmallTile.scale-100.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/SmallTile.scale-100_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/SmallTile.scale-100_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/SmallTile.scale-125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/SmallTile.scale-125.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/SmallTile.scale-125_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/SmallTile.scale-125_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/SmallTile.scale-150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/SmallTile.scale-150.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/SmallTile.scale-150_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/SmallTile.scale-150_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/SmallTile.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/SmallTile.scale-200.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/SmallTile.scale-200_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/SmallTile.scale-200_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/SmallTile.scale-400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/SmallTile.scale-400.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/SmallTile.scale-400_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/SmallTile.scale-400_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/SplashScreen.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/SplashScreen.scale-100.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/SplashScreen.scale-100_altform-colorful_theme-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/SplashScreen.scale-100_altform-colorful_theme-dark.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/SplashScreen.scale-100_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/SplashScreen.scale-100_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/SplashScreen.scale-125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/SplashScreen.scale-125.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/SplashScreen.scale-125_altform-colorful_theme-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/SplashScreen.scale-125_altform-colorful_theme-dark.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/SplashScreen.scale-125_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/SplashScreen.scale-125_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/SplashScreen.scale-150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/SplashScreen.scale-150.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/SplashScreen.scale-150_altform-colorful_theme-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/SplashScreen.scale-150_altform-colorful_theme-dark.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/SplashScreen.scale-150_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/SplashScreen.scale-150_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/SplashScreen.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/SplashScreen.scale-200.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/SplashScreen.scale-200_altform-colorful_theme-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/SplashScreen.scale-200_altform-colorful_theme-dark.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/SplashScreen.scale-200_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/SplashScreen.scale-200_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/SplashScreen.scale-400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/SplashScreen.scale-400.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/SplashScreen.scale-400_altform-colorful_theme-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/SplashScreen.scale-400_altform-colorful_theme-dark.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/SplashScreen.scale-400_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/SplashScreen.scale-400_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/StoreDisplay-150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/StoreDisplay-150.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/StoreDisplay-300.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/StoreDisplay-300.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/StoreDisplay-71.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/StoreDisplay-71.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/StoreLogo.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/StoreLogo.scale-100.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/StoreLogo.scale-100_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/StoreLogo.scale-100_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/StoreLogo.scale-125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/StoreLogo.scale-125.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/StoreLogo.scale-125_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/StoreLogo.scale-125_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/StoreLogo.scale-150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/StoreLogo.scale-150.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/StoreLogo.scale-150_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/StoreLogo.scale-150_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/StoreLogo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/StoreLogo.scale-200.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/StoreLogo.scale-200_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/StoreLogo.scale-200_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/StoreLogo.scale-400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/StoreLogo.scale-400.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/StoreLogo.scale-400_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/StoreLogo.scale-400_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/WideTile.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/WideTile.scale-100.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/WideTile.scale-100_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/WideTile.scale-100_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/WideTile.scale-125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/WideTile.scale-125.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/WideTile.scale-125_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/WideTile.scale-125_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/WideTile.scale-150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/WideTile.scale-150.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/WideTile.scale-150_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/WideTile.scale-150_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/WideTile.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/WideTile.scale-200.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/WideTile.scale-200_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/WideTile.scale-200_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/WideTile.scale-400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/WideTile.scale-400.png -------------------------------------------------------------------------------- /.github/images/WindowsPackageManager_Assets/UWP/WideTile.scale-400_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WindowsPackageManager_Assets/UWP/WideTile.scale-400_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /.github/images/WingetInstall.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WingetInstall.gif -------------------------------------------------------------------------------- /.github/images/WingetInstallTerminal.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/.github/images/WingetInstallTerminal.gif -------------------------------------------------------------------------------- /CODEOWNERS: -------------------------------------------------------------------------------- 1 | * @microsoft/windows-package-manager-admins 2 | -------------------------------------------------------------------------------- /Localization/Settings/LocConfig.xml: -------------------------------------------------------------------------------- 1 |  2 | 3 | 6 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /doc/windows/package-manager/package/images/fork.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/doc/windows/package-manager/package/images/fork.png -------------------------------------------------------------------------------- /doc/windows/package-manager/package/images/pull-request.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/doc/windows/package-manager/package/images/pull-request.png -------------------------------------------------------------------------------- /doc/windows/package-manager/package/windows-package-manager-policies-change-history.md: -------------------------------------------------------------------------------- 1 | # Change history for Microsoft Store Policies 2 | 3 | | Date | Document Version | Change Description | 4 | |------|------------------|--------------------| 5 | | 5/25/2021 | 1.0 | Initial publishing of Windows Package Manager Policies| 6 | -------------------------------------------------------------------------------- /doc/windows/package-manager/package/winget-validation-troubleshooter.md: -------------------------------------------------------------------------------- 1 | # Change history for Microsoft Store Policies 2 | 3 | | Date | Document Version | Change Description | 4 | |------|------------------|--------------------| 5 | | 5/25/2021 | 1.0 | Initial publishing of Windows Package Manager Policies| 6 | -------------------------------------------------------------------------------- /doc/windows/package-manager/winget/images/export-command.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/doc/windows/package-manager/winget/images/export-command.png -------------------------------------------------------------------------------- /doc/windows/package-manager/winget/images/export.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/doc/windows/package-manager/winget/images/export.png -------------------------------------------------------------------------------- /doc/windows/package-manager/winget/images/features.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/doc/windows/package-manager/winget/images/features.png -------------------------------------------------------------------------------- /doc/windows/package-manager/winget/images/hash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/doc/windows/package-manager/winget/images/hash.png -------------------------------------------------------------------------------- /doc/windows/package-manager/winget/images/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/doc/windows/package-manager/winget/images/help.png -------------------------------------------------------------------------------- /doc/windows/package-manager/winget/images/import-command.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/doc/windows/package-manager/winget/images/import-command.png -------------------------------------------------------------------------------- /doc/windows/package-manager/winget/images/import.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/doc/windows/package-manager/winget/images/import.png -------------------------------------------------------------------------------- /doc/windows/package-manager/winget/images/install.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/doc/windows/package-manager/winget/images/install.png -------------------------------------------------------------------------------- /doc/windows/package-manager/winget/images/list-count.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/doc/windows/package-manager/winget/images/list-count.png -------------------------------------------------------------------------------- /doc/windows/package-manager/winget/images/list-id-source.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/doc/windows/package-manager/winget/images/list-id-source.png -------------------------------------------------------------------------------- /doc/windows/package-manager/winget/images/list-name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/doc/windows/package-manager/winget/images/list-name.png -------------------------------------------------------------------------------- /doc/windows/package-manager/winget/images/list-update.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/doc/windows/package-manager/winget/images/list-update.png -------------------------------------------------------------------------------- /doc/windows/package-manager/winget/images/list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/doc/windows/package-manager/winget/images/list.png -------------------------------------------------------------------------------- /doc/windows/package-manager/winget/images/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/doc/windows/package-manager/winget/images/search.png -------------------------------------------------------------------------------- /doc/windows/package-manager/winget/images/settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/doc/windows/package-manager/winget/images/settings.png -------------------------------------------------------------------------------- /doc/windows/package-manager/winget/images/show.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/doc/windows/package-manager/winget/images/show.png -------------------------------------------------------------------------------- /doc/windows/package-manager/winget/images/source-list-winget.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/doc/windows/package-manager/winget/images/source-list-winget.png -------------------------------------------------------------------------------- /doc/windows/package-manager/winget/images/source-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/doc/windows/package-manager/winget/images/source-list.png -------------------------------------------------------------------------------- /doc/windows/package-manager/winget/images/source.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/doc/windows/package-manager/winget/images/source.png -------------------------------------------------------------------------------- /doc/windows/package-manager/winget/images/uninstall-execute.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/doc/windows/package-manager/winget/images/uninstall-execute.png -------------------------------------------------------------------------------- /doc/windows/package-manager/winget/images/uninstall-multiple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/doc/windows/package-manager/winget/images/uninstall-multiple.png -------------------------------------------------------------------------------- /doc/windows/package-manager/winget/images/uninstall-with-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/doc/windows/package-manager/winget/images/uninstall-with-list.png -------------------------------------------------------------------------------- /doc/windows/package-manager/winget/images/uninstall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/doc/windows/package-manager/winget/images/uninstall.png -------------------------------------------------------------------------------- /doc/windows/package-manager/winget/images/upgrade.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/doc/windows/package-manager/winget/images/upgrade.gif -------------------------------------------------------------------------------- /doc/windows/package-manager/winget/images/upgrade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/doc/windows/package-manager/winget/images/upgrade.png -------------------------------------------------------------------------------- /samples/MinimalCallers/C++/WinGet-InProc/packages.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /samples/MinimalCallers/C++/WinGet-OutOfProc/packages.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /samples/MinimalCallers/README.md: -------------------------------------------------------------------------------- 1 | # Sample projects for COM APIs 2 | 3 | These are minimal samples for using the winget COM APIs in C++ and C#. The samples are mostly centered around the required project settings. For a more fleshed out example, see [`/Samples/WinGetUWPCaller`](https://github.com/microsoft/winget-cli/tree/master/samples/WinGetUWPCaller). -------------------------------------------------------------------------------- /samples/WinGetUWPCaller/WinGetUWPCaller/App.idl: -------------------------------------------------------------------------------- 1 | namespace WinGetUWPCaller 2 | { 3 | } 4 | -------------------------------------------------------------------------------- /samples/WinGetUWPCaller/WinGetUWPCaller/App.xaml: -------------------------------------------------------------------------------- 1 | 3 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /samples/WinGetUWPCaller/WinGetUWPCaller/Assets/LockScreenLogo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/samples/WinGetUWPCaller/WinGetUWPCaller/Assets/LockScreenLogo.scale-200.png -------------------------------------------------------------------------------- /samples/WinGetUWPCaller/WinGetUWPCaller/Assets/SplashScreen.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/samples/WinGetUWPCaller/WinGetUWPCaller/Assets/SplashScreen.scale-200.png -------------------------------------------------------------------------------- /samples/WinGetUWPCaller/WinGetUWPCaller/Assets/Square150x150Logo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/samples/WinGetUWPCaller/WinGetUWPCaller/Assets/Square150x150Logo.scale-200.png -------------------------------------------------------------------------------- /samples/WinGetUWPCaller/WinGetUWPCaller/Assets/Square44x44Logo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/samples/WinGetUWPCaller/WinGetUWPCaller/Assets/Square44x44Logo.scale-200.png -------------------------------------------------------------------------------- /samples/WinGetUWPCaller/WinGetUWPCaller/Assets/Square44x44Logo.targetsize-24_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/samples/WinGetUWPCaller/WinGetUWPCaller/Assets/Square44x44Logo.targetsize-24_altform-unplated.png -------------------------------------------------------------------------------- /samples/WinGetUWPCaller/WinGetUWPCaller/Assets/StoreLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/samples/WinGetUWPCaller/WinGetUWPCaller/Assets/StoreLogo.png -------------------------------------------------------------------------------- /samples/WinGetUWPCaller/WinGetUWPCaller/Assets/Wide310x150Logo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/samples/WinGetUWPCaller/WinGetUWPCaller/Assets/Wide310x150Logo.scale-200.png -------------------------------------------------------------------------------- /samples/WinGetUWPCaller/WinGetUWPCaller/packages.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /samples/WinGetUWPCaller/WinGetUWPCaller/pch.cpp: -------------------------------------------------------------------------------- 1 | // Copyright (c) Microsoft Corporation. 2 | // Licensed under the MIT License. 3 | #include "pch.h" 4 | -------------------------------------------------------------------------------- /src/AppInstallerCLI/main.cpp: -------------------------------------------------------------------------------- 1 | // Copyright (c) Microsoft Corporation. 2 | // Licensed under the MIT License. 3 | #define WIN32_LEAN_AND_MEAN 4 | #include 5 | #include 6 | 7 | int wmain(int argc, wchar_t const** argv) 8 | { 9 | return WindowsPackageManagerCLIMain(argc, argv); 10 | } 11 | -------------------------------------------------------------------------------- /src/AppInstallerCLI/packages.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | -------------------------------------------------------------------------------- /src/AppInstallerCLICore/Workflows/FontFlow.h: -------------------------------------------------------------------------------- 1 | // Copyright (c) Microsoft Corporation. 2 | // Licensed under the MIT License. 3 | #pragma once 4 | #include "ExecutionContext.h" 5 | 6 | namespace AppInstaller::CLI::Workflow 7 | { 8 | // Reports the installed fonts as a table. 9 | // Required Args: None 10 | // Inputs: None 11 | // Outputs: None 12 | void ReportInstalledFonts(Execution::Context& context); 13 | } 14 | -------------------------------------------------------------------------------- /src/AppInstallerCLICore/packages.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/AppInstallerCLICore/pch.cpp: -------------------------------------------------------------------------------- 1 | // Copyright (c) Microsoft Corporation. 2 | // Licensed under the MIT License. 3 | #include "pch.h" 4 | -------------------------------------------------------------------------------- /src/AppInstallerCLIE2ETests/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | // ----------------------------------------------------------------------------- 2 | // 3 | // Copyright (c) Microsoft Corporation. Licensed under the MIT License. 4 | // 5 | // ----------------------------------------------------------------------------- 6 | 7 | [assembly: System.Runtime.Versioning.SupportedOSPlatform("windows10.0.17763")] 8 | -------------------------------------------------------------------------------- /src/AppInstallerCLIE2ETests/TestData/AppInstallerTestMsiInstaller.msi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIE2ETests/TestData/AppInstallerTestMsiInstaller.msi -------------------------------------------------------------------------------- /src/AppInstallerCLIE2ETests/TestData/AppInstallerTestMsiInstallerV2.msi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIE2ETests/TestData/AppInstallerTestMsiInstallerV2.msi -------------------------------------------------------------------------------- /src/AppInstallerCLIE2ETests/TestData/Configuration/Configure_TestRepo.yml: -------------------------------------------------------------------------------- 1 | properties: 2 | configurationVersion: 0.2 3 | resources: 4 | - resource: xE2ETestResource/E2EFileResource 5 | directives: 6 | repository: AppInstallerCLIE2ETestsRepo 7 | settings: 8 | Path: ${WinGetConfigRoot}\Configure_TestRepo.txt 9 | Content: Contents! 10 | -------------------------------------------------------------------------------- /src/AppInstallerCLIE2ETests/TestData/Configuration/Configure_TestRepo_DSCv3.yml: -------------------------------------------------------------------------------- 1 | $schema: https://raw.githubusercontent.com/PowerShell/DSC/main/schemas/2023/08/config/document.json 2 | metadata: 3 | winget: 4 | processor: dscv3 5 | resources: 6 | - name: Test File 7 | type: xE2ETestResource/E2EFileResource 8 | properties: 9 | Path: ${WinGetConfigRoot}\Configure_TestRepo.txt 10 | Content: Contents! 11 | -------------------------------------------------------------------------------- /src/AppInstallerCLIE2ETests/TestData/Configuration/Configure_TestRepo_Location.yml: -------------------------------------------------------------------------------- 1 | properties: 2 | configurationVersion: 0.2 3 | assertions: 4 | - resource: xE2ETestResource/E2ETestResource 5 | directives: 6 | repository: AppInstallerCLIE2ETestsRepo 7 | settings: 8 | SecretCode: 4815162342 -------------------------------------------------------------------------------- /src/AppInstallerCLIE2ETests/TestData/Configuration/Empty.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIE2ETests/TestData/Configuration/Empty.yml -------------------------------------------------------------------------------- /src/AppInstallerCLIE2ETests/TestData/Configuration/ModuleMismatch.yml: -------------------------------------------------------------------------------- 1 | properties: 2 | configurationVersion: 0.2 3 | resources: 4 | - resource: Module/Resource 5 | id: Identifier 6 | directives: 7 | module: DifferentModule 8 | settings: 9 | SettingInt: 1 -------------------------------------------------------------------------------- /src/AppInstallerCLIE2ETests/TestData/Configuration/NoResourceName.yml: -------------------------------------------------------------------------------- 1 | properties: 2 | configurationVersion: 0.2 3 | resources: 4 | - resource: Module/ 5 | id: Identifier 6 | settings: 7 | SettingInt: 1 -------------------------------------------------------------------------------- /src/AppInstallerCLIE2ETests/TestData/Configuration/NoVersion.yml: -------------------------------------------------------------------------------- 1 | properties: 2 | value: 1 -------------------------------------------------------------------------------- /src/AppInstallerCLIE2ETests/TestData/Configuration/NotConfig.yml: -------------------------------------------------------------------------------- 1 | yaml: true -------------------------------------------------------------------------------- /src/AppInstallerCLIE2ETests/TestData/Configuration/PSGallery_NoModule_NoSettings.yml: -------------------------------------------------------------------------------- 1 | properties: 2 | configurationVersion: 0.1 3 | resources: 4 | - resource: XmlFileContentResource 5 | directives: 6 | description: Set XML file contents 7 | -------------------------------------------------------------------------------- /src/AppInstallerCLIE2ETests/TestData/Configuration/PSGallery_NoSettings.yml: -------------------------------------------------------------------------------- 1 | properties: 2 | configurationVersion: 0.2 3 | resources: 4 | - resource: XmlContentDsc/XmlFileContentResource 5 | directives: 6 | description: Set XML file contents 7 | -------------------------------------------------------------------------------- /src/AppInstallerCLIE2ETests/TestData/Configuration/ResourceCaseInsensitive.yml: -------------------------------------------------------------------------------- 1 | properties: 2 | configurationVersion: 0.2 3 | resources: 4 | - resource: xE2ETestResource/e2efileresource 5 | directives: 6 | repository: AppInstallerCLIE2ETestsRepo 7 | settings: 8 | Path: ${WinGetConfigRoot}\ResourceCaseInsensitive.txt 9 | Content: Contents! 10 | -------------------------------------------------------------------------------- /src/AppInstallerCLIE2ETests/TestData/Configuration/ResourceNotFound.yml: -------------------------------------------------------------------------------- 1 | properties: 2 | configurationVersion: 0.2 3 | resources: 4 | - resource: moduleThatDoesNotExist/resourceThatDoesNotExist 5 | directives: 6 | repository: AppInstallerCLIE2ETestsRepo 7 | settings: 8 | key: Foo 9 | -------------------------------------------------------------------------------- /src/AppInstallerCLIE2ETests/TestData/Configuration/ResourcesNotASequence.yml: -------------------------------------------------------------------------------- 1 | properties: 2 | configurationVersion: 0.1 3 | resources: 1 -------------------------------------------------------------------------------- /src/AppInstallerCLIE2ETests/TestData/Configuration/ShowDetails_DSCv3.yml: -------------------------------------------------------------------------------- 1 | $schema: https://raw.githubusercontent.com/PowerShell/DSC/main/schemas/2023/08/config/document.json 2 | metadata: 3 | winget: 4 | processor: dscv3 5 | resources: 6 | - name: Test File 7 | type: Microsoft.WinGet.Dev/TestFile 8 | metadata: 9 | description: Description 1. 10 | properties: 11 | path: ${WinGetConfigRoot}\ShowDetails_DSCv3.txt 12 | content: DSCv3 Contents! 13 | -------------------------------------------------------------------------------- /src/AppInstallerCLIE2ETests/TestData/Configuration/ShowDetails_TestRepo.yml: -------------------------------------------------------------------------------- 1 | properties: 2 | configurationVersion: 0.2 3 | resources: 4 | - resource: xE2ETestResource/E2EFileResource 5 | directives: 6 | repository: AppInstallerCLIE2ETestsRepo 7 | -------------------------------------------------------------------------------- /src/AppInstallerCLIE2ETests/TestData/Configuration/ShowDetails_TestRepo_0_3.yml: -------------------------------------------------------------------------------- 1 | $schema: https://raw.githubusercontent.com/PowerShell/DSC/main/schemas/2023/08/config/document.json 2 | resources: 3 | - name: Name1 4 | type: xE2ETestResource/E2EFileResource 5 | metadata: 6 | repository: AppInstallerCLIE2ETestsRepo 7 | properties: 8 | prop1: 3 9 | prop2: '4' 10 | -------------------------------------------------------------------------------- /src/AppInstallerCLIE2ETests/TestData/Configuration/UnitNotAMap.yml: -------------------------------------------------------------------------------- 1 | properties: 2 | configurationVersion: 0.1 3 | resources: 4 | - string -------------------------------------------------------------------------------- /src/AppInstallerCLIE2ETests/TestData/Configuration/UnknownVersion.yml: -------------------------------------------------------------------------------- 1 | properties: 2 | configurationVersion: 99999999 -------------------------------------------------------------------------------- /src/AppInstallerCLIE2ETests/TestData/Configuration/Unknown_Processor.yml: -------------------------------------------------------------------------------- 1 | $schema: https://raw.githubusercontent.com/PowerShell/DSC/main/schemas/2023/08/config/document.json 2 | metadata: 3 | winget: 4 | processor: unknown 5 | resources: 6 | - name: Name1 7 | type: xE2ETestResource/E2EFileResource 8 | metadata: 9 | repository: AppInstallerCLIE2ETestsRepo 10 | properties: 11 | prop1: 3 12 | prop2: '4' 13 | -------------------------------------------------------------------------------- /src/AppInstallerCLIE2ETests/TestData/Configuration/WinGetDscResourceValidate_DependencySourceMissing.yml: -------------------------------------------------------------------------------- 1 | properties: 2 | configurationVersion: 0.2.0 3 | resources: 4 | - resource: Microsoft.WinGet.DSC/WinGetPackage 5 | id: testPackage 6 | directives: 7 | description: Install Test Package 8 | allowPrerelease: true 9 | settings: 10 | id: AppInstallerTest.TestExeInstaller 11 | source: TestSource 12 | version: "1.0.1.0" 13 | -------------------------------------------------------------------------------- /src/AppInstallerCLIE2ETests/TestData/Configuration/WithParameters_0_3.yml: -------------------------------------------------------------------------------- 1 | $schema: https://raw.githubusercontent.com/PowerShell/DSC/main/schemas/2023/08/config/document.json 2 | parameters: 3 | param1: 4 | type: string 5 | defaultValue: value 6 | resources: 7 | - name: Name1 8 | type: xE2ETestResource/E2EFileResource 9 | metadata: 10 | repository: AppInstallerCLIE2ETestsRepo 11 | properties: 12 | prop1: 3 13 | prop2: '4' 14 | -------------------------------------------------------------------------------- /src/AppInstallerCLIE2ETests/TestData/ImportFiles/ImportFile-Bad-Invalid.json: -------------------------------------------------------------------------------- 1 | "A valid JSON file that does not conform to the schema" -------------------------------------------------------------------------------- /src/AppInstallerCLIE2ETests/TestData/Package/Assets/AppPackageStoreLogo.png.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIE2ETests/TestData/Package/Assets/AppPackageStoreLogo.png.png -------------------------------------------------------------------------------- /src/AppInstallerCLIE2ETests/TestData/Package/Assets/AppPackageStoreLogo.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIE2ETests/TestData/Package/Assets/AppPackageStoreLogo.scale-100.png -------------------------------------------------------------------------------- /src/AppInstallerCLIE2ETests/TestData/Package/Assets/AppPackageStoreLogo.scale-125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIE2ETests/TestData/Package/Assets/AppPackageStoreLogo.scale-125.png -------------------------------------------------------------------------------- /src/AppInstallerCLIE2ETests/TestData/Package/Assets/AppPackageStoreLogo.scale-150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIE2ETests/TestData/Package/Assets/AppPackageStoreLogo.scale-150.png -------------------------------------------------------------------------------- /src/AppInstallerCLIE2ETests/TestData/Package/Assets/AppPackageStoreLogo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIE2ETests/TestData/Package/Assets/AppPackageStoreLogo.scale-200.png -------------------------------------------------------------------------------- /src/AppInstallerCLIE2ETests/TestData/Package/Assets/AppPackageStoreLogo.scale-400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIE2ETests/TestData/Package/Assets/AppPackageStoreLogo.scale-400.png -------------------------------------------------------------------------------- /src/AppInstallerCLIE2ETests/TestData/Package/Assets/contrast-black/AppPackageStoreLogo.scale-100_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIE2ETests/TestData/Package/Assets/contrast-black/AppPackageStoreLogo.scale-100_contrast-black.png -------------------------------------------------------------------------------- /src/AppInstallerCLIE2ETests/TestData/Package/Assets/contrast-black/AppPackageStoreLogo.scale-125_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIE2ETests/TestData/Package/Assets/contrast-black/AppPackageStoreLogo.scale-125_contrast-black.png -------------------------------------------------------------------------------- /src/AppInstallerCLIE2ETests/TestData/Package/Assets/contrast-black/AppPackageStoreLogo.scale-150_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIE2ETests/TestData/Package/Assets/contrast-black/AppPackageStoreLogo.scale-150_contrast-black.png -------------------------------------------------------------------------------- /src/AppInstallerCLIE2ETests/TestData/Package/Assets/contrast-black/AppPackageStoreLogo.scale-200_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIE2ETests/TestData/Package/Assets/contrast-black/AppPackageStoreLogo.scale-200_contrast-black.png -------------------------------------------------------------------------------- /src/AppInstallerCLIE2ETests/TestData/Package/Assets/contrast-black/AppPackageStoreLogo.scale-400_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIE2ETests/TestData/Package/Assets/contrast-black/AppPackageStoreLogo.scale-400_contrast-black.png -------------------------------------------------------------------------------- /src/AppInstallerCLIE2ETests/TestData/Package/Assets/contrast-white/AppPackageStoreLogo.scale-100_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIE2ETests/TestData/Package/Assets/contrast-white/AppPackageStoreLogo.scale-100_contrast-white.png -------------------------------------------------------------------------------- /src/AppInstallerCLIE2ETests/TestData/Package/Assets/contrast-white/AppPackageStoreLogo.scale-125_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIE2ETests/TestData/Package/Assets/contrast-white/AppPackageStoreLogo.scale-125_contrast-white.png -------------------------------------------------------------------------------- /src/AppInstallerCLIE2ETests/TestData/Package/Assets/contrast-white/AppPackageStoreLogo.scale-150_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIE2ETests/TestData/Package/Assets/contrast-white/AppPackageStoreLogo.scale-150_contrast-white.png -------------------------------------------------------------------------------- /src/AppInstallerCLIE2ETests/TestData/Package/Assets/contrast-white/AppPackageStoreLogo.scale-200_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIE2ETests/TestData/Package/Assets/contrast-white/AppPackageStoreLogo.scale-200_contrast-white.png -------------------------------------------------------------------------------- /src/AppInstallerCLIE2ETests/TestData/Package/Assets/contrast-white/AppPackageStoreLogo.scale-400_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIE2ETests/TestData/Package/Assets/contrast-white/AppPackageStoreLogo.scale-400_contrast-white.png -------------------------------------------------------------------------------- /src/AppInstallerCLIE2ETests/TestData/TëstPackage.msix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIE2ETests/TestData/TëstPackage.msix -------------------------------------------------------------------------------- /src/AppInstallerCLIE2ETests/TestData/WinGetUtil/InstallerMetadata/Minimal.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.0", 3 | "supportedMetadataVersion": "1.0", 4 | "submissionData": { 5 | "submissionIdentifier": "1" 6 | }, 7 | "packageData": { 8 | "installerHash": "ABCD", 9 | "DefaultLocale": { 10 | "PackageLocale": "en-us", 11 | "PackageName": "Name", 12 | "Publisher": "Publisher" 13 | } 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /src/AppInstallerCLIE2ETests/TestData/WinGetUtil/Manifests/Unmerged/ValidateManifest/WinGetUtilTest.locale.en-US.yaml: -------------------------------------------------------------------------------- 1 | PackageIdentifier: AppInstallerTest.WinGetUtilTest 2 | PackageVersion: "1.0.0.0" 3 | PackageLocale: en-US 4 | Publisher: AppInstallerTest 5 | License: Test 6 | PackageName: AppInstallerTest 7 | ShortDescription: WinGetUtilTest 8 | ManifestType: defaultLocale 9 | ManifestVersion: 1.1.0 10 | -------------------------------------------------------------------------------- /src/AppInstallerCLIE2ETests/TestData/WinGetUtil/Manifests/Unmerged/ValidateManifest/WinGetUtilTest.yaml: -------------------------------------------------------------------------------- 1 | PackageIdentifier: AppInstallerTest.WinGetUtilTest 2 | PackageVersion: "1.0.0.0" 3 | DefaultLocale: en-US 4 | ManifestType: version 5 | ManifestVersion: 1.1.0 6 | -------------------------------------------------------------------------------- /src/AppInstallerCLIE2ETests/TestData/empty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIE2ETests/TestData/empty -------------------------------------------------------------------------------- /src/AppInstallerCLIE2ETests/ValidateCommand.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIE2ETests/ValidateCommand.cs -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/AppList.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/AppList.scale-100.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/AppList.scale-100_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/AppList.scale-100_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/AppList.scale-125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/AppList.scale-125.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/AppList.scale-125_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/AppList.scale-125_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/AppList.scale-150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/AppList.scale-150.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/AppList.scale-150_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/AppList.scale-150_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/AppList.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/AppList.scale-200.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/AppList.scale-200_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/AppList.scale-200_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/AppList.scale-400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/AppList.scale-400.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/AppList.scale-400_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/AppList.scale-400_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/AppList.targetsize-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/AppList.targetsize-16.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/AppList.targetsize-16_altform-lightunplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/AppList.targetsize-16_altform-lightunplated.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/AppList.targetsize-16_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/AppList.targetsize-16_altform-unplated.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/AppList.targetsize-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/AppList.targetsize-20.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/AppList.targetsize-20_altform-lightunplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/AppList.targetsize-20_altform-lightunplated.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/AppList.targetsize-20_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/AppList.targetsize-20_altform-unplated.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/AppList.targetsize-24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/AppList.targetsize-24.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/AppList.targetsize-24_altform-lightunplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/AppList.targetsize-24_altform-lightunplated.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/AppList.targetsize-24_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/AppList.targetsize-24_altform-unplated.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/AppList.targetsize-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/AppList.targetsize-256.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/AppList.targetsize-256_altform-lightunplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/AppList.targetsize-256_altform-lightunplated.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/AppList.targetsize-256_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/AppList.targetsize-256_altform-unplated.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/AppList.targetsize-30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/AppList.targetsize-30.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/AppList.targetsize-30_altform-lightunplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/AppList.targetsize-30_altform-lightunplated.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/AppList.targetsize-30_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/AppList.targetsize-30_altform-unplated.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/AppList.targetsize-32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/AppList.targetsize-32.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/AppList.targetsize-32_altform-lightunplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/AppList.targetsize-32_altform-lightunplated.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/AppList.targetsize-32_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/AppList.targetsize-32_altform-unplated.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/AppList.targetsize-36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/AppList.targetsize-36.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/AppList.targetsize-36_altform-lightunplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/AppList.targetsize-36_altform-lightunplated.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/AppList.targetsize-36_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/AppList.targetsize-36_altform-unplated.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/AppList.targetsize-40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/AppList.targetsize-40.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/AppList.targetsize-40_altform-lightunplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/AppList.targetsize-40_altform-lightunplated.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/AppList.targetsize-40_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/AppList.targetsize-40_altform-unplated.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/AppList.targetsize-48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/AppList.targetsize-48.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/AppList.targetsize-48_altform-lightunplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/AppList.targetsize-48_altform-lightunplated.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/AppList.targetsize-48_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/AppList.targetsize-48_altform-unplated.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/AppList.targetsize-56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/AppList.targetsize-56.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/AppList.targetsize-56_altform-lightunplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/AppList.targetsize-56_altform-lightunplated.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/AppList.targetsize-56_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/AppList.targetsize-56_altform-unplated.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/AppList.targetsize-60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/AppList.targetsize-60.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/AppList.targetsize-60_altform-lightunplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/AppList.targetsize-60_altform-lightunplated.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/AppList.targetsize-60_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/AppList.targetsize-60_altform-unplated.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/AppList.targetsize-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/AppList.targetsize-64.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/AppList.targetsize-64_altform-lightunplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/AppList.targetsize-64_altform-lightunplated.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/AppList.targetsize-64_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/AppList.targetsize-64_altform-unplated.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/AppList.targetsize-72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/AppList.targetsize-72.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/AppList.targetsize-72_altform-lightunplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/AppList.targetsize-72_altform-lightunplated.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/AppList.targetsize-72_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/AppList.targetsize-72_altform-unplated.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/AppList.targetsize-80.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/AppList.targetsize-80.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/AppList.targetsize-80_altform-lightunplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/AppList.targetsize-80_altform-lightunplated.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/AppList.targetsize-80_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/AppList.targetsize-80_altform-unplated.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/AppList.targetsize-96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/AppList.targetsize-96.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/AppList.targetsize-96_altform-lightunplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/AppList.targetsize-96_altform-lightunplated.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/AppList.targetsize-96_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/AppList.targetsize-96_altform-unplated.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/LargeTile.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/LargeTile.scale-100.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/LargeTile.scale-100_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/LargeTile.scale-100_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/LargeTile.scale-125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/LargeTile.scale-125.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/LargeTile.scale-125_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/LargeTile.scale-125_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/LargeTile.scale-150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/LargeTile.scale-150.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/LargeTile.scale-150_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/LargeTile.scale-150_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/LargeTile.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/LargeTile.scale-200.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/LargeTile.scale-200_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/LargeTile.scale-200_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/LargeTile.scale-400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/LargeTile.scale-400.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/LargeTile.scale-400_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/LargeTile.scale-400_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/MedTile.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/MedTile.scale-100.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/MedTile.scale-100_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/MedTile.scale-100_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/MedTile.scale-125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/MedTile.scale-125.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/MedTile.scale-125_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/MedTile.scale-125_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/MedTile.scale-150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/MedTile.scale-150.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/MedTile.scale-150_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/MedTile.scale-150_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/MedTile.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/MedTile.scale-200.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/MedTile.scale-200_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/MedTile.scale-200_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/MedTile.scale-400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/MedTile.scale-400.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/MedTile.scale-400_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/MedTile.scale-400_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/SmallTile.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/SmallTile.scale-100.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/SmallTile.scale-100_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/SmallTile.scale-100_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/SmallTile.scale-125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/SmallTile.scale-125.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/SmallTile.scale-125_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/SmallTile.scale-125_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/SmallTile.scale-150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/SmallTile.scale-150.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/SmallTile.scale-150_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/SmallTile.scale-150_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/SmallTile.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/SmallTile.scale-200.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/SmallTile.scale-200_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/SmallTile.scale-200_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/SmallTile.scale-400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/SmallTile.scale-400.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/SmallTile.scale-400_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/SmallTile.scale-400_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/SplashScreen.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/SplashScreen.scale-100.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/SplashScreen.scale-100_altform-colorful_theme-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/SplashScreen.scale-100_altform-colorful_theme-dark.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/SplashScreen.scale-100_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/SplashScreen.scale-100_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/SplashScreen.scale-125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/SplashScreen.scale-125.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/SplashScreen.scale-125_altform-colorful_theme-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/SplashScreen.scale-125_altform-colorful_theme-dark.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/SplashScreen.scale-125_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/SplashScreen.scale-125_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/SplashScreen.scale-150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/SplashScreen.scale-150.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/SplashScreen.scale-150_altform-colorful_theme-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/SplashScreen.scale-150_altform-colorful_theme-dark.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/SplashScreen.scale-150_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/SplashScreen.scale-150_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/SplashScreen.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/SplashScreen.scale-200.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/SplashScreen.scale-200_altform-colorful_theme-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/SplashScreen.scale-200_altform-colorful_theme-dark.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/SplashScreen.scale-200_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/SplashScreen.scale-200_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/SplashScreen.scale-400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/SplashScreen.scale-400.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/SplashScreen.scale-400_altform-colorful_theme-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/SplashScreen.scale-400_altform-colorful_theme-dark.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/SplashScreen.scale-400_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/SplashScreen.scale-400_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/StoreDisplay-150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/StoreDisplay-150.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/StoreDisplay-300.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/StoreDisplay-300.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/StoreDisplay-71.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/StoreDisplay-71.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/StoreLogo.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/StoreLogo.scale-100.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/StoreLogo.scale-100_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/StoreLogo.scale-100_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/StoreLogo.scale-125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/StoreLogo.scale-125.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/StoreLogo.scale-125_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/StoreLogo.scale-125_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/StoreLogo.scale-150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/StoreLogo.scale-150.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/StoreLogo.scale-150_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/StoreLogo.scale-150_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/StoreLogo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/StoreLogo.scale-200.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/StoreLogo.scale-200_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/StoreLogo.scale-200_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/StoreLogo.scale-400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/StoreLogo.scale-400.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/StoreLogo.scale-400_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/StoreLogo.scale-400_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/WideTile.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/WideTile.scale-100.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/WideTile.scale-100_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/WideTile.scale-100_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/WideTile.scale-125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/WideTile.scale-125.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/WideTile.scale-125_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/WideTile.scale-125_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/WideTile.scale-150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/WideTile.scale-150.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/WideTile.scale-150_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/WideTile.scale-150_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/WideTile.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/WideTile.scale-200.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/WideTile.scale-200_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/WideTile.scale-200_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/WideTile.scale-400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/WideTile.scale-400.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/WideTile.scale-400_altform-colorful_theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/WideTile.scale-400_altform-colorful_theme-light.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/progress-sixel/arrow_only.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/progress-sixel/arrow_only.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/progress-sixel/conveyor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/progress-sixel/conveyor.png -------------------------------------------------------------------------------- /src/AppInstallerCLIPackage/Images/progress-sixel/folders_only.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLIPackage/Images/progress-sixel/folders_only.png -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/ContainsEscapeControlCode.yaml: -------------------------------------------------------------------------------- 1 | key: "This is the ESCAPE control code: \x1b" 2 | -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/ImportFile-Bad-Invalid.json: -------------------------------------------------------------------------------- 1 | "A valid JSON file that does not conform to the schema" -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/ImportFile-Bad-Malformed.json: -------------------------------------------------------------------------------- 1 | This is not a valid JSON file. -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/Installer-Bad-NoSupportedPlatforms.msix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLITests/TestData/Installer-Bad-NoSupportedPlatforms.msix -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/Installer-Good-WithStub.msixbundle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLITests/TestData/Installer-Good-WithStub.msixbundle -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/Installer-Good.msix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLITests/TestData/Installer-Good.msix -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/Installer-Good.msixbundle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLITests/TestData/Installer-Good.msixbundle -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/Installer-Signed-Good.msix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLITests/TestData/Installer-Signed-Good.msix -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/Installer-Signed-Good.msixbundle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLITests/TestData/Installer-Signed-Good.msixbundle -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/InstallerArgTest_Inno_NoSwitches.yaml: -------------------------------------------------------------------------------- 1 | Id: AppInstallerCliTest.TestInstaller 2 | Version: 1.0.0.0 3 | Name: AppInstaller Test Installer 4 | Publisher: Microsoft Corporation 5 | AppMoniker: AICLITest 6 | License: Test 7 | Installers: 8 | - Arch: x64 9 | Url: https://ThisIsNotUsed 10 | InstallerType: inno 11 | Sha256: 65DB2F2AC2686C7F2FD69D4A4C6683B888DC55BFA20A0E32CA9F838B51689A3B 12 | ManifestVersion: 0.1.0 13 | -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/Manifest-Bad-ArchInvalid.yaml: -------------------------------------------------------------------------------- 1 | # Bad manifest. Invalid Arch value 2 | Id: microsoft.msixsdk 3 | Name: MSIX SDK 4 | Version: 1.7.32 5 | Publisher: Microsoft 6 | InstallerType: Msi 7 | License: Test 8 | Installers: 9 | - Arch: NotAnArch 10 | Url: https://ThisIsNotUsed 11 | Sha256: 98B67758CEAFFCBB3FE47838FD0A8D7BD581C2650842D6B2B0E0D49A23270CCD 12 | ManifestVersion: 0.1.0 13 | -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/Manifest-Bad-ArchMissing.yaml: -------------------------------------------------------------------------------- 1 | # Bad manifest. No Name 2 | Id: microsoft.msixsdk 3 | Name: MSIX SDK 4 | Version: 1.7.32 5 | Publisher: Microsoft 6 | InstallerType: Msi 7 | License: Test 8 | Installers: 9 | - Url: https://ThisIsNotUsed 10 | Sha256: 98B67758CEAFFCBB3FE47838FD0A8D7BD581C2650842D6B2B0E0D49A23270CCD 11 | ManifestVersion: 0.1.0 12 | -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/Manifest-Bad-Channel-NotSupported.yaml: -------------------------------------------------------------------------------- 1 | Id: microsoft.msixsdk 2 | Name: MSIX SDK 3 | Version: 1.7.32 4 | Publisher: Microsoft 5 | Channel: release 6 | InstallerType: Msi 7 | License: Test 8 | Installers: 9 | - Arch: x86 10 | Url: https://ThisIsNotUsed 11 | Sha256: 98B67758CEAFFCBB3FE47838FD0A8D7BD581C2650842D6B2B0E0D49A23270CCD 12 | ManifestVersion: 0.1.0 13 | -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/Manifest-Bad-DifferentCase-UPPER.yaml: -------------------------------------------------------------------------------- 1 | # Bad manifest. InstallerType is UPPER 2 | Id: microsoft.msixsdk 3 | Name: MSIX SDK 4 | Version: 1.7.32 5 | Publisher: Microsoft 6 | INSTALLERTYPE: Msi 7 | License: Test 8 | Installers: 9 | - Arch: x86 10 | Url: https://ThisIsNotUsed 11 | Sha256: 98B67758CEAFFCBB3FE47838FD0A8D7BD581C2650842D6B2B0E0D49A23270CCD 12 | ManifestVersion: 0.1.0 13 | -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/Manifest-Bad-DifferentCase-camelCase.yaml: -------------------------------------------------------------------------------- 1 | # Bad manifest. InstallerType is camelCased 2 | Id: microsoft.msixsdk 3 | Name: MSIX SDK 4 | Version: 1.7.32 5 | Publisher: Microsoft 6 | installerType: Msi 7 | License: Test 8 | Installers: 9 | - Arch: x86 10 | Url: https://ThisIsNotUsed 11 | Sha256: 98B67758CEAFFCBB3FE47838FD0A8D7BD581C2650842D6B2B0E0D49A23270CCD 12 | ManifestVersion: 0.1.0 13 | -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/Manifest-Bad-DifferentCase-lower.yaml: -------------------------------------------------------------------------------- 1 | # Bad manifest. InstallerType is lower case 2 | Id: microsoft.msixsdk 3 | Name: MSIX SDK 4 | Version: 1.7.32 5 | Publisher: Microsoft 6 | installertype: Msi 7 | License: Test 8 | Installers: 9 | - Arch: x86 10 | Url: https://ThisIsNotUsed 11 | Sha256: 98B67758CEAFFCBB3FE47838FD0A8D7BD581C2650842D6B2B0E0D49A23270CCD 12 | ManifestVersion: 0.1.0 13 | -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/Manifest-Bad-DuplicateKey-DifferentCase.yaml: -------------------------------------------------------------------------------- 1 | # Bad manifest. Duplicated key with different casing convention. 2 | Id: microsoft.msixsdk 3 | Name: MSIX SDK 4 | Version: 1.7.32 5 | Publisher: Microsoft 6 | InstallerType: Msi 7 | installerType: Msi 8 | License: Test 9 | Installers: 10 | - Arch: x86 11 | Url: https://ThisIsNotUsed 12 | Sha256: 98B67758CEAFFCBB3FE47838FD0A8D7BD581C2650842D6B2B0E0D49A23270CCD 13 | ManifestVersion: 0.1.0 14 | -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/Manifest-Bad-DuplicateKey.yaml: -------------------------------------------------------------------------------- 1 | # Bad manifest. Duplicated key Id 2 | Id: microsoft.msixsdk 3 | Id: microsoft.msixsdk 4 | Name: MSIX SDK 5 | Version: 1.7.32 6 | Publisher: Microsoft 7 | InstallerType: Msi 8 | License: Test 9 | Installers: 10 | - Arch: x86 11 | Url: https://ThisIsNotUsed 12 | Sha256: 98B67758CEAFFCBB3FE47838FD0A8D7BD581C2650842D6B2B0E0D49A23270CCD 13 | ManifestVersion: 0.1.0 14 | -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/Manifest-Bad-IdInvalid.yaml: -------------------------------------------------------------------------------- 1 | # Bad manifest. Invalid Id 2 | Id: m i c rosoft.msixsdk 3 | Name: MSIX SDK 4 | Version: 1.7.32 5 | InstallerType: Msi 6 | Publisher: Microsoft 7 | License: Test 8 | Installers: 9 | - Arch: x86 10 | Url: https://ThisIsNotUsed 11 | Sha256: 98B67758CEAFFCBB3FE47838FD0A8D7BD581C2650842D6B2B0E0D49A23270CCD 12 | ManifestVersion: 0.1.0 13 | -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/Manifest-Bad-IdMissing.yaml: -------------------------------------------------------------------------------- 1 | # Bad manifest. No Id 2 | Name: MSIX SDK 3 | Version: 1.7.32 4 | InstallerType: Msi 5 | Publisher: Microsoft 6 | License: Test 7 | Installers: 8 | - Arch: x86 9 | Url: https://ThisIsNotUsed 10 | Sha256: 98B67758CEAFFCBB3FE47838FD0A8D7BD581C2650842D6B2B0E0D49A23270CCD 11 | ManifestVersion: 0.1.0 12 | -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/Manifest-Bad-InstallerTypeInvalid.yaml: -------------------------------------------------------------------------------- 1 | # Bad Manifest. Invalid value for InstallerType. 2 | Id: microsoft.msixsdk 3 | Name: MSIX SDK 4 | Version: 1.7.32 5 | Publisher: Microsoft 6 | InstallerType: NotAType 7 | License: Test 8 | Installers: 9 | - Arch: x86 10 | Url: https://ThisIsNotUsed 11 | Sha256: 98B67758CEAFFCBB3FE47838FD0A8D7BD581C2650842D6B2B0E0D49A23270CCD 12 | ManifestVersion: 0.1.0 13 | -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/Manifest-Bad-InstallerTypeMissing.yaml: -------------------------------------------------------------------------------- 1 | # Bad manifest. No InstallerType 2 | Id: microsoft.msixsdk 3 | Name: MSIX SDK 4 | Version: 1.7.32 5 | Publisher: Microsoft 6 | License: Test 7 | Installers: 8 | - Arch: x86 9 | Url: https://ThisIsNotUsed 10 | Sha256: 98B67758CEAFFCBB3FE47838FD0A8D7BD581C2650842D6B2B0E0D49A23270CCD 11 | ManifestVersion: 0.1.0 12 | -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/Manifest-Bad-InstallersMissing.yaml: -------------------------------------------------------------------------------- 1 | # Bad manifest. Installers missing 2 | Id: microsoft.msixsdk 3 | Name: MSIX SDK 4 | Version: 1.7.32 5 | InstallerType: Msi 6 | Publisher: Microsoft 7 | License: Test 8 | ManifestVersion: 0.1.0 9 | -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/Manifest-Bad-InvalidManifestVersionValue.yaml: -------------------------------------------------------------------------------- 1 | # Bad manifest. Unsupported version 2 | Id: microsoft.msixsdk 3 | Name: MSIX SDK 4 | Version: 1.0.0.0 5 | Publisher: Microsoft 6 | InstallerType: Msi 7 | License: Test 8 | Installers: 9 | - Arch: x86 10 | Url: https://ThisIsNotUsed 11 | Sha256: 98B67758CEAFFCBB3FE47838FD0A8D7BD581C2650842D6B2B0E0D49A23270CCD 12 | ManifestVersion: 0.1.0-invalid 13 | -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/Manifest-Bad-InvalidUpdateBehavior.yaml: -------------------------------------------------------------------------------- 1 | # Bad manifest. Invalid UpdateBehavior 2 | Id: microsoft.msixsdk 3 | Name: MSIX SDK 4 | Version: 1.7.32 5 | Publisher: Microsoft 6 | InstallerType: Msi 7 | License: Test 8 | Installers: 9 | - Arch: x86 10 | Url: NotAUrl 11 | Sha256: 98B67758CEAFFCBB3FE47838FD0A8D7BD581C2650842D6B2B0E0D49A23270CCD 12 | UpdateBehavior: InvalidUpdate 13 | ManifestVersion: 0.1.0 14 | -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/Manifest-Bad-LicenseMissing.yaml: -------------------------------------------------------------------------------- 1 | Id: microsoft.msixsdk 2 | Name: MSIX SDK 3 | Version: 1.07.32-beta 4 | Publisher: Microsoft 5 | InstallerType: Msi 6 | Installers: 7 | - Arch: x86 8 | Url: https://ThisIsNotUsed 9 | Sha256: 98B67758CEAFFCBB3FE47838FD0A8D7BD581C2650842D6B2B0E0D49A23270CCD 10 | ManifestVersion: 0.1.0 11 | -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/Manifest-Bad-NameMissing.yaml: -------------------------------------------------------------------------------- 1 | # Bad manifest. No Name 2 | Id: microsoft.msixsdk 3 | Version: 1.7.32 4 | Publisher: Microsoft 5 | InstallerType: Msi 6 | License: Test 7 | Installers: 8 | - Arch: x86 9 | Url: https://ThisIsNotUsed 10 | Sha256: 98B67758CEAFFCBB3FE47838FD0A8D7BD581C2650842D6B2B0E0D49A23270CCD 11 | ManifestVersion: 0.1.0 12 | -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/Manifest-Bad-PackageFamilyNameOnMSI.yaml: -------------------------------------------------------------------------------- 1 | # Bad manifest. Invalid Arch value 2 | Id: microsoft.msixsdk 3 | Name: MSIX SDK 4 | Version: 1.7.32 5 | Publisher: Microsoft 6 | License: Test 7 | Installers: 8 | - Arch: x86 9 | InstallerType: MSI 10 | PackageFamilyName: Foo_123456789abcd 11 | Url: https://ThisIsNotUsed 12 | Sha256: 98B67758CEAFFCBB3FE47838FD0A8D7BD581C2650842D6B2B0E0D49A23270CCD 13 | -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/Manifest-Bad-ProductCodeOnMSIX.yaml: -------------------------------------------------------------------------------- 1 | # Bad manifest. Invalid Arch value 2 | Id: microsoft.msixsdk 3 | Name: MSIX SDK 4 | Version: 1.7.32 5 | Publisher: Microsoft 6 | License: Test 7 | Installers: 8 | - Arch: x86 9 | InstallerType: MSIX 10 | ProductCode: "{FOO}" 11 | Url: https://ThisIsNotUsed 12 | Sha256: 98B67758CEAFFCBB3FE47838FD0A8D7BD581C2650842D6B2B0E0D49A23270CCD 13 | -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/Manifest-Bad-PublisherMissing.yaml: -------------------------------------------------------------------------------- 1 | # Bad manifest. Publisher missing 2 | Id: microsoft.msixsdk 3 | Name: MSIX SDK 4 | Version: 1.7.32 5 | InstallerType: Zip 6 | License: Test 7 | Installers: 8 | - Arch: x86 9 | Url: https://ThisIsNotUsed 10 | Sha256: 98B67758CEAFFCBB3FE47838FD0A8D7BD581C2650842D6B2B0E0D49A23270CCD 11 | ManifestVersion: 0.1.0 12 | -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/Manifest-Bad-Sha256Invalid.yaml: -------------------------------------------------------------------------------- 1 | # Bad manifest. Invalid Sha256 2 | Id: microsoft.msixsdk 3 | Name: MSIX SDK 4 | Version: 1.7.32 5 | Publisher: Microsoft 6 | InstallerType: Msi 7 | License: Test 8 | Installers: 9 | - Arch: x86 10 | Url: https://ThisIsNotUsed 11 | Sha256: 98B6 12 | ManifestVersion: 0.1.0 13 | -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/Manifest-Bad-Sha256Missing.yaml: -------------------------------------------------------------------------------- 1 | # Bad manifest. No Sha256 2 | Id: microsoft.msixsdk 3 | Name: MSIX SDK 4 | Version: 1.7.32 5 | Publisher: Microsoft 6 | InstallerType: Msi 7 | License: Test 8 | Installers: 9 | - Arch: x86 10 | Url: https://ThisIsNotUsed 11 | ManifestVersion: 0.1.0 12 | -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/Manifest-Bad-SwitchInvalid.yaml: -------------------------------------------------------------------------------- 1 | # Bad manifest. Incorrect switch key. 2 | Id: microsoft.msixsdk 3 | Name: MSIX SDK 4 | Version: 1.7.32 5 | Publisher: Microsoft 6 | InstallerType: Exe 7 | License: Test 8 | Switches: 9 | NotASwitch: /fakeswitch 10 | Installers: 11 | - Arch: x86 12 | Url: https://ThisIsNotUsed 13 | Sha256: 98B67758CEAFFCBB3FE47838FD0A8D7BD581C2650842D6B2B0E0D49A23270CCD 14 | ManifestVersion: 0.1.0 15 | -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/Manifest-Bad-UnknownProperty.yaml: -------------------------------------------------------------------------------- 1 | # Bad manifest. Contains a key that is not in the manifest object. 2 | Id: microsoft.msixsdk 3 | Name: MSIX SDK 4 | Version: 1.7.32 5 | Publisher: Microsoft 6 | InstallerType: Exe 7 | License: Test 8 | Installers: 9 | - Arch: x86 10 | Url: https://ThisIsNotUsed 11 | Sha256: 98B67758CEAFFCBB3FE47838FD0A8D7BD581C2650842D6B2B0E0D49A23270CCD 12 | Fake: this is Fake 13 | ManifestVersion: 0.1.0 14 | -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/Manifest-Bad-UnsupportedVersion.yaml: -------------------------------------------------------------------------------- 1 | # Bad manifest. Unsupported version 2 | Id: microsoft.msixsdk 3 | Name: MSIX SDK 4 | Version: 1.0.0.0 5 | Publisher: Microsoft 6 | InstallerType: Msi 7 | License: Test 8 | Installers: 9 | - Arch: x86 10 | Url: https://ThisIsNotUsed 11 | Sha256: 98B67758CEAFFCBB3FE47838FD0A8D7BD581C2650842D6B2B0E0D49A23270CCD 12 | ManifestVersion: 1000.1.0 13 | -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/Manifest-Bad-UrlInvalid.yaml: -------------------------------------------------------------------------------- 1 | # Bad manifest. Invalid Url 2 | Id: microsoft.msixsdk 3 | Name: MSIX SDK 4 | Version: 1.7.32 5 | Publisher: Microsoft 6 | InstallerType: Msi 7 | License: Test 8 | Installers: 9 | - Arch: x86 10 | Url: NotAUrl 11 | Sha256: 98B67758CEAFFCBB3FE47838FD0A8D7BD581C2650842D6B2B0E0D49A23270CCD 12 | ManifestVersion: 0.1.0 13 | -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/Manifest-Bad-UrlMissing.yaml: -------------------------------------------------------------------------------- 1 | # Bad manifest. No Url 2 | Id: microsoft.msixsdk 3 | Name: MSIX SDK 4 | Version: 1.7.32 5 | Publisher: Microsoft 6 | InstallerType: Msi 7 | License: Test 8 | Installers: 9 | - Arch: x86 10 | Sha256: 98B67758CEAFFCBB3FE47838FD0A8D7BD581C2650842D6B2B0E0D49A23270CCD 11 | ManifestVersion: 0.1.0 12 | -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/Manifest-Bad-VersionInvalid.yaml: -------------------------------------------------------------------------------- 1 | # Bad manifest. Invalid version 2 | Id: microsoft.msixsdk 3 | Name: MSIX SDK 4 | Version: 1.0.9-/ 5 | Publisher: Microsoft 6 | InstallerType: Msi 7 | License: Test 8 | Installers: 9 | - Arch: x86 10 | Url: https://ThisIsNotUsed 11 | Sha256: 98B67758CEAFFCBB3FE47838FD0A8D7BD581C2650842D6B2B0E0D49A23270CCD 12 | ManifestVersion: 0.1.0 13 | -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/Manifest-Bad-VersionMissing.yaml: -------------------------------------------------------------------------------- 1 | # Bad manifest. No Version 2 | Id: microsoft.msixsdk 3 | Name: MSIX SDK 4 | Publisher: Microsoft 5 | InstallerType: Msi 6 | License: Test 7 | Installers: 8 | - Arch: x86 9 | Url: https://ThisIsNotUsed 10 | Sha256: 98B67758CEAFFCBB3FE47838FD0A8D7BD581C2650842D6B2B0E0D49A23270CCD 11 | ManifestVersion: 0.1.0 12 | -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/Manifest-Encoding-ANSI.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLITests/TestData/Manifest-Encoding-ANSI.yaml -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/Manifest-Encoding-UTF16BE-BOM.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLITests/TestData/Manifest-Encoding-UTF16BE-BOM.yaml -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/Manifest-Encoding-UTF16BE.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLITests/TestData/Manifest-Encoding-UTF16BE.yaml -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/Manifest-Encoding-UTF16LE-BOM.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLITests/TestData/Manifest-Encoding-UTF16LE-BOM.yaml -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/Manifest-Encoding-UTF16LE.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLITests/TestData/Manifest-Encoding-UTF16LE.yaml -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/Manifest-Encoding-UTF8-BOM.yaml: -------------------------------------------------------------------------------- 1 | Id: microsoft.msixsdk 2 | Name: MSIX SDK© 3 | Version: 1.7.32 4 | InstallerType: Msi 5 | Publisher: Microsoft 6 | License: Test 7 | Installers: 8 | - Arch: x86 9 | Url: https://ThisIsNotUsed 10 | Sha256: 98B67758CEAFFCBB3FE47838FD0A8D7BD581C2650842D6B2B0E0D49A23270CCD 11 | ManifestVersion: 0.1.0 12 | -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/Manifest-Encoding-UTF8.yaml: -------------------------------------------------------------------------------- 1 | Id: microsoft.msixsdk 2 | Name: MSIX SDK© 3 | Version: 1.7.32 4 | InstallerType: Msi 5 | Publisher: Microsoft 6 | License: Test 7 | Installers: 8 | - Arch: x86 9 | Url: https://ThisIsNotUsed 10 | Sha256: 98B67758CEAFFCBB3FE47838FD0A8D7BD581C2650842D6B2B0E0D49A23270CCD 11 | ManifestVersion: 0.1.0 12 | -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/Manifest-Good-Minimum-InstallerType.yaml: -------------------------------------------------------------------------------- 1 | # Minimum required InstallerType in Installers 2 | Id: microsoft.msixsdk 3 | Name: MSIX SDK 4 | Version: 1.7.32 5 | Publisher: Microsoft 6 | License: Test 7 | Installers: 8 | - Arch: x86 9 | Url: https://ThisIsNotUsed 10 | Sha256: 98B67758CEAFFCBB3FE47838FD0A8D7BD581C2650842D6B2B0E0D49A23270CCD 11 | InstallerType: Msi 12 | ManifestVersion: 0.1.0 13 | -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/Manifest-Good-Minimum.yaml: -------------------------------------------------------------------------------- 1 | # Minimum required 2 | Id: microsoft.msixsdk 3 | Name: MSIX SDK 4 | Version: 1.07.32-beta 5 | Publisher: Microsoft 6 | InstallerType: Msi 7 | License: Test 8 | Installers: 9 | - Arch: x86 10 | Url: https://ThisIsNotUsed 11 | Sha256: 98B67758CEAFFCBB3FE47838FD0A8D7BD581C2650842D6B2B0E0D49A23270CCD 12 | ManifestVersion: 0.1.0 13 | -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/MultiFileManifestV1/ManifestV1-MultiFile-Version.yaml: -------------------------------------------------------------------------------- 1 | # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json 2 | 3 | PackageIdentifier: microsoft.msixsdk 4 | PackageVersion: 1.7.32 5 | DefaultLocale: en-US 6 | 7 | ManifestType: version 8 | ManifestVersion: 1.0.0 9 | -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/MultiFileManifestV1_1/ManifestV1_1-MultiFile-Version.yaml: -------------------------------------------------------------------------------- 1 | # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json 2 | 3 | PackageIdentifier: microsoft.msixsdk 4 | PackageVersion: 1.7.32 5 | DefaultLocale: en-US 6 | 7 | ManifestType: version 8 | ManifestVersion: 1.1.0 9 | -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/MultiFileManifestV1_10/ManifestV1_10-MultiFile-Version.yaml: -------------------------------------------------------------------------------- 1 | # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json 2 | 3 | PackageIdentifier: microsoft.msixsdk 4 | PackageVersion: 1.7.32 5 | DefaultLocale: en-US 6 | ManifestType: version 7 | ManifestVersion: 1.10.0 8 | -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/MultiFileManifestV1_2/ManifestV1_2-MultiFile-Version.yaml: -------------------------------------------------------------------------------- 1 | # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json 2 | 3 | PackageIdentifier: microsoft.msixsdk 4 | PackageVersion: 1.7.32 5 | DefaultLocale: en-US 6 | ManifestType: version 7 | ManifestVersion: 1.2.0 8 | -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/MultiFileManifestV1_4/ManifestV1_4-MultiFile-Version.yaml: -------------------------------------------------------------------------------- 1 | # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json 2 | 3 | PackageIdentifier: microsoft.msixsdk 4 | PackageVersion: 1.7.32 5 | DefaultLocale: en-US 6 | ManifestType: version 7 | ManifestVersion: 1.4.0 8 | -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/MultiFileManifestV1_5/ManifestV1_5-MultiFile-Version.yaml: -------------------------------------------------------------------------------- 1 | # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json 2 | 3 | PackageIdentifier: microsoft.msixsdk 4 | PackageVersion: 1.7.32 5 | DefaultLocale: en-US 6 | ManifestType: version 7 | ManifestVersion: 1.5.0 8 | -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/MultiFileManifestV1_6/ManifestV1_6-MultiFile-Version.yaml: -------------------------------------------------------------------------------- 1 | # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json 2 | 3 | PackageIdentifier: microsoft.msixsdk 4 | PackageVersion: 1.7.32 5 | DefaultLocale: en-US 6 | ManifestType: version 7 | ManifestVersion: 1.6.0 8 | -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/MultiFileManifestV1_7/ManifestV1_7-MultiFile-Version.yaml: -------------------------------------------------------------------------------- 1 | # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.7.0.schema.json 2 | 3 | PackageIdentifier: microsoft.msixsdk 4 | PackageVersion: 1.7.32 5 | DefaultLocale: en-US 6 | ManifestType: version 7 | ManifestVersion: 1.7.0 8 | -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/MultiFileManifestV1_9/ManifestV1_9-MultiFile-Version.yaml: -------------------------------------------------------------------------------- 1 | # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json 2 | 3 | PackageIdentifier: microsoft.msixsdk 4 | PackageVersion: 1.7.32 5 | DefaultLocale: en-US 6 | ManifestType: version 7 | ManifestVersion: 1.9.0 8 | -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/Node-Mapping.yaml: -------------------------------------------------------------------------------- 1 | key: value 2 | 3 | repeatedkey: repeated value 4 | RepeatedKey: repeated value 5 | RepeatedKey: repeated value 6 | 7 | MergeNode: 8 | Custom: /custom 9 | SilentWithProgress: /silentwithprogress 10 | Silent: /silence 11 | 12 | MergeNode2: 13 | silentWithProgress: /silentwithprogress 14 | Interactive: /interactive 15 | -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/Node-Merge.yaml: -------------------------------------------------------------------------------- 1 | StrawHats: 2 | - Name: Monkey D Luffy 3 | Bounty: 3,000,000,000 4 | - Name: Roronoa Zoro 5 | Bounty: 1,111,000,000 6 | - Name: Nami 7 | Bounty: 366,000,000 8 | 9 | -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/Node-Merge2.yaml: -------------------------------------------------------------------------------- 1 | StrawHats: 2 | - name: Monkey d Luffy 3 | Bounty: 150,000,000 4 | Fruit: Gomu Gomu no Mi 5 | - Name: Nico Robin 6 | Bounty: 930,000,000 7 | Fruit: Hana Hana no Mi 8 | -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/Node-Types.yaml: -------------------------------------------------------------------------------- 1 | IntegerUnquoted: 12345 2 | IntegerSingleQuoted: '12345' 3 | IntegerDoubleQuoted: "12345" 4 | 5 | BooleanTrue: true 6 | StringTrue: 'true' 7 | 8 | BooleanFalse: false 9 | StringFalse: 'false' 10 | 11 | LocalTag: !myTag value -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/Shadow/V1_5/ManifestV1_5-Shadow-Locale.yaml: -------------------------------------------------------------------------------- 1 | # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json 2 | 3 | PackageIdentifier: microsoft.msixsdk 4 | PackageVersion: 1.7.32 5 | PackageLocale: en-GB 6 | Description: The MSIX SDK project is an effort to enable developers UK 7 | ManifestType: locale 8 | ManifestVersion: 1.5.0 9 | -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/Shadow/V1_5/ManifestV1_5-Shadow-Shadow2.yaml: -------------------------------------------------------------------------------- 1 | PackageIdentifier: microsoft.msixsdk 2 | PackageVersion: 1.7.32 3 | ManifestType: shadow 4 | ManifestVersion: 1.5.0 5 | PackageLocale: en-US 6 | Icons: 7 | - IconUrl: https://shadowIcon-default2 8 | IconFileType: ico 9 | IconResolution: custom 10 | IconTheme: default 11 | IconSha256: 1111111111111111111111111111111111111111111111111111111111111111 -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/TestSignedApp.msix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLITests/TestData/TestSignedApp.msix -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/TestZip.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLITests/TestData/TestZip.zip -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/index.1.0.0.0.msix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLITests/TestData/index.1.0.0.0.msix -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/index.1.0.0.0.signed.msix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLITests/TestData/index.1.0.0.0.signed.msix -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/index.2.0.0.0.msix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLITests/TestData/index.2.0.0.0.msix -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/index.2.0.0.0.signed.msix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLITests/TestData/index.2.0.0.0.signed.msix -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/notepad.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLITests/TestData/notepad.exe -------------------------------------------------------------------------------- /src/AppInstallerCLITests/TestData/notepad.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerCLITests/TestData/notepad.ico -------------------------------------------------------------------------------- /src/AppInstallerCLITests/packages.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/AppInstallerCLITests/pch.cpp: -------------------------------------------------------------------------------- 1 | #include "pch.h" 2 | -------------------------------------------------------------------------------- /src/AppInstallerCommonCore/Public/winget/Debugging.h: -------------------------------------------------------------------------------- 1 | // Copyright (c) Microsoft Corporation. 2 | // Licensed under the MIT License. 3 | #pragma once 4 | 5 | namespace AppInstaller::Debugging 6 | { 7 | // Enables a self initiated minidump on certain process level failures. 8 | void EnableSelfInitiatedMinidump(); 9 | 10 | // Forces the minidump to be written. 11 | void WriteMinidump(); 12 | } 13 | -------------------------------------------------------------------------------- /src/AppInstallerCommonCore/packages.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/AppInstallerCommonCore/pch.cpp: -------------------------------------------------------------------------------- 1 | // Copyright (c) Microsoft Corporation. 2 | // Licensed under the MIT License. 3 | #include "pch.h" 4 | -------------------------------------------------------------------------------- /src/AppInstallerRepositoryCore/packages.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/AppInstallerRepositoryCore/pch.cpp: -------------------------------------------------------------------------------- 1 | // Copyright (c) Microsoft Corporation. 2 | // Licensed under the MIT License. 3 | #include "pch.h" 4 | -------------------------------------------------------------------------------- /src/AppInstallerSharedLib/ICU/SQLiteICU.h: -------------------------------------------------------------------------------- 1 | // Copyright (c) Microsoft Corporation. 2 | // Licensed under the MIT License. 3 | #pragma once 4 | #include 5 | 6 | // Adapted from the file sqliteicu.h to use the built-in Windows SQLite and ICU binaries. 7 | 8 | extern "C" 9 | { 10 | int sqlite3IcuInit(sqlite3* db); 11 | } 12 | -------------------------------------------------------------------------------- /src/AppInstallerSharedLib/Public/Telemetry/WinEventLogLevels.h: -------------------------------------------------------------------------------- 1 | // Copyright (c) Microsoft Corporation. All rights reserved. 2 | // Licensed under the MIT License. See LICENSE in the project root for license information. 3 | 4 | // From winmeta.h 5 | 6 | #define WINEVENT_LEVEL_LOG_ALWAYS 0x0 7 | #define WINEVENT_LEVEL_CRITICAL 0x1 8 | #define WINEVENT_LEVEL_ERROR 0x2 9 | #define WINEVENT_LEVEL_WARNING 0x3 10 | #define WINEVENT_LEVEL_INFO 0x4 11 | #define WINEVENT_LEVEL_VERBOSE 0x5 -------------------------------------------------------------------------------- /src/AppInstallerSharedLib/packages.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/AppInstallerSharedLib/pch.cpp: -------------------------------------------------------------------------------- 1 | // Copyright (c) Microsoft Corporation. 2 | // Licensed under the MIT License. 3 | #include "pch.h" 4 | -------------------------------------------------------------------------------- /src/AppInstallerTestMsixInstaller/Images/LockScreenLogo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerTestMsixInstaller/Images/LockScreenLogo.scale-200.png -------------------------------------------------------------------------------- /src/AppInstallerTestMsixInstaller/Images/SplashScreen.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerTestMsixInstaller/Images/SplashScreen.scale-200.png -------------------------------------------------------------------------------- /src/AppInstallerTestMsixInstaller/Images/Square150x150Logo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerTestMsixInstaller/Images/Square150x150Logo.scale-200.png -------------------------------------------------------------------------------- /src/AppInstallerTestMsixInstaller/Images/Square44x44Logo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerTestMsixInstaller/Images/Square44x44Logo.scale-200.png -------------------------------------------------------------------------------- /src/AppInstallerTestMsixInstaller/Images/Square44x44Logo.targetsize-24_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerTestMsixInstaller/Images/Square44x44Logo.targetsize-24_altform-unplated.png -------------------------------------------------------------------------------- /src/AppInstallerTestMsixInstaller/Images/StoreLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerTestMsixInstaller/Images/StoreLogo.png -------------------------------------------------------------------------------- /src/AppInstallerTestMsixInstaller/Images/Wide310x150Logo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/AppInstallerTestMsixInstaller/Images/Wide310x150Logo.scale-200.png -------------------------------------------------------------------------------- /src/CertificateResources/StoreIntermediate1.cer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/CertificateResources/StoreIntermediate1.cer -------------------------------------------------------------------------------- /src/CertificateResources/StoreIntermediate2.cer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/CertificateResources/StoreIntermediate2.cer -------------------------------------------------------------------------------- /src/CertificateResources/StoreLeaf1.cer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/CertificateResources/StoreLeaf1.cer -------------------------------------------------------------------------------- /src/CertificateResources/StoreLeaf2.cer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/CertificateResources/StoreLeaf2.cer -------------------------------------------------------------------------------- /src/CertificateResources/StoreRoot1.cer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/CertificateResources/StoreRoot1.cer -------------------------------------------------------------------------------- /src/CertificateResources/StoreRoot2.cer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/CertificateResources/StoreRoot2.cer -------------------------------------------------------------------------------- /src/ManifestSchema/resource.h: -------------------------------------------------------------------------------- 1 | //{{NO_DEPENDENCIES}} 2 | // Microsoft Visual C++ generated include file. 3 | // Used by ManifestSchema.rc 4 | 5 | // Next default values for new objects 6 | // 7 | #ifdef APSTUDIO_INVOKED 8 | #ifndef APSTUDIO_READONLY_SYMBOLS 9 | #define _APS_NEXT_RESOURCE_VALUE 101 10 | #define _APS_NEXT_COMMAND_VALUE 40001 11 | #define _APS_NEXT_CONTROL_VALUE 1001 12 | #define _APS_NEXT_SYMED_VALUE 101 13 | #endif 14 | #endif 15 | -------------------------------------------------------------------------------- /src/Microsoft.Management.Configuration.OutOfProc/Source.def: -------------------------------------------------------------------------------- 1 | EXPORTS 2 | DllCanUnloadNow PRIVATE 3 | DllGetClassObject PRIVATE 4 | DllGetActivationFactory PRIVATE 5 | -------------------------------------------------------------------------------- /src/Microsoft.Management.Configuration.OutOfProc/packages.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/Microsoft.Management.Configuration.OutOfProc/pch.cpp: -------------------------------------------------------------------------------- 1 | // Copyright (c) Microsoft Corporation. 2 | // Licensed under the MIT License. 3 | 4 | #include "pch.h" 5 | -------------------------------------------------------------------------------- /src/Microsoft.Management.Configuration.OutOfProc/pch.h: -------------------------------------------------------------------------------- 1 | // Copyright (c) Microsoft Corporation. 2 | // Licensed under the MIT License. 3 | #define WIN32_LEAN_AND_MEAN 4 | #include 5 | #include 6 | #include 7 | #include 8 | 9 | #include 10 | #include 11 | 12 | #include 13 | #include 14 | -------------------------------------------------------------------------------- /src/Microsoft.Management.Configuration/Microsoft_Management_Configuration.def: -------------------------------------------------------------------------------- 1 | EXPORTS 2 | DllCanUnloadNow = WINRT_CanUnloadNow PRIVATE 3 | DllGetActivationFactory = WINRT_GetActivationFactory PRIVATE 4 | -------------------------------------------------------------------------------- /src/Microsoft.Management.Configuration/packages.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/Microsoft.Management.Configuration/pch.cpp: -------------------------------------------------------------------------------- 1 | // Copyright (c) Microsoft Corporation. 2 | // Licensed under the MIT License. 3 | #include "pch.h" 4 | -------------------------------------------------------------------------------- /src/Microsoft.Management.Deployment.InProc/Source.def: -------------------------------------------------------------------------------- 1 | EXPORTS 2 | DllCanUnloadNow PRIVATE 3 | DllGetClassObject PRIVATE 4 | DllGetActivationFactory PRIVATE 5 | -------------------------------------------------------------------------------- /src/Microsoft.Management.Deployment.InProc/packages.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/Microsoft.Management.Deployment.InProc/pch.cpp: -------------------------------------------------------------------------------- 1 | // Copyright (c) Microsoft Corporation. 2 | // Licensed under the MIT License. 3 | 4 | #include "pch.h" 5 | -------------------------------------------------------------------------------- /src/Microsoft.Management.Deployment.InProc/pch.h: -------------------------------------------------------------------------------- 1 | // Copyright (c) Microsoft Corporation. 2 | // Licensed under the MIT License. 3 | #define WIN32_LEAN_AND_MEAN 4 | #include 5 | #include -------------------------------------------------------------------------------- /src/Microsoft.Management.Deployment.OutOfProc/Source.def: -------------------------------------------------------------------------------- 1 | EXPORTS 2 | DllCanUnloadNow PRIVATE 3 | DllGetClassObject PRIVATE 4 | DllGetActivationFactory PRIVATE 5 | -------------------------------------------------------------------------------- /src/Microsoft.Management.Deployment.OutOfProc/packages.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/Microsoft.Management.Deployment.OutOfProc/pch.cpp: -------------------------------------------------------------------------------- 1 | // Copyright (c) Microsoft Corporation. 2 | // Licensed under the MIT License. 3 | 4 | #include "pch.h" 5 | -------------------------------------------------------------------------------- /src/Microsoft.Management.Deployment.OutOfProc/pch.h: -------------------------------------------------------------------------------- 1 | // Copyright (c) Microsoft Corporation. 2 | // Licensed under the MIT License. 3 | #define WIN32_LEAN_AND_MEAN 4 | #include 5 | #include 6 | #include 7 | #include 8 | 9 | #include 10 | #include 11 | 12 | #include 13 | #include 14 | -------------------------------------------------------------------------------- /src/Microsoft.Management.Deployment/Microsoft_Management_Deployment.def: -------------------------------------------------------------------------------- 1 | EXPORTS 2 | DllCanUnloadNow = WINRT_CanUnloadNow PRIVATE 3 | DllGetActivationFactory = WINRT_GetActivationFactory PRIVATE 4 | -------------------------------------------------------------------------------- /src/Microsoft.Management.Deployment/packages.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/Microsoft.Management.Deployment/pch.cpp: -------------------------------------------------------------------------------- 1 | // Copyright (c) Microsoft Corporation. 2 | // Licensed under the MIT License. 3 | #include "pch.h" 4 | -------------------------------------------------------------------------------- /src/Microsoft.Management.Deployment/pch.h: -------------------------------------------------------------------------------- 1 | // Copyright (c) Microsoft Corporation. 2 | // Licensed under the MIT License. 3 | #pragma once 4 | #include 5 | #include 6 | #include 7 | #include 8 | #include 9 | 10 | #include 11 | #include 12 | #include 13 | #include 14 | -------------------------------------------------------------------------------- /src/PowerShell/ExternalModules/PackageManagement/1.4.8.1/DSCResources/MSFT_PackageManagement/MSFT_PackageManagement.schema.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/PowerShell/ExternalModules/PackageManagement/1.4.8.1/DSCResources/MSFT_PackageManagement/MSFT_PackageManagement.schema.mof -------------------------------------------------------------------------------- /src/PowerShell/ExternalModules/PackageManagement/1.4.8.1/DSCResources/MSFT_PackageManagement/MSFT_PackageManagement.strings.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/PowerShell/ExternalModules/PackageManagement/1.4.8.1/DSCResources/MSFT_PackageManagement/MSFT_PackageManagement.strings.psd1 -------------------------------------------------------------------------------- /src/PowerShell/ExternalModules/PackageManagement/1.4.8.1/DSCResources/MSFT_PackageManagementSource/MSFT_PackageManagementSource.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/PowerShell/ExternalModules/PackageManagement/1.4.8.1/DSCResources/MSFT_PackageManagementSource/MSFT_PackageManagementSource.psm1 -------------------------------------------------------------------------------- /src/PowerShell/ExternalModules/PackageManagement/1.4.8.1/DSCResources/MSFT_PackageManagementSource/MSFT_PackageManagementSource.schema.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/PowerShell/ExternalModules/PackageManagement/1.4.8.1/DSCResources/MSFT_PackageManagementSource/MSFT_PackageManagementSource.schema.mof -------------------------------------------------------------------------------- /src/PowerShell/ExternalModules/PackageManagement/1.4.8.1/DSCResources/MSFT_PackageManagementSource/MSFT_PackageManagementSource.strings.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/PowerShell/ExternalModules/PackageManagement/1.4.8.1/DSCResources/MSFT_PackageManagementSource/MSFT_PackageManagementSource.strings.psd1 -------------------------------------------------------------------------------- /src/PowerShell/ExternalModules/PackageManagement/1.4.8.1/DSCResources/PackageManagementDscUtilities.strings.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/PowerShell/ExternalModules/PackageManagement/1.4.8.1/DSCResources/PackageManagementDscUtilities.strings.psd1 -------------------------------------------------------------------------------- /src/PowerShell/ExternalModules/PackageManagement/1.4.8.1/coreclr/netstandard2.0/Microsoft.PackageManagement.ArchiverProviders.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/PowerShell/ExternalModules/PackageManagement/1.4.8.1/coreclr/netstandard2.0/Microsoft.PackageManagement.ArchiverProviders.dll -------------------------------------------------------------------------------- /src/PowerShell/ExternalModules/PackageManagement/1.4.8.1/coreclr/netstandard2.0/Microsoft.PackageManagement.CoreProviders.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/PowerShell/ExternalModules/PackageManagement/1.4.8.1/coreclr/netstandard2.0/Microsoft.PackageManagement.CoreProviders.dll -------------------------------------------------------------------------------- /src/PowerShell/ExternalModules/PackageManagement/1.4.8.1/coreclr/netstandard2.0/Microsoft.PackageManagement.MetaProvider.PowerShell.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/PowerShell/ExternalModules/PackageManagement/1.4.8.1/coreclr/netstandard2.0/Microsoft.PackageManagement.MetaProvider.PowerShell.dll -------------------------------------------------------------------------------- /src/PowerShell/ExternalModules/PackageManagement/1.4.8.1/coreclr/netstandard2.0/Microsoft.PackageManagement.NuGetProvider.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/PowerShell/ExternalModules/PackageManagement/1.4.8.1/coreclr/netstandard2.0/Microsoft.PackageManagement.NuGetProvider.dll -------------------------------------------------------------------------------- /src/PowerShell/ExternalModules/PackageManagement/1.4.8.1/coreclr/netstandard2.0/Microsoft.PackageManagement.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/PowerShell/ExternalModules/PackageManagement/1.4.8.1/coreclr/netstandard2.0/Microsoft.PackageManagement.dll -------------------------------------------------------------------------------- /src/PowerShell/ExternalModules/PackageManagement/1.4.8.1/coreclr/netstandard2.0/Microsoft.PowerShell.PackageManagement.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/PowerShell/ExternalModules/PackageManagement/1.4.8.1/coreclr/netstandard2.0/Microsoft.PowerShell.PackageManagement.dll -------------------------------------------------------------------------------- /src/PowerShell/ExternalModules/PackageManagement/1.4.8.1/fullclr/Microsoft.PackageManagement.ArchiverProviders.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/PowerShell/ExternalModules/PackageManagement/1.4.8.1/fullclr/Microsoft.PackageManagement.ArchiverProviders.dll -------------------------------------------------------------------------------- /src/PowerShell/ExternalModules/PackageManagement/1.4.8.1/fullclr/Microsoft.PackageManagement.CoreProviders.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/PowerShell/ExternalModules/PackageManagement/1.4.8.1/fullclr/Microsoft.PackageManagement.CoreProviders.dll -------------------------------------------------------------------------------- /src/PowerShell/ExternalModules/PackageManagement/1.4.8.1/fullclr/Microsoft.PackageManagement.MetaProvider.PowerShell.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/PowerShell/ExternalModules/PackageManagement/1.4.8.1/fullclr/Microsoft.PackageManagement.MetaProvider.PowerShell.dll -------------------------------------------------------------------------------- /src/PowerShell/ExternalModules/PackageManagement/1.4.8.1/fullclr/Microsoft.PackageManagement.MsiProvider.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/PowerShell/ExternalModules/PackageManagement/1.4.8.1/fullclr/Microsoft.PackageManagement.MsiProvider.dll -------------------------------------------------------------------------------- /src/PowerShell/ExternalModules/PackageManagement/1.4.8.1/fullclr/Microsoft.PackageManagement.MsuProvider.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/PowerShell/ExternalModules/PackageManagement/1.4.8.1/fullclr/Microsoft.PackageManagement.MsuProvider.dll -------------------------------------------------------------------------------- /src/PowerShell/ExternalModules/PackageManagement/1.4.8.1/fullclr/Microsoft.PackageManagement.NuGetProvider.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/PowerShell/ExternalModules/PackageManagement/1.4.8.1/fullclr/Microsoft.PackageManagement.NuGetProvider.dll -------------------------------------------------------------------------------- /src/PowerShell/ExternalModules/PackageManagement/1.4.8.1/fullclr/Microsoft.PackageManagement.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/PowerShell/ExternalModules/PackageManagement/1.4.8.1/fullclr/Microsoft.PackageManagement.dll -------------------------------------------------------------------------------- /src/PowerShell/ExternalModules/PackageManagement/1.4.8.1/fullclr/Microsoft.PowerShell.PackageManagement.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/PowerShell/ExternalModules/PackageManagement/1.4.8.1/fullclr/Microsoft.PowerShell.PackageManagement.dll -------------------------------------------------------------------------------- /src/PowerShell/ExternalModules/PowerShellGet/2.2.5/PSModule.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/PowerShell/ExternalModules/PowerShellGet/2.2.5/PSModule.psm1 -------------------------------------------------------------------------------- /src/PowerShell/Microsoft.WinGet.Client/Examples/Sample_GetVersion.ps1: -------------------------------------------------------------------------------- 1 | <# 2 | .SYNOPSIS 3 | Example for 'Get-WinGetVersion' cmdlet. 4 | Prints the current client version. 5 | #> 6 | 7 | # TODO: Replace parameter with actual module name from PSGallery once module is released. 8 | Param ( 9 | [Parameter(Mandatory)] 10 | $ModulePath 11 | ) 12 | 13 | Import-Module -Name $ModulePath 14 | 15 | $version = Get-WinGetVersion 16 | 17 | Write-Host($version); -------------------------------------------------------------------------------- /src/PureLib/pure/AUTHORS: -------------------------------------------------------------------------------- 1 | Joran Dirk Greef (Ronomon) 2 | Maxim Vainstein (Microsoft) 3 | Milind Solage (Microsoft) 4 | Patrik Vicol (Microsoft) 5 | Stacy Sheperson (Microsoft) 6 | -------------------------------------------------------------------------------- /src/SfsClient/sfs-client/.cmake-format.json: -------------------------------------------------------------------------------- 1 | { 2 | "first_comment_is_literal": "true", 3 | "keyword_case": "upper", 4 | "line_ending": "windows", 5 | "max_pargs_hwrap": 3, 6 | "tab_size": 4 7 | } -------------------------------------------------------------------------------- /src/SfsClient/sfs-client/.github/CODEOWNERS: -------------------------------------------------------------------------------- 1 | # The SFS Client Reviewers team will be requested for review when someone opens a pull request. 2 | * @microsoft/sfs-client-reviewers -------------------------------------------------------------------------------- /src/SfsClient/sfs-client/.github/workflows/initialize-codeql/action.yml: -------------------------------------------------------------------------------- 1 | name: Initialize CodeQL 2 | 3 | description: Initializes CodeQL action to be used in build workflows 4 | 5 | runs: 6 | using: "composite" 7 | 8 | steps: 9 | - name: Initialize CodeQL 10 | uses: github/codeql-action/init@v3 11 | with: 12 | languages: cpp -------------------------------------------------------------------------------- /src/SfsClient/sfs-client/SUPPORT.md: -------------------------------------------------------------------------------- 1 | # Support 2 | 3 | ## How to file issues and get help 4 | 5 | This project uses GitHub Issues to track bugs and feature requests. Please search the existing 6 | issues before filing new issues to avoid duplicates. For new issues, file your bug or 7 | feature request as a new Issue. 8 | 9 | ## Microsoft Support Policy 10 | 11 | Support for this **PROJECT or PRODUCT** is limited to the resources listed above. 12 | -------------------------------------------------------------------------------- /src/SfsClient/sfs-client/client/src/details/OSInfo.h: -------------------------------------------------------------------------------- 1 | // Copyright (c) Microsoft Corporation. 2 | // Licensed under the MIT License. 3 | 4 | #pragma once 5 | 6 | #include 7 | 8 | namespace SFS::details::osinfo 9 | { 10 | std::string GetPlatform(); 11 | std::string GetOSMachineInfo(); 12 | } // namespace SFS::details::osinfo 13 | -------------------------------------------------------------------------------- /src/SfsClient/sfs-client/client/src/details/Util.h: -------------------------------------------------------------------------------- 1 | // Copyright (c) Microsoft Corporation. 2 | // Licensed under the MIT License. 3 | 4 | #pragma once 5 | 6 | #include 7 | 8 | namespace SFS::details::util 9 | { 10 | bool AreEqualI(std::string_view a, std::string_view b); 11 | bool AreNotEqualI(std::string_view a, std::string_view b); 12 | } // namespace SFS::details::util 13 | -------------------------------------------------------------------------------- /src/SfsClient/sfs-client/client/src/details/connection/ConnectionManager.cpp: -------------------------------------------------------------------------------- 1 | // Copyright (c) Microsoft Corporation. 2 | // Licensed under the MIT License. 3 | 4 | #include "ConnectionManager.h" 5 | 6 | #include "../ReportingHandler.h" 7 | 8 | using namespace SFS::details; 9 | 10 | ConnectionManager::ConnectionManager(const ReportingHandler& handler) : m_handler(handler) 11 | { 12 | } 13 | 14 | ConnectionManager::~ConnectionManager() 15 | { 16 | } 17 | -------------------------------------------------------------------------------- /src/SfsClient/sfs-client/client/src/details/entity/ContentType.h: -------------------------------------------------------------------------------- 1 | // Copyright (c) Microsoft Corporation. 2 | // Licensed under the MIT License. 3 | 4 | #pragma once 5 | 6 | #include 7 | 8 | namespace SFS::details 9 | { 10 | enum class ContentType 11 | { 12 | Generic, 13 | App, 14 | }; 15 | 16 | std::string ToString(ContentType type); 17 | } // namespace SFS::details 18 | -------------------------------------------------------------------------------- /src/SfsClient/sfs-client/samples/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | # Copyright (c) Microsoft Corporation. 2 | # Licensed under the MIT License. 3 | 4 | add_subdirectory(integration-do-client) 5 | add_subdirectory(tool) 6 | -------------------------------------------------------------------------------- /src/SfsClient/sfs-client/scripts/pip.requirements.txt: -------------------------------------------------------------------------------- 1 | clang-format==19.1.1 2 | cmake-format==0.6.13 -------------------------------------------------------------------------------- /src/SfsClient/sfs-client/sfs-client-vcpkg-port/sfs-client/usage: -------------------------------------------------------------------------------- 1 | The package sfs-client provides CMake targets: 2 | 3 | find_package(sfsclient CONFIG REQUIRED) 4 | target_link_libraries(main PRIVATE microsoft::sfsclient) 5 | -------------------------------------------------------------------------------- /src/SfsClient/sfs-client/vcpkg-custom-triplets/x64-windows-static-custom.cmake: -------------------------------------------------------------------------------- 1 | set(VCPKG_TARGET_ARCHITECTURE x64) 2 | 3 | message(STATUS "PORTs are preferred with static linkage...") 4 | 5 | set(VCPKG_CRT_LINKAGE static) 6 | set(VCPKG_LIBRARY_LINKAGE static) 7 | -------------------------------------------------------------------------------- /src/VcpkgCustomTriplets/arm64-release-static.cmake: -------------------------------------------------------------------------------- 1 | include("${CMAKE_CURRENT_LIST_DIR}/common.cmake") 2 | set(VCPKG_TARGET_ARCHITECTURE arm64) 3 | set(VCPKG_CRT_LINKAGE static) 4 | set(VCPKG_BUILD_TYPE release) 5 | -------------------------------------------------------------------------------- /src/VcpkgCustomTriplets/arm64-release.cmake: -------------------------------------------------------------------------------- 1 | include("${CMAKE_CURRENT_LIST_DIR}/common.cmake") 2 | set(VCPKG_TARGET_ARCHITECTURE arm64) 3 | set(VCPKG_CRT_LINKAGE dynamic) 4 | set(VCPKG_BUILD_TYPE release) 5 | -------------------------------------------------------------------------------- /src/VcpkgCustomTriplets/arm64.cmake: -------------------------------------------------------------------------------- 1 | include("${CMAKE_CURRENT_LIST_DIR}/common.cmake") 2 | set(VCPKG_TARGET_ARCHITECTURE arm64) 3 | set(VCPKG_CRT_LINKAGE dynamic) 4 | -------------------------------------------------------------------------------- /src/VcpkgCustomTriplets/common.cmake: -------------------------------------------------------------------------------- 1 | set(VCPKG_LIBRARY_LINKAGE static) 2 | set(VCPKG_C_FLAGS "/Qspectre /W3 /guard:cf") 3 | set(VCPKG_CXX_FLAGS "/Qspectre /W3 /guard:cf") 4 | set(VCPKG_INSTALL_OPTIONS, "--debug") 5 | -------------------------------------------------------------------------------- /src/VcpkgCustomTriplets/x64-release-static.cmake: -------------------------------------------------------------------------------- 1 | include("${CMAKE_CURRENT_LIST_DIR}/common.cmake") 2 | set(VCPKG_TARGET_ARCHITECTURE x64) 3 | set(VCPKG_CRT_LINKAGE static) 4 | set(VCPKG_BUILD_TYPE release) 5 | -------------------------------------------------------------------------------- /src/VcpkgCustomTriplets/x64-release.cmake: -------------------------------------------------------------------------------- 1 | include("${CMAKE_CURRENT_LIST_DIR}/common.cmake") 2 | set(VCPKG_TARGET_ARCHITECTURE x64) 3 | set(VCPKG_CRT_LINKAGE dynamic) 4 | set(VCPKG_BUILD_TYPE release) 5 | -------------------------------------------------------------------------------- /src/VcpkgCustomTriplets/x64.cmake: -------------------------------------------------------------------------------- 1 | include("${CMAKE_CURRENT_LIST_DIR}/common.cmake") 2 | set(VCPKG_TARGET_ARCHITECTURE x64) 3 | set(VCPKG_CRT_LINKAGE dynamic) 4 | -------------------------------------------------------------------------------- /src/VcpkgCustomTriplets/x86-release-static.cmake: -------------------------------------------------------------------------------- 1 | include("${CMAKE_CURRENT_LIST_DIR}/common.cmake") 2 | set(VCPKG_TARGET_ARCHITECTURE x86) 3 | set(VCPKG_CRT_LINKAGE static) 4 | set(VCPKG_BUILD_TYPE release) 5 | -------------------------------------------------------------------------------- /src/VcpkgCustomTriplets/x86-release.cmake: -------------------------------------------------------------------------------- 1 | include("${CMAKE_CURRENT_LIST_DIR}/common.cmake") 2 | set(VCPKG_TARGET_ARCHITECTURE x86) 3 | set(VCPKG_CRT_LINKAGE dynamic) 4 | set(VCPKG_BUILD_TYPE release) 5 | -------------------------------------------------------------------------------- /src/VcpkgCustomTriplets/x86.cmake: -------------------------------------------------------------------------------- 1 | include("${CMAKE_CURRENT_LIST_DIR}/common.cmake") 2 | set(VCPKG_TARGET_ARCHITECTURE x86) 3 | set(VCPKG_CRT_LINKAGE dynamic) 4 | -------------------------------------------------------------------------------- /src/VcpkgPortOverlay/libyaml/fix-POSIX_name.patch: -------------------------------------------------------------------------------- 1 | diff --git a/src/api.c b/src/api.c 2 | index e793b08..6f16fc5 100644 3 | --- a/src/api.c 4 | +++ b/src/api.c 5 | @@ -63,7 +63,7 @@ yaml_strdup(const yaml_char_t *str) 6 | if (!str) 7 | return NULL; 8 | 9 | - return (yaml_char_t *)strdup((char *)str); 10 | + return (yaml_char_t *)_strdup((char *)str); 11 | } 12 | 13 | /* 14 | -------------------------------------------------------------------------------- /src/VcpkgPortOverlay/libyaml/vcpkg.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "libyaml", 3 | "version": "0.2.5", 4 | "port-version": 5, 5 | "description": "A C library for parsing and emitting YAML.", 6 | "homepage": "https://github.com/yaml/libyaml", 7 | "dependencies": [ 8 | { 9 | "name": "vcpkg-cmake", 10 | "host": true 11 | }, 12 | { 13 | "name": "vcpkg-cmake-config", 14 | "host": true 15 | } 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /src/WinGetSchemas/PackagesSchema.h: -------------------------------------------------------------------------------- 1 | // Copyright (c) Microsoft Corporation. 2 | // Licensed under the MIT License. 3 | #pragma once 4 | 5 | #define PACKAGESSCHEMA_RESOURCE_TYPE 300 6 | 7 | #define IDX_PACKAGES_SCHEMA_V1 301 8 | #define IDX_PACKAGES_SCHEMA_V2 302 9 | -------------------------------------------------------------------------------- /src/WinGetSchemas/resource.h: -------------------------------------------------------------------------------- 1 | //{{NO_DEPENDENCIES}} 2 | // Microsoft Visual C++ generated include file. 3 | // Used by WinGetSchemas.rc 4 | 5 | // Next default values for new objects 6 | // 7 | #ifdef APSTUDIO_INVOKED 8 | #ifndef APSTUDIO_READONLY_SYMBOLS 9 | #define _APS_NEXT_RESOURCE_VALUE 101 10 | #define _APS_NEXT_COMMAND_VALUE 40001 11 | #define _APS_NEXT_CONTROL_VALUE 1001 12 | #define _APS_NEXT_SYMED_VALUE 101 13 | #endif 14 | #endif 15 | -------------------------------------------------------------------------------- /src/WinGetServer/Utils.h: -------------------------------------------------------------------------------- 1 | // Copyright (c) Microsoft Corporation. 2 | // Licensed under the MIT License. 3 | #pragma once 4 | #pragma warning( push ) 5 | #pragma warning ( disable : 6001 6388 6553) 6 | #include 7 | #pragma warning( pop ) 8 | #include 9 | 10 | unsigned char* GetUCharString(const std::string& str); 11 | 12 | std::string GetUserSID(); 13 | 14 | wil::unique_event CreateOrOpenServerStartEvent(); 15 | -------------------------------------------------------------------------------- /src/WinGetServer/WinGetServer.exe.manifest: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /src/WinGetServer/WinGetServer.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/src/WinGetServer/WinGetServer.rc -------------------------------------------------------------------------------- /src/WinGetServer/WinGetServerManualActivation_Client.h: -------------------------------------------------------------------------------- 1 | // Copyright (c) Microsoft Corporation. 2 | // Licensed under the MIT License. 3 | #pragma once 4 | #include 5 | 6 | extern "C" HRESULT WinGetServerManualActivation_CreateInstance(REFCLSID rclsid, REFIID riid, UINT32 flags, void** out); 7 | 8 | extern "C" HRESULT WinGetServerManualActivation_Terminate(); 9 | -------------------------------------------------------------------------------- /src/WinGetServer/packages.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | -------------------------------------------------------------------------------- /src/WinGetSourceCreator/Model/InstallerType.cs: -------------------------------------------------------------------------------- 1 | // Copyright (c) Microsoft Corporation. 2 | // Licensed under the MIT License. 3 | 4 | namespace WinGetSourceCreator.Model 5 | { 6 | public enum InstallerType 7 | { 8 | Msix, 9 | Exe, 10 | Msi, 11 | Zip, 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /src/WinGetUtil/packages.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/WinGetUtil/pch.cpp: -------------------------------------------------------------------------------- 1 | // Copyright (c) Microsoft Corporation. 2 | // Licensed under the MIT License. 3 | #include "pch.h" 4 | -------------------------------------------------------------------------------- /src/WinGetUtilInterop.UnitTests/TestCollateral/SomeEqualityWithoutInstallers.yaml: -------------------------------------------------------------------------------- 1 | Id: id.id 2 | Version: 1.2.3 3 | Switches: 4 | Custom: custom 5 | Silent: /s -------------------------------------------------------------------------------- /src/WinGetYamlFuzzing/dictionary.txt: -------------------------------------------------------------------------------- 1 | "[" 2 | "]" 3 | "{" 4 | "}" 5 | "-" 6 | "," 7 | "&" 8 | "<<" 9 | ":" 10 | "|" 11 | "!!" 12 | ">" 13 | "\"" 14 | "'" 15 | 16 | integer="123" 17 | float="12.5" 18 | mantissa="1.3e+9" 19 | -------------------------------------------------------------------------------- /src/WinGetYamlFuzzing/packages.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | -------------------------------------------------------------------------------- /src/WindowsPackageManager/packages.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/Xlang/UndockedRegFreeWinRT/src/UndockedRegFreeWinRT/UndockedRegFreeWinRT/cpp.hint: -------------------------------------------------------------------------------- 1 | #define UNDOCKEDREGFREEWINRT_API __declspec(dllexport) 2 | #define UNDOCKEDREGFREEWINRT_API __declspec(dllimport) 3 | -------------------------------------------------------------------------------- /src/Xlang/UndockedRegFreeWinRT/src/UndockedRegFreeWinRT/UndockedRegFreeWinRT/extwinrt.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | HRESULT WINAPI RegFreeWinRTInitializeForTest(); 4 | HRESULT WINAPI RegFreeWinRTUninitializeForTest(); -------------------------------------------------------------------------------- /src/Xlang/UndockedRegFreeWinRT/src/UndockedRegFreeWinRT/UndockedRegFreeWinRT/packages.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | -------------------------------------------------------------------------------- /src/Xlang/UndockedRegFreeWinRT/src/UndockedRegFreeWinRT/UndockedRegFreeWinRT/winrtact.def: -------------------------------------------------------------------------------- 1 | LIBRARY winrtact 2 | 3 | EXPORTS 4 | winrtact_Initialize 5 | WinGetServerManualActivation_CreateInstance -------------------------------------------------------------------------------- /src/Xlang/UndockedRegFreeWinRT/src/UndockedRegFreeWinRT/mwinrtact/mwinrtact.cs: -------------------------------------------------------------------------------- 1 | using System.Runtime.InteropServices; 2 | 3 | namespace Microsoft.Windows 4 | { 5 | public static class UndockedRegFreeWinrt 6 | { 7 | [DllImport("winrtact.dll", PreserveSig=true)] 8 | static extern void winrtact_Initialize(); 9 | 10 | public static void Initialize() 11 | { 12 | winrtact_Initialize(); 13 | } 14 | } 15 | } -------------------------------------------------------------------------------- /src/Xlang/UndockedRegFreeWinRT/src/UndockedRegFreeWinRT/mwinrtact/mwinrtact.csproj: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | netstandard2.0 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/binver/binver/resource.h: -------------------------------------------------------------------------------- 1 | //{{NO_DEPENDENCIES}} 2 | // Microsoft Visual C++ generated include file. 3 | // Used by version.rc 4 | 5 | // Next default values for new objects 6 | // 7 | #ifdef APSTUDIO_INVOKED 8 | #ifndef APSTUDIO_READONLY_SYMBOLS 9 | #define _APS_NEXT_RESOURCE_VALUE 101 10 | #define _APS_NEXT_COMMAND_VALUE 40001 11 | #define _APS_NEXT_CONTROL_VALUE 1001 12 | #define _APS_NEXT_SYMED_VALUE 101 13 | #endif 14 | #endif 15 | -------------------------------------------------------------------------------- /src/nuget.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /tools/CorrelationTestbed/InstallAndCheckCorrelation/InstallAndCheckCorrelation/Microsoft.Management.Deployment.winmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/tools/CorrelationTestbed/InstallAndCheckCorrelation/InstallAndCheckCorrelation/Microsoft.Management.Deployment.winmd -------------------------------------------------------------------------------- /tools/CorrelationTestbed/InstallAndCheckCorrelation/InstallAndCheckCorrelation/packages.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /tools/PowerShell/Microsoft.WinGet.Client/doc/README.md: -------------------------------------------------------------------------------- 1 | Placeholder for PlatyPS generated help files 2 | -------------------------------------------------------------------------------- /tools/PowerShell/Microsoft.WinGet.Client/test/README.md: -------------------------------------------------------------------------------- 1 | Placeholder for test collateral -------------------------------------------------------------------------------- /tools/PowerShell/Microsoft.WinGet/doc/README.md: -------------------------------------------------------------------------------- 1 | Placeholder for PlatyPS generated help files 2 | -------------------------------------------------------------------------------- /tools/PowerShell/Microsoft.WinGet/src/Microsoft.WinGet.psm1: -------------------------------------------------------------------------------- 1 | Import-Module -Name Microsoft.WinGet.Client -Global -MaximumVersion 0.99.99 2 | Import-Module -Name Microsoft.WinGet.Create -Global -MaximumVersion 0.99.99 3 | Import-Module -Name Microsoft.WinGet.Source -Global -MaximumVersion 0.99.99 4 | -------------------------------------------------------------------------------- /tools/PowerShell/Microsoft.WinGet/test/README.md: -------------------------------------------------------------------------------- 1 | Placeholder for test collateral -------------------------------------------------------------------------------- /tools/SampleWinGetUWPCaller/AppInstallerCaller/App.idl: -------------------------------------------------------------------------------- 1 | namespace AppInstallerCaller 2 | { 3 | } 4 | -------------------------------------------------------------------------------- /tools/SampleWinGetUWPCaller/AppInstallerCaller/App.xaml: -------------------------------------------------------------------------------- 1 |  3 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /tools/SampleWinGetUWPCaller/AppInstallerCaller/Assets/LockScreenLogo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/tools/SampleWinGetUWPCaller/AppInstallerCaller/Assets/LockScreenLogo.scale-200.png -------------------------------------------------------------------------------- /tools/SampleWinGetUWPCaller/AppInstallerCaller/Assets/SplashScreen.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/tools/SampleWinGetUWPCaller/AppInstallerCaller/Assets/SplashScreen.scale-200.png -------------------------------------------------------------------------------- /tools/SampleWinGetUWPCaller/AppInstallerCaller/Assets/Square150x150Logo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/tools/SampleWinGetUWPCaller/AppInstallerCaller/Assets/Square150x150Logo.scale-200.png -------------------------------------------------------------------------------- /tools/SampleWinGetUWPCaller/AppInstallerCaller/Assets/Square44x44Logo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/tools/SampleWinGetUWPCaller/AppInstallerCaller/Assets/Square44x44Logo.scale-200.png -------------------------------------------------------------------------------- /tools/SampleWinGetUWPCaller/AppInstallerCaller/Assets/Square44x44Logo.targetsize-24_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/tools/SampleWinGetUWPCaller/AppInstallerCaller/Assets/Square44x44Logo.targetsize-24_altform-unplated.png -------------------------------------------------------------------------------- /tools/SampleWinGetUWPCaller/AppInstallerCaller/Assets/StoreLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/tools/SampleWinGetUWPCaller/AppInstallerCaller/Assets/StoreLogo.png -------------------------------------------------------------------------------- /tools/SampleWinGetUWPCaller/AppInstallerCaller/Assets/Wide310x150Logo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/tools/SampleWinGetUWPCaller/AppInstallerCaller/Assets/Wide310x150Logo.scale-200.png -------------------------------------------------------------------------------- /tools/SampleWinGetUWPCaller/AppInstallerCaller/GeneratedFromServer/Microsoft.Management.Deployment.winmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-cli/512bc310b2b8aed421d6d866c4c856f7effbe33d/tools/SampleWinGetUWPCaller/AppInstallerCaller/GeneratedFromServer/Microsoft.Management.Deployment.winmd -------------------------------------------------------------------------------- /tools/SampleWinGetUWPCaller/AppInstallerCaller/packages.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | -------------------------------------------------------------------------------- /tools/SampleWinGetUWPCaller/AppInstallerCaller/pch.cpp: -------------------------------------------------------------------------------- 1 | // Copyright (c) Microsoft Corporation. 2 | // Licensed under the MIT License. 3 | #include "pch.h" 4 | --------------------------------------------------------------------------------