PostgreSQL.pgAdmin.installer.yaml 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. # Created using wingetcreate 0.5.0.1
  2. # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json
  3. PackageIdentifier: PostgreSQL.pgAdmin
  4. PackageVersion: 6.5
  5. MinimumOSVersion: 10.0.0.0
  6. InstallModes:
  7. - interactive
  8. - silent
  9. - silentWithProgress
  10. Installers:
  11. - InstallerLocale: en-US
  12. Architecture: x64
  13. InstallerType: inno
  14. Scope: machine
  15. InstallerUrl: https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v6.5/windows/pgadmin4-6.5-x64.exe
  16. InstallerSha256: 06F3FCF4E0C518A1D176F761866216DAC02D8383D3C1555A7F6E07793BF3B9A0
  17. InstallerSwitches:
  18. Custom: /ALLUSERS /SUPPRESSMSGBOXES /NORESTART
  19. UpgradeBehavior: install
  20. - InstallerLocale: en-US
  21. Architecture: x64
  22. InstallerType: inno
  23. Scope: user
  24. InstallerUrl: https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v6.5/windows/pgadmin4-6.5-x64.exe
  25. InstallerSha256: 06F3FCF4E0C518A1D176F761866216DAC02D8383D3C1555A7F6E07793BF3B9A0
  26. InstallerSwitches:
  27. Custom: /CURRENTUSER /SUPPRESSMSGBOXES /NORESTART
  28. UpgradeBehavior: install
  29. ManifestType: installer
  30. ManifestVersion: 1.1.0