MSFN Forum: Silent switches for Google Earth - MSFN Forum

Jump to content


Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Silent switches for Google Earth Rate Topic: -----

#1 User is offline   ckislam 

  • Islam Adel
  • PipPip
  • Group: Members
  • Posts: 142
  • Joined: 04-September 05
  • OS:Windows 7 x64
  • Country: Country Flag

  Posted 08 February 2007 - 05:07 PM

anybody knows the silent switches for Google Earth ?


#2 User is offline   ckislam 

  • Islam Adel
  • PipPip
  • Group: Members
  • Posts: 142
  • Joined: 04-September 05
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 09 February 2007 - 04:28 AM

I found them here, here is the code i used for the batch file in TGUP:

set ans="%temp%\setup.iss"

rem genareate ans_file

echo [InstallShield Silent]>%ans%
echo Version=v7.00 >>%ans%
echo File=Response File>>%ans%
echo [File Transfer]>>%ans%
echo OverwrittenReadOnly=NoToAll>>%ans%
echo [{3DE5E7D4-7B88-403C-A3FD-2017A8240C5B}-DlgOrder]>>%ans%
echo Dlg0={3DE5E7D4-7B88-403C-A3FD-2017A8240C5B}-SdWelcome-0 >>%ans%
echo Count=5 >>%ans%
echo Dlg1={3DE5E7D4-7B88-403C-A3FD-2017A8240C5B}-SdLicense2Rtf-0 >>%ans%
echo Dlg2={3DE5E7D4-7B88-403C-A3FD-2017A8240C5B}-SetupType2-0 >>%ans%
echo Dlg3={3DE5E7D4-7B88-403C-A3FD-2017A8240C5B}-SdStartCopy2-0 >>%ans%
echo Dlg4={3DE5E7D4-7B88-403C-A3FD-2017A8240C5B}-AskOptions-0 >>%ans%
echo [{3DE5E7D4-7B88-403C-A3FD-2017A8240C5B}-SdWelcome-0]>>%ans%
echo Result=1 >>%ans%
echo [{3DE5E7D4-7B88-403C-A3FD-2017A8240C5B}-SdLicense2Rtf-0]>>%ans%
echo Result=1 >>%ans%
echo [{3DE5E7D4-7B88-403C-A3FD-2017A8240C5B}-SetupType2-0]>>%ans%
echo Result=304 >>%ans%
echo [{3DE5E7D4-7B88-403C-A3FD-2017A8240C5B}-SdStartCopy2-0]>>%ans%
echo Result=1 >>%ans%
echo [Application]>>%ans%
echo Name=Google Earth>>%ans%
echo Version=4.0.2737 >>%ans%
echo Company=Google>>%ans%
echo Lang=0009 >>%ans%
echo [{3DE5E7D4-7B88-403C-A3FD-2017A8240C5B}-AskOptions-0]>>%ans%
echo Result=1 >>%ans%
echo Sel-0=0 >>%ans%

rem end answer file


echo Installing Google Earth..
echo.
start /wait "Google Earth Setup" "GoogleEarth.exe" /s /f1"%ans%" /SMS


#3 User is offline   NOTS3W 

  • Member
  • PipPip
  • Group: Members
  • Posts: 117
  • Joined: 19-April 07

  Posted 07 July 2007 - 12:21 PM

@ckislam:

Yours seems to be the only thread regarding Google Earth 4. I hope you're still around.

Does your script leave a shortcut to Google Earth on your desktop? When I use your iss file, I see a shortcut get created on the desktop then, just before the installation completes, it disappears.

The shortcut remains after a manual installation. It only disappears when I use the iss file.

I created my own setup.iss file using the /r switch to capture the responses and to be sure it wasn't a machine dependent problem, but I get a file that's identical to what you are writing with the echo statements, and the results are the same: no desktop icon.

The exe I downloaded is named GoogleEarthWin.exe (not GoogleEarth.exe as you show) but the versions are exactly the same.

Ray

#4 User is offline   ckislam 

  • Islam Adel
  • PipPip
  • Group: Members
  • Posts: 142
  • Joined: 04-September 05
  • OS:Windows 7 x64
  • Country: Country Flag

  Posted 07 July 2007 - 12:34 PM

i think you have to remove the shortcut with the del command. but this iss file worked only for the 4.0 version. I don't know why it doesn't work anymore for 4.1 !!!

#5 User is offline   NOTS3W 

  • Member
  • PipPip
  • Group: Members
  • Posts: 117
  • Joined: 19-April 07

Posted 07 July 2007 - 09:21 PM

I'm using the same version you referred to in your code block: 4.0.2737. That's why I was wondering if the desktop shortcut disappears as it does for me when you install with your routine. I usually delete the desktop shortcut after installing each application, but in this case, I wanted the desktop shortcut and it's the only one that's disappearing during install. Very frustrating.

Good to know you're still here.

Thanks.

Ray

#6 User is offline   RaGhul 

  • XP Tweaker
  • PipPip
  • Group: Members
  • Posts: 163
  • Joined: 22-December 06
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 30 July 2007 - 09:49 AM

Hi guys.

I just made myself a switchless installer that seems to work pretty well, and installs fast. I Googled alot, then figured this out:

1) Download Google Earth, obviously.
2) Install using the "/a" switch (administrative install). It will ask you where you want the files to go. I suggest "C:\GE4", but it doesn't matter. Just remember where they went.
3) Go to the folder. You'll see an .msi file, and a folder named "program files". Use 7zip to archive the folder, the .msi, and msistub.
4) Now, just make a 7zip Self-Extracting Installer like you normally do.

Here's keytotome's tutorial which will fill in the blanks for me:
http://www.ryanvm.ne...pic.php?p=51508

Hope that helps you guys out. ;)

#7 User is offline   Fenix999 

  • Group: Members
  • Posts: 3
  • Joined: 01-September 07

Posted 22 September 2007 - 08:52 AM

I just use the switch : Gogle_Earth.msi /qn /qb after extract the file
and it work fine for me
Post me if i'm wrong
I used Gogle Earth 4.2 beta :)

#8 User is offline   ckislam 

  • Islam Adel
  • PipPip
  • Group: Members
  • Posts: 142
  • Joined: 04-September 05
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 29 September 2007 - 08:03 AM

I used this switch without extraction and it works well.


/S/v/qn /V"/qb"



To define custom installation Language, add /L"Lang-ID"

For English for example use:

/S/v/qn /V"/qb" /L"1033"


For German use:

/S/v/qn /V"/qb" /L"1031"


To see a list of other languages visit this url

#9 User is offline   deadbug 

  • Member
  • PipPip
  • Group: Members
  • Posts: 102
  • Joined: 30-June 05

Posted 18 January 2009 - 05:52 PM

View Postckislam, on Sep 29 2007, 02:03 PM, said:

I used this switch without extraction and it works well.


/S/v/qn /V"/qb"



Thanks.

I can report that it still works well with 4.2.0205.5730 but you must remember to leave a space before the /V"/qb" otherwise the installation will no longer be silent. (Thank heavens for virtual machines :sneaky: )

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy