Changes

Jump to: navigation, search

Windows Installer

43 bytes added, 08:01, 22 August 2008
m
no edit summary
<source lang="xml">
<?xml version="1.0" encoding="UTF-8"?>
<package
id="windows_installer_3"
<check type="uninstall" condition="exists" path="Windows XP Service Pack 3" />
</check>
<install cmd='"%SOFTWARE%\msi\WindowsInstaller-KB893803-v2-x86.exe " /quiet /norestart' >
<exit code="194" reboot="true" />
<exit code="1603" />
<exit code="3010" reboot="true" />
</install>
<remove cmd='"C:\WINNT%WINDIR%\$MSI31Uninstall_KB893803v2$\spuninst\spuninst.exe " /quiet /norestart" ' />
</package>
</source>
[[Category:Silent Installers]]

Navigation menu