Difference between revisions of "Microsoft Office Visio Viewer 2007"
From WPKG | Open Source Software Deployment and Distribution
m (add cat) |
|||
| Line 1: | Line 1: | ||
This is a silent installer and deinstaller for Microsoft Office Visio Viewer 2007. | This is a silent installer and deinstaller for Microsoft Office Visio Viewer 2007. | ||
| − | Download [ | + | Download [https://www.microsoft.com/de-de/download/details.aspx?id=35811] from microsoft, unpack it using winzip (or similar software). Save vviewer.msi and vviewer.cab in your software directory. |
<source lang="xml"> | <source lang="xml"> | ||
| − | + | <package id="visiovwr2k13" name="Microsoft Visio Viewer 2007" revision="1" reboot="false" priority="0"> | |
| − | <package | + | |
| − | + | <check type="logical" condition="or"> | |
| − | + | <check type="uninstall" condition="exists" path="Microsoft Office Visio Viewer 2013" /> | |
| − | + | <check type="uninstall" condition="exists" path="Microsoft Office Visio Professional 2013" /> | |
| − | + | <check type="uninstall" condition="exists" path="Microsoft Office Visio Professional 2010" /> | |
| − | + | </check> | |
| − | <check type="uninstall" condition="exists" path="Microsoft Office Visio Viewer | + | |
| − | <install cmd='msiexec /qb /i " | + | <install cmd='msiexec /qb /i "\\bunoteca\wpkg\packages\microsoft\visiovwr2k13\vviewer.msi"'/> |
| − | <remove cmd=' | + | <remove cmd='msiexec /qn /x "\\bunoteca\wpkg\packages\microsoft\visiovwr2k13\vviewer.msi"' /> |
| − | </package | + | </package> |
| − | + | ||
</source> | </source> | ||
| − | [[category:Silent Installers|Microsoft Office Visio Viewer | + | [[category:Silent Installers|Microsoft Office Visio Viewer 2013]] |
[[Category:Microsoft Office]] | [[Category:Microsoft Office]] | ||
Revision as of 16:22, 21 March 2016
This is a silent installer and deinstaller for Microsoft Office Visio Viewer 2007. Download [1] from microsoft, unpack it using winzip (or similar software). Save vviewer.msi and vviewer.cab in your software directory.
<package id="visiovwr2k13" name="Microsoft Visio Viewer 2007" revision="1" reboot="false" priority="0">
<check type="logical" condition="or">
<check type="uninstall" condition="exists" path="Microsoft Office Visio Viewer 2013" />
<check type="uninstall" condition="exists" path="Microsoft Office Visio Professional 2013" />
<check type="uninstall" condition="exists" path="Microsoft Office Visio Professional 2010" />
</check>
<install cmd='msiexec /qb /i "\\bunoteca\wpkg\packages\microsoft\visiovwr2k13\vviewer.msi"'/>
<remove cmd='msiexec /qn /x "\\bunoteca\wpkg\packages\microsoft\visiovwr2k13\vviewer.msi"' />
</package>