Difference between revisions of "Sketchup"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(Google Sketchup 7)
 
(Redirect to "Google SketchUp" (avoid page duplication + more up-to-date))
 
Line 1: Line 1:
This is a silent installer for Google SketchUp 7.
+
See page : [[Google SketchUp]]
 
+
Google SketchUp 7 is a 3D Modeling / Easy CAD Application which can be downloaded here: [http://sketchup.google.com/]
+
 
+
The download file is an .exe that does not accept the default ''silent'' switches.  Run a manual install using the .exe on a test PC. It extracts the .msi to a temp file (see http://www.appdeploy.com/messageboards/tm.asp?m=42458) which can be used successfully as your instalaltion msi.
+
+
<source lang="xml">
+
 
+
<?xml version="1.0" encoding="UTF-8"?>
+
+
<packages>
+
+
<package
+
        id="Sketchup7"
+
        name="Google SketchUp7"
+
        revision="7"
+
        reboot="false"
+
        priority="10">
+
+
        <check type="uninstall" condition="exists" path="Google SketchUp 7" />
+
+
        <install cmd='msiexec /qn /i %SOFTWARE%\google\sketchup\GoogleSketchUp7.msi' />
+
<upgrade cmd='msiexec /qn /i %SOFTWARE%\google\sketchup\GoogleSketchUp7.msi' />
+
        <remove cmd='msiexec /qn /x %SOFTWARE%\google\sketchup\GoogleSketchUp7.msi' />
+
</package>
+
+
</packages>
+
</source>
+
 
+
Still to do :
+
# Suppress welcome screen
+
# Choose default template
+
 
+
 
+
[[Category:Silent Installers]]
+

Latest revision as of 16:05, 24 October 2016

See page : Google SketchUp