Changes
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…'
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.
<source lang="xml">
<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>
</source>
[[category:Silent Installers]]
[[category:Silent installers for Windows Hotfixes]]
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.
<source lang="xml">
<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>
</source>
[[category:Silent Installers]]
[[category:Silent installers for Windows Hotfixes]]