Difference between revisions of "Microsoft Windows Journal Viewer"
From WPKG | Open Source Software Deployment and Distribution
m |
m |
||
Line 1: | Line 1: | ||
This is a silent installer for Microsoft Windows Journal Viewer. | This is a silent installer for Microsoft Windows Journal Viewer. | ||
− | + | <source lang="xml"> | |
+ | <package id="journalview2k" name="Microsoft Windows Journal Viewer 1.5"> | ||
<!-- Microsoft Windows Journal Viewer 1.5 --> | <!-- Microsoft Windows Journal Viewer 1.5 --> | ||
<check type="file" condition="exists" path='%ProgramFiles%\Windows Journal Viewer\jntview.exe' /> | <check type="file" condition="exists" path='%ProgramFiles%\Windows Journal Viewer\jntview.exe' /> | ||
Line 9: | Line 10: | ||
<exit code="3010" reboot="true" /> | <exit code="3010" reboot="true" /> | ||
</install> | </install> | ||
− | + | </package> | |
+ | </source> | ||
[[Category:Silent Installers]] | [[Category:Silent Installers]] |
Revision as of 19:11, 19 February 2008
This is a silent installer for Microsoft Windows Journal Viewer.
<package id="journalview2k" name="Microsoft Windows Journal Viewer 1.5">
<!-- Microsoft Windows Journal Viewer 1.5 -->
<check type="file" condition="exists" path='%ProgramFiles%\Windows Journal Viewer\jntview.exe' />
<install cmd='%SOFTWARE%\updates\journalviewer\enu\setup.exe /q /c:"msiexec /l* %SystemDrive%\netinst\logs\journalviewer.txt /i ""Microsoft Windows Journal Viewer.msi"" /qn"' >
<exit code="194" reboot="true" />
<exit code="1603" />
<exit code="3010" reboot="true" />
</install>
</package>