FAQ | This is a LIVE service | Changelog

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

acrobatreaderdc: skip unnecessary acknowledgement of exit code 0

parent 68ec9b9e
No related branches found
No related tags found
1 merge request!27Acrobatreaderdc.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">
......
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