Difference between revisions of "Microsoft Snapshot Viewer"
From WPKG | Open Source Software Deployment and Distribution
(Created page with '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 [http://suppo…') |
|||
Line 1: | Line 1: | ||
A small program to view Microsoft Access snapshots. | 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 [http://support.microsoft.com/kb/885883 KB885883]. The hotfix can be downloaded at http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=885883&kbln=en-us. | + | For the installation to work silently, you need the version of snapshotviewer included in a hotfix described in [http://support.microsoft.com/kb/885883 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. |
<source lang="xml"> | <source lang="xml"> |
Latest revision as of 10:51, 12 January 2010
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>