Difference between revisions of "Microsoft Windows Journal Viewer"
From WPKG | Open Source Software Deployment and Distribution
m (add download link) |
m (add cat) |
||
Line 14: | Line 14: | ||
</package> | </package> | ||
</source> | </source> | ||
+ | |||
[[Category:Silent Installers]] | [[Category:Silent Installers]] | ||
+ | [[Category:Microsoft software]] |
Latest revision as of 14:24, 1 April 2011
This is a silent installer for Microsoft Windows Journal Viewer. Microsoft Windows Journal Viewer is a reader for Microsoft Windows Journal documents, present in some Tablet PCs.
You can download it from here
<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>