Difference between revisions of "Microsoft Windows Journal Viewer"
From WPKG | Open Source Software Deployment and Distribution
m |
m (add download link) |
||
Line 1: | Line 1: | ||
− | This is a silent installer for Microsoft Windows Journal Viewer. | + | 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 [http://www.microsoft.com/downloads/en/details.aspx?FamilyID=fad44098-8b73-4e06-96d4-d1eb70eacb44 here] | ||
<source lang="xml"> | <source lang="xml"> |
Revision as of 07:18, 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>