-
Notifications
You must be signed in to change notification settings - Fork 26
/
AdobeReader.yml
27 lines (27 loc) · 1.27 KB
/
AdobeReader.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
version: 21.011.20039
description: Adobe Reader. Global standard for reliably viewing, printing, and commenting on PDF documents.
homepage: https://get.adobe.com/uk/reader/
license:
identifier: Proprietary
url: https://wwwimages2.adobe.com/www.adobe.com/content/dam/acom/en/legal/licenses-terms/pdf/PlatformClients_PC_WWEULA-en_US-20150407_1357.pdf
suggest:
Microsoft Visual C++ Redistributable:
- extras/vcredist2012
- extras/vcredist2013
url: http://ardownload.adobe.com/pub/adobe/reader/win/AcrobatDC/2101120039/AcroRdrDC2101120039_en_US.exe#/cosi.7z
hash: 9ea7854fc05fd9c92b070893c6b199fbef922e36304e85177503df6d1470cd62
installer:
script: |
Expand-MsiArchive "$dir\AcroRead.msi" -DestinationPath "$dir\cosi"
Get-ChildItem $dir -Exclude 'cosi' | Remove-Item -Force -Recurse
Move-Item "$dir\cosi\program files\Adobe\Acrobat Reader DC\*" $dir -Force
Move-Item "$dir\cosi\Common\*" $env:CommonProgramFiles -Force
#Remove-Item "$dir\cosi" -Force -Recurse
uninstaller:
script: Remove-Item "${env:CommonProgramFiles}\Adobe" -Force -Recurse
shortcuts:
- - Reader\AcroRd32.exe
- Adobe Acrobat DC
checkver: '>Version\s+\d{2}([\d.]+)</'
autoupdate:
url: http://ardownload.adobe.com/pub/adobe/reader/win/AcrobatDC/$cleanVersion/AcroRdrDC$cleanVersion_en_US.exe#/cosi.7z