+ Reply to Thread
Results 1 to 10 of 10

Thread: Help! - Deploying Google Earth as a GPO

  Share/Bookmark
  1. #1

    Reputation
    jzepeda's Avatar
    Join Date
    Oct 2009
    Location
    California
    Posts
    9
    Thank Post
    1
    Thanked 1 Time in 1 Post
    Rep Power
    0

    Default Help! - Deploying Google Earth as a GPO

    Hello,

    I understand that there are posts similar to this one open already, but none answer what my questions is.
    This is my scenario,

    I need to install the newest version of Google Earth (Free Version) on several student computers. I tried developing a MSI package using WinInstall LE, but no luck. I've deployed other programs through AD as a GPO, but usually the MSI packages are already built for me. Anyone know where I could find a MSI package for the latest version of Google Earth? If not, a good free program to create MSI packages? Thanks very much in advance.

  2. Thanks to jzepeda from:

    Trapper (17-11-2009)

  3. #2

    Reputation Reputation Reputation Reputation Reputation Reputation Reputation Reputation Reputation Reputation Reputation Reputation Reputation
    AngryTechnician's Avatar
    Join Date
    Oct 2008
    Posts
    1,361
    Thank Post
    234
    Thanked 374 Times in 225 Posts
    Rep Power
    78

    Default

    1. Go to Google Earth - Advanced setup
    2. Pick your version
    3. Untick 'Allow Google Earth to automatically install recommended updates.' (Optional, but recommended IMO)
    4. Click 'Agree and Download' and save the .exe file that you are offered.
    5. Extract the contents of the .exe using 7-Zip (other package extractors probably do it but I always use this one
    6. The MSI is in the extracted files, ready to deploy.

  4. 3 Thanks to AngryTechnician:

    Heebeejeebee (07-11-2009), rh91uk (18-08-2010), Trapper (17-11-2009)

  5. #3

    Reputation

    Join Date
    Oct 2009
    Location
    Connecticut
    Posts
    22
    Thank Post
    0
    Thanked 2 Times in 2 Posts
    Rep Power
    2

    Default

    Quote Originally Posted by AngryTechnician View Post
    1. Go to Google Earth - Advanced setup
    2. Pick your version
    3. Untick 'Allow Google Earth to automatically install recommended updates.' (Optional, but recommended IMO)
    4. Click 'Agree and Download' and save the .exe file that you are offered.
    5. Extract the contents of the .exe using 7-Zip (other package extractors probably do it but I always use this one
    6. The MSI is in the extracted files, ready to deploy.
    We're not interested in updating yet. But are there similar issues in the MSI that there were in the 5.0 edition? Numerous people I know had to edit the MSI with a transform to make it work.

  6. #4

    Reputation
    jzepeda's Avatar
    Join Date
    Oct 2009
    Location
    California
    Posts
    9
    Thank Post
    1
    Thanked 1 Time in 1 Post
    Rep Power
    0

    Default

    I will try your solution using 7-Zip. Thank you! I will reply again once I have tested to see how it worked out.

  7. #5

    Reputation Reputation Reputation Reputation Reputation Reputation Reputation Reputation Reputation Reputation Reputation Reputation Reputation
    AngryTechnician's Avatar
    Join Date
    Oct 2008
    Posts
    1,361
    Thank Post
    234
    Thanked 374 Times in 225 Posts
    Rep Power
    78

    Default

    Quote Originally Posted by willv28 View Post
    But are there similar issues in the MSI that there were in the 5.0 edition? Numerous people I know had to edit the MSI with a transform to make it work.
    No issues whatsoever that I encountered. The only transform I used was one to move the shortcuts to a different folder on the Start Menu than the default, purely for cosmetic reasons.

  8. Thanks to AngryTechnician from:

    dwhyte85 (10-11-2009)

  9. #6

    Reputation
    jzepeda's Avatar
    Join Date
    Oct 2009
    Location
    California
    Posts
    9
    Thank Post
    1
    Thanked 1 Time in 1 Post
    Rep Power
    0

    Default

    Hi AngryTechnician,

    First. Thank You! for your quick reply. I tried your suggested solution for two programs that I need to deploy, Google Earth 5.0 and Google Sketch-up. Your solution worked flawlessly for Sketch-up, but not for Google.

    The error I am getting is when selecting the package under the group policy object and it states,

    'Add operation failed. Unable to extract deployment information from the package. Run validation on the package to ensure that the package is correct.'

    Any help is appreciated. Thanks in advance.

  10. #7

    Reputation
    Reputation Reputation Reputation Reputation Reputation Reputation Reputation Reputation
    Michael's Avatar
    Join Date
    Dec 2005
    Location
    Birmingham
    Posts
    5,115
    Thank Post
    104
    Thanked 749 Times in 570 Posts
    Rep Power
    150

    Default

    You can download the Google Earth 5.1 MSI here from my website

  11. Thanks to Michael from:

    joe90bass (13-04-2010)

  12. #8

    Reputation
    jzepeda's Avatar
    Join Date
    Oct 2009
    Location
    California
    Posts
    9
    Thank Post
    1
    Thanked 1 Time in 1 Post
    Rep Power
    0

    Default

    Quote Originally Posted by Michael View Post
    You can download the Google Earth 5.1 MSI here from my website
    Thank You! Very very much! This is kind of what I was looking for. Unfortunately, the same issue still persists. any ideas on what could be wrong?

  13. #9

    Reputation

    Join Date
    Jun 2009
    Location
    East Renfrewshire
    Posts
    44
    Thank Post
    0
    Thanked 9 Times in 8 Posts
    Rep Power
    4

    Default

    jzepeda...

    This part is lifted from:

    appdeploy.com]packages]detail.asp?id=1482

    (replace the ] with /)


    (I can't post URLs)


    by AngryTechnician

    To deploy the .msi package using Group Policy, a minor modification is needed. If you attempt to deploy the original .msi, you may receive the error message "Unable to extract deployment information from the package. Run validation on the package to ensure that the package is correct."

    This appears to be because of erroneous data in the Languages field in the .msi Summary Information. I had to open the .msi in Orca, go to the "View" > "Summary Information menu", and edit the Languages field so that it only contained 1033 (the language ID for US English). Only then would it successfully deploy.


    Alternatively, I use:

    msiexec /i "Google Earth.msi" TRANSFORMS="1033.mst" - don't know if that's applicable to GPO (we don't use that).

    Any help?

    Gerard

  14. Thanks to gerardsweeney from:

    jzepeda (02-12-2009)

  15. #10

    Reputation
    jzepeda's Avatar
    Join Date
    Oct 2009
    Location
    California
    Posts
    9
    Thank Post
    1
    Thanked 1 Time in 1 Post
    Rep Power
    0

    Default

    Gerard,

    Thank You so very very much! Your strategy worked! I was able to add the package to the GPO and deploy it successfully. Thank You again! and thanks to everyone who replied to this post with your suggestions!

    Happy Holidays!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. Google Earth
    By Hightower in forum General Chat
    Replies: 6
    Last Post: 02-10-2009, 12:48 PM
  2. Google earth
    By tbutcher in forum Educational Software
    Replies: 3
    Last Post: 03-09-2009, 08:50 AM
  3. Google Earth 4.3
    By sippo in forum Educational Software
    Replies: 4
    Last Post: 09-02-2009, 09:39 PM
  4. Google earth goes 4d
    By Geoff in forum General Chat
    Replies: 1
    Last Post: 13-11-2006, 07:40 PM
  5. Google Earth
    By ninjabeaver in forum Downloads
    Replies: 26
    Last Post: 14-07-2005, 02:55 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts