Changes

Jump to: navigation, search

MS Visio Viewer

1,210 bytes added, 22:03, 14 May 2020
Add Viewer 2016
== Visio Viewer 2016 ==
<source lang="xml">
<package
id="visioviewer"
name="Microsoft Visio Viewer"
revision="%PKG_VERSION%"
reboot="false"
priority="0">
<variable name="PKG_VERSION" value="16.0.4339.1001" />
<variable name="PKG_SOURCE" value="%SOFTWARE%\Microsoft\VisioViewer\%PKG_VERSION%\x86" architecture="x86" />
<variable name="PKG_SOURCE" value="%SOFTWARE%\Microsoft\VisioViewer\%PKG_VERSION%\x64" architecture="x64" />
<variable name="PKG_NAME" value="vviewer.msi" />
<variable name="PKG_INSTALL_SWITCH" value="/quiet /passive /norestart ALLUSERS=1 ACCEPTEULA=1 ASSOCIATE=1" />
 
 
<check type="uninstall" condition="exists" path="Microsoft Visio Viewer 2016" />
<install cmd='msiexec /i "%PKG_SOURCE%\%PKG_NAME%" %PKG_INSTALL_SWITCH%' />
<upgrade include='remove' />
<upgrade include='install' />
 
<remove cmd='wmic product where "name like &apos;%%Visio Viewer%%&apos;" call uninstall' />
 
</package>
</source>
 
Tested on Windows 10 and Viewer 16.
 
Or you can use remover from installer msi:
<source lang="xml">
<variable name="PKG_REMOVE_SWITCH" value="/quiet /passive /norestart" />
<remove cmd='msiexec /x %PKG_SOURCE%\%PKG_NAME% %PKG_REMOVE_SWITCH%' />
</source>
== Visio Viewer 2013 ==
74
edits

Navigation menu