Difference between revisions of "Windows XP SP3"
From WPKG | Open Source Software Deployment and Distribution
(Windows XP Service Pack 3) |
m |
||
Line 1: | Line 1: | ||
− | Silent installer for Windows XP Service Pack 3 ( | + | Silent installer for Windows XP Service Pack 3 (Italian version in this case), checks uninstall information. |
Technet page for Service Pack 3: http://technet.microsoft.com/en-us/windowsxp/0a5b9b10-17e3-40d9-8d3c-0077c953a761.aspx | Technet page for Service Pack 3: http://technet.microsoft.com/en-us/windowsxp/0a5b9b10-17e3-40d9-8d3c-0077c953a761.aspx |
Revision as of 15:32, 7 May 2008
Silent installer for Windows XP Service Pack 3 (Italian version in this case), checks uninstall information.
Technet page for Service Pack 3: http://technet.microsoft.com/en-us/windowsxp/0a5b9b10-17e3-40d9-8d3c-0077c953a761.aspx
<package id="WinXP-SP3-ita" name="Windows XP Service Pack 3 (italian)" revision="1" reboot="true" priority="0">
<check type="uninstall" condition="exists" path="Windows XP Service Pack 3" />
<install cmd='%SOFTWARE%\ServicePacks\WindowsXP-KB936929-SP3-x86-ITA.exe /quiet /forcerestart'>
<exit code="0" />
<exit code="3010" />
</install>
</package>