Difference between revisions of "Volo View Express"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(Autodesk Volo View Express)
(No difference)

Revision as of 13:43, 19 January 2007

This is a silent installer and deinstaller for Autodesk Volo View Express (free viewer for Autocad drawings), with log and removal of icon from all users profile desktop.

<?xml version="1.0" encoding="UTF-8"?>
<packages>
 <package
         id="voloviewexpress"
         name="Volo View Express 201"
         revision="1"
         priority="100">
         <check type="uninstall" condition="exists" path="Volo View Express" />
         <install cmd="msiexec /qb /i %SOFTWARE%\voloviewexpress.msi /L*v %TEMP%\VvInstall.log ACAD_SILENT_LICENSE=YES ADDLOCAL=ALL" />
         <install cmd='%COMSPEC% /c del "%ALLUSERSPROFILE%\Desktop\Volo View Express.lnk"' />
         <upgrade cmd="msiexec /qb /i %SOFTWARE%\voloviewexpress.msi /L*v %TEMP%\VvInstall.log ACAD_SILENT_LICENSE=YES ADDLOCAL=ALL" />
         <remove cmd="msiexec /qn /x %SOFTWARE%\voloviewexpress.msi" />
 </package>
</packages>