Currently, I am installing Google SketchUp v8 using this path, which was mentioned from Google SketchUp v7 info:
GoogleSketchUp8.msi LicenseAccepted=1 INSTALLGOOGLETOOLBAR=0 SETDEFAULTSEARCH=0 /qn /norestart
This has worked. Now I need to find a way to disable the update. According to Google SketchUp v7 info, it states:
HKCU\Software\Google\Preferences\CheckForUpdates=0
HKCU\Software\Google\Preferences\UpdateDefaultOn=0
But v8 does not use it... it's inside the
HKEY_USERS\<UNIQUE ID OF USER>\Software\Google\SketchUp8
Has anyone found a way to disable the update during installation?
Thanks,
Google SketchUp v8 Install
0 Comments
[ + ] View comments
Answers
Rating comments in this legacy AppDeploy message board thread won't reorder them,so that the conversation will remain readable.
HKEY_USERS\<UNIQUE ID OF USER> mirrors users configuration in HKCU, its better to look for the values in HKCU\Software\Google\SketchUp8
This looks like a job for ActiveSetup or msi self-healing. Add the keys to the MSI (HKEY_CURRENT_USER) and either make an advertised shortcut or add the necessary ActiveSetup keys.
PJ

Please log in to comment