40 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			40 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # ================== General ==================
 | |
| Id: RARLab.WinRAR
 | |
| Publisher: RARLab
 | |
| Name: WinRAR
 | |
| Author: RARLab
 | |
| Description: WinRAR is a powerful archive manager. It can backup your data and reduce the size of email attachments, open and unpack RAR, ZIP and other files downloaded from Internet, create new archives in RAR and ZIP file format.
 | |
| AppMoniker: winrar
 | |
| Tags: winrar, rar, compression, archive
 | |
| FileExtensions: rar, zip
 | |
| 
 | |
| # ================== License ==================
 | |
| Homepage: https://www.rarlab.com/
 | |
| License: Copyright © 2002-2020 Alexander Roshal. All rights reserved.
 | |
| LicenseUrl: https://www.win-rar.com/winrarlicense.html?&L=0
 | |
| 
 | |
| # ================= Installer =================
 | |
| MinOSVersion: 10.0.0.0
 | |
| #Channel: stable                # Channel is not supported in this preview (5/24/2020)
 | |
| Version: 6.00
 | |
| 
 | |
| Switches:
 | |
|       Custom: 
 | |
|       Silent: /S
 | |
|       SilentWithProgress: /S
 | |
|       #Interactive:             # Interactive is not supported in this preview (5/24/2020)
 | |
|       Language: en-US
 | |
| 
 | |
| InstallerType: exe
 | |
| Installers:
 | |
|   - Arch: x64
 | |
|     Url: https://www.rarlab.com/rar/winrar-x64-600.exe
 | |
|     Sha256: D61A8532F713407BD80A5099C818BBED391620E3891AF00A68EF584E33BE247A
 | |
|     Scope: user
 | |
|   #- Arch: x86
 | |
|     #Url: https://www.rarlab.com/rar/wrar600.exe
 | |
|     #Sha256: 43fb8944e482a11150236f110e1acb70b4922662711f826829e94b2ad00dcb69
 | |
|     #Scope: user
 | |
|     
 | |
| # ManifestVersion: 0.1.0
 |