From 90c73c78c929cc1fea4fbe35d3dfe292c9bb33c2 Mon Sep 17 00:00:00 2001
From: Adam Thorn <alt36@cam.ac.uk>
Date: Mon, 6 Apr 2020 17:15:31 +0100
Subject: [PATCH] acrobatreaderdc: skip unnecessary acknowledgement of exit
 code 0

---
 packages/acrobatreaderdc.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/packages/acrobatreaderdc.xml b/packages/acrobatreaderdc.xml
index 65870719..45e17ebf 100755
--- a/packages/acrobatreaderdc.xml
+++ b/packages/acrobatreaderdc.xml
@@ -12,7 +12,6 @@
   <!-- patches are cumulative; we only need to apply the latest one -->
   <!-- use mst as a TRANSFORM(s) if present.... -->
   <install cmd='msiexec /qn /i "%WPKGSOFTWARE%\Adobe\AcrobatReaderDC\%patchversion%\AcroRead.msi" /l* %WPKGLOGDIR%\ReaderDC.log TRANSFORMS="%mstpath%"'>
-    <exit code="0" />
     <exit code="3010" reboot="false" />
     <condition>
       <check type="file" condition="exists" path="%mstpath%" />
@@ -21,7 +20,6 @@
 
   <!-- ...but no TRANSFORMS if we don't have the mst -->
   <install cmd='msiexec /qn /i "%WPKGSOFTWARE%\Adobe\AcrobatReaderDC\%patchversion%\AcroRead.msi" /l* %WPKGLOGDIR%\ReaderDC.log '>
-    <exit code="0" />
     <exit code="3010" reboot="false" />
     <condition>
       <check type="logical" condition="not">
-- 
GitLab