[wpkg-users] Acrobat reader 2024...
Adam Thorn
alt36 at cam.ac.uk
Fri Apr 24 17:45:48 CEST 2026
On 23/04/2026 14:44, Marco Gaiarin wrote:
> I've not clear if:
>
> 1) there's no more a 'classic' reader, but only a 'continuous' reader.
>
> or
>
> 2) classic reader download link is distributed only by the (free, indeed)
> distribution agreement with adobe.
>
>
> Someone have some info? Thanks.
I've been installing Acrobat Reader DC for some time now. Download from
https://get.adobe.com/uk/reader/enterprise/
I pick the Win 11, All languages (MUI) download. Then,
<packages>
<package id="acrobatreaderdc" name="Adobe Reader DC"
revision="%version%.1" priority="50">
<variable name="version" value="25.001.21288" />
<variable name="fileversion" value="2500121288" />
<check type="uninstall" condition="versiongreaterorequal" path="Adobe
Acrobat (64-bit)" value="%version%" />
<install
cmd='"%SOFTWARE%\Adobe\AcrobatReaderDC\AcroRdrDCx64%fileversion%_MUI.exe"
/sAll /rs /rps /msi /qn EULA_ACCEPT=YES' />
<upgrade include='install' />
<!-- uninstall GUID seems stable across version updates -->
<remove cmd='msiexec /qn /x {AC76BA86-1033-FF00-7760-BC15014EA700}'>
<exit code='1605'/>
</remove>
</package>
</packages>
Regards,
Adam
More information about the wpkg-users
mailing list