Difference between revisions of "Sketchup"
From WPKG | Open Source Software Deployment and Distribution
(Google Sketchup 7) |
(No difference)
|
Revision as of 07:56, 27 August 2009
This is a silent installer for Google SketchUp 7.
Google SketchUp 7 is a 3D Modeling / Easy CAD Application which can be downloaded here: [1]
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.
<?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>
Still to do :
- Suppress welcome screen
- Choose default template