From WPKG | Open Source Software Deployment and Distribution
|
|
| Line 1: |
Line 1: |
| − | This is a silent installer and deinstaller for Microsoft Office Visio Viewer 2007.
| + | #REDIRECT [[MS Visio Viewer]] |
| − | 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">
| + | |
| − | <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>
| + | |
| − | </source>
| + | |
| − | | + | |
| − | | + | |
| − | [[category:Silent Installers|Microsoft Office Visio Viewer 2013]] | + | |
| − | [[Category:Microsoft Office]]
| + | |
Latest revision as of 20:23, 14 May 2020