Jump to content
  • entries
    27
  • comments
    29
  • views
    464

Google Sketchup 8 on CC4


From sparkeh.net

 

So if you have tried to install Sketchup 8 on CC4 you might have come across the following problems:

  1. Annoying auto update
  2. Setting the default template for students
  3. Annoying welcome screen
  4. Probably the most important: it crashes if a non-admin user is the first to run it.

1 and 2 are easily solved with the following reg frag:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Google\SketchUp8\Preferences]

"DefaultTemplate"="C:\\Program Files (x86)\\Google\\Google SketchUp 8\\Resources\\en-US\\Templates\\Temp01b - Simple.skp"

"CheckForUpdates"=dword:00000000

and 3 is easily solved with this one:

Windows Registry Editor Version 5.00

"ShowOnStartup"=dword:00000000

[HKEY_CURRENT_USER\Software\Google\SketchUp8\WelcomeDialog]

The reason for the non-admin crash is that on the first run of Sketchup a folder is created at c:\programdata\google\google sketchup8 which non-admins are not permitted to do. To solve this I just created a package that adds the right folder after the Sketchup install.

Edited by sparkeh

0 Comments


Recommended Comments

There are no comments to display.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...