diff --git a/packages/acrobatreaderdc.xml b/packages/acrobatreaderdc.xml
index 45e17ebfcfa04818433951c34600e406297e042c..cd7ca591c867af528e257d0856acb69008d5ea06 100755
--- a/packages/acrobatreaderdc.xml
+++ b/packages/acrobatreaderdc.xml
@@ -12,20 +12,20 @@
   <!-- 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="3010" reboot="false" />
     <condition>
       <check type="file" condition="exists" path="%mstpath%" />
     </condition>
+    <exit code="3010" reboot="false" />
   </install>
 
   <!-- ...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="3010" reboot="false" />
     <condition>
       <check type="logical" condition="not">
         <check type="file" condition="exists" path="%mstpath%" />
       </check>
     </condition>
+    <exit code="3010" reboot="false" />
   </install>
 
   <install cmd='msiexec /qn /l* %WPKGLOGDIR%\ReaderDC-p1.log /update "%WPKGSOFTWARE%\Adobe\AcrobatReaderDC\AcroRdrDCUpd%patchversion%.msp"'>