FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 03272331 authored by Dr Adam Thorn's avatar Dr Adam Thorn
Browse files

acrobatreaderdc does not need to be in versioned sub-dir

Having the mst in a dir involving %mainversion% will lead to a maintenance
headache when doing upgrades. I've been using the same mst without problems
for a few years' worth of DC versions.
parent 80684a4d
No related branches found
No related tags found
1 merge request!27Acrobatreaderdc.xml
......@@ -10,7 +10,7 @@
<check type="uninstall" condition="versiongreaterorequal" path="Adobe Acrobat Reader DC" value="%version%" />
<!-- patches are cumulative; we only need to apply the latest one -->
<install cmd='msiexec /qn /i "%WPKGSOFTWARE%\Adobe\AcrobatReaderDC\%mainversion%\AcroRead.msi" /l* c:\netinst\logs\ReaderDC.log TRANSFORMS="%WPKGSHAREBASE%\%WPKGINSTITUTION%-config\Adobe\AcrobatReaderDC\%mainversion%\%WPKGINSTITUTION%.mst"'>
<install cmd='msiexec /qn /i "%WPKGSOFTWARE%\Adobe\AcrobatReaderDC\%mainversion%\AcroRead.msi" /l* c:\netinst\logs\ReaderDC.log TRANSFORMS="%WPKGSHAREBASE%\%WPKGINSTITUTION%-config\Adobe\AcrobatReaderDC\%WPKGINSTITUTION%.mst"'>
<exit code="0" />
<exit code="3010" reboot="false" />
</install>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment