43 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			43 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
 | |
| PackageIdentifier: Oracle.VirtualBox
 | |
| PackageVersion: 6.1.22
 | |
| MinimumOSVersion: 10.0.0.0
 | |
| FileExtensions:
 | |
| - vdi
 | |
| - vhd
 | |
| - ovf
 | |
| - ova
 | |
| - vmdk
 | |
| InstallModes:
 | |
| - interactive
 | |
| - silent
 | |
| - silentWithProgress
 | |
| Installers:
 | |
| - Architecture: x64
 | |
|   InstallerType: exe
 | |
|   InstallerUrl: https://download.virtualbox.org/virtualbox/6.1.22/VirtualBox-6.1.22-144080-Win.exe
 | |
|   InstallerSha256: ED5796AEB5D143BB4BB59A70BD976411DEE79D583DEB7A95F621992DD3C6864F
 | |
|   InstallerSwitches:
 | |
|     Custom: REBOOT=ReallySuppress ALLUSERS=1
 | |
|     Silent: -s -l -msiparams
 | |
|     SilentWithProgress: -s -l -msiparams
 | |
|   Scope: machine
 | |
|   InstallerLocale: en-US
 | |
|   UpgradeBehavior: install
 | |
|   ProductCode: "{573CC601-ED8D-450F-BE6F-A313DD77A4A0}"
 | |
| - Architecture: x64
 | |
|   InstallerType: exe
 | |
|   InstallerUrl: https://download.virtualbox.org/virtualbox/6.1.22/VirtualBox-6.1.22-144080-Win.exe
 | |
|   InstallerSha256: ED5796AEB5D143BB4BB59A70BD976411DEE79D583DEB7A95F621992DD3C6864F
 | |
|   InstallerSwitches:
 | |
|     Custom: REBOOT=ReallySuppress ALLUSERS=2
 | |
|     Silent: -s -l -msiparams
 | |
|     SilentWithProgress: -s -l -msiparams
 | |
|   Scope: user
 | |
|   InstallerLocale: en-US
 | |
|   UpgradeBehavior: install
 | |
|   ProductCode: "{573CC601-ED8D-450F-BE6F-A313DD77A4A0}"
 | |
| ManifestType: installer
 | |
| ManifestVersion: 1.0.0
 | |
| 
 |