Google SketchUp
From WPKG | Open Source Software Deployment and Distribution
Google SketchUp is a free and easy-to-use 3D modelling application.
Download the executable installer and extract it to get the MSI installer.
<package id="sketchup" name="Google SketchUp" revision="%version%" reboot="false" priority="50"> <variable name="version" value="8" /> <check type="uninstall" condition="exists" path="Google SketchUp %version%" /> <install cmd='msiexec /qn /i "%SOFTWARE%\sketchup\GoogleSketchUp%version%.msi"' /> <upgrade cmd='msiexec /qn /i "%SOFTWARE%\sketchup\GoogleSketchUp%version%.msi"' /> <remove cmd='msiexec /x{D22002ED-EE2A-4CB1-A63D-430E62A2E8D8} /qn /norestart' /> </package>