12345678910111213141516171819202122232425262728293031 |
- # Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-2
- # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json
- PackageIdentifier: PostgreSQL.pgAdmin
- PackageVersion: "6.8"
- MinimumOSVersion: 10.0.0.0
- InstallerType: inno
- InstallModes:
- - interactive
- - silent
- - silentWithProgress
- UpgradeBehavior: install
- ReleaseDate: 2022-04-06
- Installers:
- - Architecture: x64
- Scope: machine
- InstallerUrl: https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v6.8/windows/pgadmin4-6.8-x64.exe
- InstallerSha256: ED90762EA7A3BEC7E014C73D21DC5E1F76CE05F802A26197905FD4109696D3A8
- InstallerSwitches:
- Custom: /ALLUSERS /SUPPRESSMSGBOXES /NORESTART
- Upgrade: /NORESTART
- - Architecture: x64
- Scope: user
- InstallerUrl: https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v6.8/windows/pgadmin4-6.8-x64.exe
- InstallerSha256: ED90762EA7A3BEC7E014C73D21DC5E1F76CE05F802A26197905FD4109696D3A8
- InstallerSwitches:
- Custom: /CURRENTUSER /SUPPRESSMSGBOXES /NORESTART
- Upgrade: /NORESTART
- ManifestType: installer
- ManifestVersion: 1.1.0
|