Changes

Sketchup

1,109 bytes removed, 16:05, 24 October 2016
Redirect to "Google SketchUp" (avoid page duplication + more up-to-date)
This is a silent installer for Google SketchUp 7. Google SketchUp 7 is a 3D Modeling / Easy CAD Application which can be downloaded hereSee page : [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]]
Anonymous user