InstallFlowTest_WindowsFeatures.yaml (877B)
1 # yaml-language-server: $schema=https://aka.ms/winget-manifest.singleton.1.4.0.schema.json 2 3 PackageIdentifier: AppInstallerCliTest.WindowsFeatures 4 PackageVersion: 1.0.0.0 5 PackageLocale: en-US 6 PackageName: AppInstaller Test Installer 7 ShortDescription: Installs exe installer with valid Windows Features dependencies 8 Publisher: Microsoft Corporation 9 License: Test 10 Installers: 11 - Architecture: x86 12 InstallerUrl: https://ThisIsNotUsed 13 InstallerType: exe 14 InstallerSha256: 65DB2F2AC2686C7F2FD69D4A4C6683B888DC55BFA20A0E32CA9F838B51689A3B 15 InstallerSwitches: 16 Custom: /custom /scope=machine 17 SilentWithProgress: /silentwithprogress 18 Silent: /silence 19 Update: /update 20 Dependencies: 21 WindowsFeatures: 22 - testFeature1 23 - testFeature2 24 ManifestType: singleton 25 ManifestVersion: 1.4.0