From 0327233132dfde0de8b07ac470e0fe94a80ca2cb Mon Sep 17 00:00:00 2001 From: Adam Thorn <alt36@cam.ac.uk> Date: Mon, 6 Apr 2020 16:39:49 +0100 Subject: [PATCH] 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. --- packages/acrobatreaderdc.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/acrobatreaderdc.xml b/packages/acrobatreaderdc.xml index 6566f785..61ed884c 100755 --- a/packages/acrobatreaderdc.xml +++ b/packages/acrobatreaderdc.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> -- GitLab