Difference between revisions of "Windows Search"
From WPKG | Open Source Software Deployment and Distribution
(Silent Installer for Windows Search 4.0) |
(No difference)
|
Revision as of 00:43, 10 December 2009
Silent installer for Windows Search 4.0.
WPKG Package
<!-- http://support.microsoft.com/kb/940157 -->
<package id="winsearch" name="Windows Search 4.0" revision="1" reboot="false" priority="10">
<check type="uninstall" condition="exists" path="Windows Search 4.0" />
<install cmd='"%SOFTWARE%\microsoft\WindowsSearch-KB940157-XP-x86-enu.exe" /quiet /norestart' />
<upgrade cmd='"%SOFTWARE%\microsoft\WindowsSearch-KB940157-XP-x86-enu.exe" /quiet /norestart' />
<remove cmd='"%WINDIR%\$NtUninstallKB940157$\spuninst\spuninst.exe" /quiet /norestart' />
</package>