winget-cli

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

TestBurnInstaller.UserScopeInstallRepairInAdminContext.yaml (888B)


      1 # yaml-language-server: $schema=https://aka.ms/winget-manifest.singleton.1.7.0.schema.json
      2 
      3 PackageIdentifier: AppInstallerTest.TestUserScopeInstallRepairInAdminContext
      4 PackageVersion: 2.0.0.0
      5 PackageLocale: en-US
      6 PackageName: TestUserScopeInstallRepairInAdminContext
      7 Publisher: AppInstallerTest
      8 RepairBehavior: modify
      9 Installers:
     10     - Architecture: x86
     11       InstallerUrl: https://localhost:5001/TestKit/AppInstallerTestExeInstaller/AppInstallerTestExeInstaller.exe
     12       InstallerType: burn
     13       InstallerSha256: <EXEHASH>
     14       ProductCode: '{A499DD5E-8DC5-4AD2-911A-BCD0263295E9}'
     15       ElevationRequirement: elevationRequired
     16       InstallerSwitches:
     17         InstallLocation: /InstallDir <INSTALLPATH>
     18         Custom: /Version 2.0.0.0 /DisplayName TestUserScopeInstallRepairInAdminContext
     19         Repair: /repair
     20 ManifestType: singleton
     21 ManifestVersion: 1.7.0