Difference between revisions of "Google SketchUp"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m (Created page with "[http://sketchup.google.com/ Google SketchUp] is a free and easy-to-use 3D modeling application. Download the executable installer and extract it to get the MSI installer. <sou...")
(No difference)

Revision as of 18:53, 19 April 2011

Google SketchUp is a free and easy-to-use 3D modeling 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>