152
edits
Changes
Added uninstallation command line switches, a screenshot of the English version would be appreciated
<exit code="3010" />
</install>
<remove cmd='%WINDIR%\$NtServicePackUninstall$\spuninst\spuninst.exe /quiet /forcerestart'>
<exit code="0" />
<exit code="3010" />
</remove>
</package>
</packages>
</source>
Still to be investigated which is the best command line switches combination. Available command line switches are:
/log:<full path>
</pre>
UninstallString string value in the registry key "HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall\Windows XP Service Pack" reports "c:\windows\$NtServicePackUninstall$\spuninst\spuninst.exe", didn't check if it works as expected.
Spuninst.exe available command line switches are:
<pre>
/help
/quiet
/passive
/norestart
/forcerestart
/warnrestart[:<seconds>]
/promptrestart
/forceappsclose
/log:<full path>
</pre>
[[Category: Silent Installers]]
[[Category: Silent installers for Windows Hotfixes]]