Changes
Sketchup
,Google Sketchup 7
This is a silent installer for Google SketchUp 7.
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]]
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]]