glev26 Posted July 12, 2011 Posted July 12, 2011 Hi All, does anyone have the latest version of Google Earth as a MSI. I need to send it round my network. I have tried extracting it during an install but cant seam to get it right. Thank.
cromertech Posted July 12, 2011 Posted July 12, 2011 I've just downloaded it. It looks like it needs a bit of tweaking before deployment to set the language. I remember having to do this with quicktime when I used to have that deployed. If you want to get it from me let me know I'll pm the link.
simpsonj Posted July 12, 2011 Posted July 12, 2011 Anyone managed to disable Flight Simulator mode? Causing one or two students to go off task...
36Degrees Posted July 12, 2011 Posted July 12, 2011 Anyone managed to disable Flight Simulator mode? Causing one or two students to go off task... Create a shutdown VBS script with the following in: Set objFSO = CreateObject("Scripting.FileSystemObject") If objFSO.FileExists("C:\Program Files\Google\Google Earth\client\res\flightsim\flightsim.ini") Then objFSO.DeleteFile("C:\Program Files\Google\Google Earth\client\res\flightsim\flightsim.ini") End If 1
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now