Difference between revisions of "Buzzsaw"
From WPKG | Open Source Software Deployment and Distribution
m |
m |
||
Line 7: | Line 7: | ||
<source lang="xml"> | <source lang="xml"> | ||
<package id="buzzsaw" name="Autodesk ProjectPoint Buzzsaw 7" revision="1" reboot="false" priority="0"> | <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" /> | + | <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='"%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' /> | <install cmd='%comspec% /c if exist "%PROGRAMFILES%\ProjectPoint-6\Setup.exe" "%PROGRAMFILES%\ProjectPoint-6\Setup.exe" /remove /q2' /> |
Latest revision as of 22:09, 5 February 2008
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>