Buzzsaw
General Info
This is a silent installer and uninstaller for Autodesk ProjectPoint Buzzsaw 7. If you have a lower minor version of ProjectPoint 7 installed (7.x.xxxx.xx) it will be automatically removed before the updated ProjectPoint 7 installs.
Note: The command to silently uninstall ProjectPoint 6 is included because installing ProjectPoint 7 does not uninstall earlier major revisions such as ProjectPoint 6. If for some reason you want to have both versions installed remove that line.
<package id="buzzsaw" name="Autodesk ProjectPoint Buzzsaw 7" revision="1" reboot="false" priority="0">
<check type="file" condition="versiongreaterorequal"
path="%PROGRAMFILES%\ProjectPoint-7\ProjectPoint.exe" value="7.3.1838.31" />
<install cmd='"%SOFTWARE%\autodesk\ProjectPoint-BZ-EN.exe" /q2' />
<install cmd='%comspec% /c if exist "%PROGRAMFILES%\ProjectPoint-6\Setup.exe" "%PROGRAMFILES%\ProjectPoint-6\Setup.exe" /remove /q2' />
<upgrade cmd='"%SOFTWARE%\autodesk\ProjectPoint-BZ-EN.exe" /q2' />
<remove cmd='"%PROGRAMFILES%\ProjectPoint-7\Setup.exe" /remove /q2' />
</package>