Microsoft Snapshot Viewer

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search

A small program to view Microsoft Access snapshots.

For the installation to work silently, you need the version of snapshotviewer included in a hotfix described in KB885883. The hotfix can be downloaded at http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=885883&kbln=en-us. You need then to extract the hotfix so you have the snpvw.exe installer executable.

<package id="snapshotviewer"
	 name="Microsoft Snapshot Viewer" 
         revision="10.0" 
	 reboot="false"
	 priority="9">
	
	<check type="uninstall" condition="exists" path="Snapshot Viewer" />
	
	<install cmd='%SOFTWARE%\SnapshotViewer\snpvw.exe /Q' />

	<upgrade cmd='%SOFTWARE%\SnapshotViewer\snpvw.exe /Q' />

	<remove  cmd='%ProgramFiles%\Snapshot Viewer\Setup\setup.exe /T snap90.stf /UA /QNT' />
	<remove  cmd='%comspec% /c RD /S /Q "%ProgramFiles%\Snapshot Viewer"' />
</package>