Changes

Google SketchUp

730 bytes added, 18:53, 19 April 2011
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..."
[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.

<source lang="xml">
<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>
</source>

[[Category:Silent Installers]]