Changes

Jump to: navigation, search

Windows Installer

784 bytes added, 19:29, 13 April 2012
no edit summary
There is a 4.5 version for Vista, XP and Server 2003 available for download in [http://www.microsoft.com/download/en/details.aspx?id=8483 http://www.microsoft.com/download/en/details.aspx?id=8483]
 
Is this right?
<source lang="xml">
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package id="windows_installer" name="Microsoft Windows Installer" revision="4.5.0" priority="100" os="professional.+5\.1\.\d{4}" architecture="x86">
<check type="uninstall" condition="exists" path="(KB942288-v3)" />
<install os="professional.+5\.1\.\d{4}" architecture="x86" cmd='"%SOFTWARE%\Microsoft\windows\WindowsXP-KB942288-v3-x86.exe" /quiet /norestart' />
<upgrade os="professional.+5\.1\.\d{4}" architecture="x86" cmd='"%SOFTWARE%\Microsoft\windows\WindowsXP-KB942288-v3-x86.exe" /quiet /norestart' />
<remove os="professional.+5\.1\.\d{4}" architecture="x86" cmd='"%WINDIR%\$NtUninstall_KB942288-v3$\spuninst\spuninst.exe" /quiet /norestart' />
</package>
</packages>
</source>
 
 
[[Category:Silent Installers]]
[[Category:MSI]]
Anonymous user

Navigation menu