Difference between revisions of "MS Visio 2003"
From WPKG | Open Source Software Deployment and Distribution
m |
m |
||
Line 1: | Line 1: | ||
This is a silent installer and uninstaller for MS Visio 2003 in MSI format. | This is a silent installer and uninstaller for MS Visio 2003 in MSI format. | ||
− | + | <package | |
− | <package | + | id="msvisio2003" |
− | id="msvisio2003" | + | name="Microsoft Visio 2003" |
− | name="Microsoft Visio 2003" | + | revision="1" |
− | revision="1" | + | reboot="true" |
− | reboot="true" | + | priority="0"> |
− | priority="0" | + | <check type="uninstall" condition="exists" path="Microsoft Office Visio Professional 2003" /> |
− | <check type="uninstall" condition="exists" path="Microsoft Office Visio Professional 2003" / | + | |
− | + | <install cmd='msiexec /i "%SOFTWARE%\MS Visio 2003\vispro.msi" /q allusers=1 ADDLOCAL=ALL'> | |
− | <install cmd='msiexec /i " | + | |
− | + | <remove cmd='MsiExec.exe /q /x{90510407-6000-11D3-8CFE-0150048383C9}' /> | |
− | + | ||
− | + | ||
− | <remove cmd='MsiExec.exe /q /x{90510407-6000-11D3-8CFE-0150048383C9}' / | + | |
− | + | ||
− | + | ||
− | + | ||
</package><br> | </package><br> | ||
− | |||
− | [[category:Silent Installers | + | [[category:Silent Installers]] |
Revision as of 20:07, 2 October 2006
This is a silent installer and uninstaller for MS Visio 2003 in MSI format.
<package id="msvisio2003" name="Microsoft Visio 2003" revision="1" reboot="true" priority="0"> <check type="uninstall" condition="exists" path="Microsoft Office Visio Professional 2003" /> <install cmd='msiexec /i "%SOFTWARE%\MS Visio 2003\vispro.msi" /q allusers=1 ADDLOCAL=ALL'> <remove cmd='MsiExec.exe /q /x{90510407-6000-11D3-8CFE-0150048383C9}' /> </package>