123456789101112131415161718192021222324252627282930313233 |
- # Created using wingetcreate 0.5.0.1
- # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json
- PackageIdentifier: PostgreSQL.pgAdmin
- PackageVersion: 6.5
- MinimumOSVersion: 10.0.0.0
- InstallModes:
- - interactive
- - silent
- - silentWithProgress
- Installers:
- - InstallerLocale: en-US
- Architecture: x64
- InstallerType: inno
- Scope: machine
- InstallerUrl: https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v6.5/windows/pgadmin4-6.5-x64.exe
- InstallerSha256: 06F3FCF4E0C518A1D176F761866216DAC02D8383D3C1555A7F6E07793BF3B9A0
- InstallerSwitches:
- Custom: /ALLUSERS /SUPPRESSMSGBOXES /NORESTART
- UpgradeBehavior: install
- - InstallerLocale: en-US
- Architecture: x64
- InstallerType: inno
- Scope: user
- InstallerUrl: https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v6.5/windows/pgadmin4-6.5-x64.exe
- InstallerSha256: 06F3FCF4E0C518A1D176F761866216DAC02D8383D3C1555A7F6E07793BF3B9A0
- InstallerSwitches:
- Custom: /CURRENTUSER /SUPPRESSMSGBOXES /NORESTART
- UpgradeBehavior: install
- ManifestType: installer
- ManifestVersion: 1.1.0
|