Difference between revisions of "MS Visio 2003"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
 
m
Line 3: Line 3:
 
<blockquote style="background: white; border: 1px solid black; padding: 1em;">
 
<blockquote style="background: white; border: 1px solid black; padding: 1em;">
 
     <package<br>
 
     <package<br>
         id="msoffice2003"<br>
+
         id="msvisio2003"<br>
         name="Microsoft Office 2003"<br>
+
         name="Microsoft Visio 2003"<br>
 
         revision="1"<br>
 
         revision="1"<br>
 
         reboot="true"<br>
 
         reboot="true"<br>

Revision as of 10:33, 5 August 2005

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 "\\server\Admin\MSI\MS Visio 2003\vispro.msi" /q allusers=1 ADDLOCAL=ALL'>
<exit code="0" />
</install>

<remove cmd='MsiExec.exe /q /x{90510407-6000-11D3-8CFE-0150048383C9}' />

<upgrade cmd="" />

</package>