Google SketchUp
This is for Google Sketchup v3.0.3117 Turn off updates:[HKEY_CURRENT_USER\Software\Google\SketchUp8\Preferences]"CheckForUpdates"=dword:00000000 Turn Off Welcome dialogue:[HKEY_CURRENT_USER\S… Read More
after sequencing SketchUp i recieved an error (o.skb access denied), the only sollution that worked for me: Right-click on the application icon click on properties By start in, type: %USER… Read More
I have published a script for deploying Sketchup on my blog located here: http://mickitblog.blogspot.com/2012/07/trimble-sketchup-installation-script.html Read More
To find the msi you can also run procmon and the installer at the same time. Just watch file changes and filter on the name of the installer. You can also filter 'catagory contains write'. Read More
To get MSI from EXE you can do following: * Run exe file and wait till load (don't press next) * Access %TEMP% * Mark all in %TEMP% to delete and delete.. * In %TEMP% folder you can't delete yo… Read More
msiexec /i \\servername\GoogleSketchUp8.msi /q LicenseAccepted=1 INSTALLGOOGLETOOLBAR=0 SETDEFAULTSEARCH=0 Works like a charm tested it on Windows XP and 7. GoogleSketchup 8.0.4811 Read More
- INSTRUCTIONS FOR REMOVING OLD VERSIONS Copy the following to a batch file to remove version 7: rem Uninstall old versions @echo off echo Remove old versions of Google Sketchup echo Remov… Read More
I was able to extract the .msi from the .exe using WinRar, then deploy it silently using /i /qn. Read More
Can't see any useful command-lines with "/?" (hardly a surprise these days), but the MSI ends up in the following location (thereabouts) on Windows 7 when you double-click the EXE: C:\Users\use… Read More
Google SketchUp Pro 8.x is an .EXE that contains an .MSI installer. You can use the same command-line params as for 7.x or put them in the Property table of a MST/Transform. Read More
THIS IS FOR THE FREE VERSION If you don't want to repackage - you can deploy the setup executable. Create a setup.iss file. Copy the installation and the iss file to a network share. "\\netwo… Read More
To get Layout working correctly, install the legacy installer and get the product code from; HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall Then match your custom msi product code to … Read More
start /wait googlesketchupPROwen.exe /a /s /sms /f1"%CD%\setup.iss" /f2"%temp%\setup.log" <installs google sketchup pro using the pre-made iss file> copy SketchUp.exe "c:\Program Files\Google\… Read More
The current (March 08) installer is in reality 4 installers in one and a surprise package. To get a truely silent install (no windows) you need to unpack. 1. GoogleSketchUpWEN.exe -> disk1\set… Read More
Google Sketchup doesn't come in an MSI file so I used WinInstall LE to repackage the EXE file. Then I created a new MSI file with the server.dat (which includes the location of the license file… Read More