Difference between revisions of "Microsoft Windows Journal Viewer"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
m
Line 4: Line 4:
 
  <!-- 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' />
  <install cmd='\\server\share\updates\journalviewer\enu\setup.exe /q /c:"msiexec /l* %SystemDrive%\netinst\logs\journalviewer.txt /i ""Microsoft Windows Journal Viewer.msi"" /qn"' >
+
  <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="194" reboot="true" />
 
  <exit code="1603" />
 
  <exit code="1603" />

Revision as of 20:13, 2 October 2006

This is a silent installer for Microsoft Windows Journal Viewer.

<package id="journalview2k" name="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>