Jump to content

Recommended Posts

  • 2 weeks later...
Posted
... for adding licence, untested so far.

Works perfectly, although I used InstEd to import the relevant registry settings (shown below) into the MSI. Much easier than Orca! :)

 

I have also attached the MST I created too.

 

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\Software\Google\Google Earth Pro]
"DisableDeactivation"=dword:00000001
"HideUserData"=dword:00000001
"Username"="[email protected]"
"Passport"="GEPFREE"
"AData"=hex:00,00,00,00,00,01,00,10,00,00,00,01,00,00,00,01,10,00,00,01,00,00,\
 00,01,00,00,00,01,00,04,00,2c,21,37,92,34,49,4e,a2,c0,d7,a8,1d,7a,b3,e3,05,\
 a6,64,92,93,a3,d3,89,81,a4,53,e1,3a,ea,97,0d,a1,3c,18,17,9b,88,3d,a4,87,f1,\
 39,95,64,6e,ad,9f,5b,15

Google Earth Pro v7.1.2.2041.mst

  • Thanks 1
Posted (edited)
I take it you can deploy this across the school site with just the one licence key?

I don't see why not.

 

Edit. I am using the GEPFREE license key in my MST above. The actual e-mail address doesn't matter so I used [email protected].

Edited by Arthur
Posted

From elsewhere:-

 

You no longer need to do the full sign up, just download and enter your email address and the License Key "GEPFREE".
I've not been able to test it, as my graphics card isn't up to it. New(ish) card already bought; need time to fit.
Posted
I haven't had any problems myself. Since deploying it yesterday in SCCM, it has been successfully installed on 110+ PCs with zero failures reported.
Posted
Still just get an Add Operation Failed, so weird, I go to Google Earth click 7.1, don't update, don't help, get an exe, run it, copy _something folder from %temp%, copy to server, try to add to a gpo, instantly Add Operation Failed. Any ideas? Tried on 2 servers, windows 2012 and windows 2012 r2.
Posted (edited)
Any ideas?

Do you still get the same error if you edit the MSI and remove all of the language codes except for 1033? i.e.

 

Tables menu » Summary Info...

 

http://a.pomf.se/wvotss.png

Edited by Arthur
  • Thanks 1
Posted
do you know what causes it?

Based on the article below I think it is caused by having too many language codes in the MSI...

 

www.hass.de/content/libreoffice-add-operation-failed-unable-extract-deployment-information-package

 

If the maximum length of the Languages field is 256 characters, this might explain why you receive an error since the Google Earth Pro MSI exceeds that number by 11 characters. To be 100% sure you'd have to check the Windows Installer SDK. :)

 

0,1033,3073,1026,1027,2052,1028,1050,1029,1030,1043,2057,1035,1036,1031,1032,1037,1038,1057,1040,1041,1042,1062,1063,1044,1045,1046,2070,1048,1049,3098,1051,1060,11274,13322,9226,5130,7178,12298,4106,3082,2058,6154,15370,10250,14346,8202,1034,1053,1054,1055,1058,1066

  • 6 months later...
  • 2 months later...
  • 2 months later...
Posted
Just in case anyone needs to deploy the latest version. This is what you need to do to extract the MSI from the EXE.

 

  1. Download the latest Google Earth Pro from here:
    https://dl.google.com/earth/client/advanced/current/GoogleEarthProWin.exe


  2. Install it on a PC or VM that doesn't currently have Google Earth. Go to the C:\Windows\Installer folder, sort by date modified column, find the Google Earth Pro MSI. It's approx. 30MB and will have a random name.
  3. Copy the MSI to a different location and rename it to something sensible. e.g. GoogleEarthPro.msi
  4. Download the MST attached to this post, rename it to GoogleEarthPro.mst, then deploy the MSI + MST using whatever method you normally use.

 

Is there a niche registry key for disabling the Start-Up Tips.

 

When another pupil logs in they get the tips for each new user, but only the once if they un tick the 'show tips' box.

  • Thanks 1
Posted
Is there a niche registry key for disabling the Start-Up Tips.

Setting this registry value will prevent the tips being shown on startup.

 

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Google\Google Earth Pro]
"enableTips"="false"

 

The following will minimize the tour guide (should you want to do that too?).

 

[HKEY_CURRENT_USER\Software\Google\Google Earth Pro\TourGuide\Filmstrip]
"Expanded"="false"

  • Thanks 3

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...