/build/static/layout/Breadcrumb_cap_w.png

Google Toolbar for Internet Explorer

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login
Views: 6.7k  |  Created: 09/20/2010

Average Rating: 0
Toolbar for Internet Explorer has 4 inventory records, 4 Questions, 0 Blogs and 8 links. Please help add to this by sharing more!

Deployment Tips (7)

Most Common Setup Type
Not Determined
Average Package Difficulty Rating
Rated 2 / 5 (Somewhat Easy) based on 5 ratings
Most Commonly Reported Deployment Method
Repackaged (to a setup.msi)
117
Command Line
You can use the following switches to control Internet Explorer Setup:

/Q
Specifies a quiet "hands-free" mode. The user is prompted for information that is not specified.

/Q:A
Specifies a quiet mode with no user prompts.

/Q:C
Specifies a quiet mode with the Cancel button not displayed, so the user cannot cancel Setup. The Internet Explorer 6 Customization Wizard uses this switch if you select the Install package silently option when you are installing as a corporate administrator.

/B:filename
Specifies the batch script file to use.

/M[:{0|1|2|3...10}]
Specifies the installation mode. For customized IEAK packages, 0 refers to the first installation choice, 1 refers to the second choice, and so on (for example, 0=minimal, 1=typical, 2=full). You can specify up to 10 installation modes in the IEAK.
If the /M switch is used without a number, Setup assumes no mode and installs only the specified components. If this switch is not used, Setup uses the default mode specified in the .inf file.

/E:ComponentID[, ...]
Specifies extra components to be installed regardless of the installation mode. Use this switch to specify components that are not a part of the installation type you specified in the Customization Wizard. This switch also overrides settings in the batch text file, if used. The ComponentID is a string that uniquely identifies a component; you can find the corresponding string in the component sections of the Iesetup.cif file.
/S:""#e"" Designates the source path of Ie5setup.exe. The ""#e"" refers to the full path and name of the .exe file. Note: The path must be surrounded by two pairs of double quotation marks.

/R:N
Suppresses restarting the computer after installation. If you suppress restarting after the conclusion of Windows Update Setup, the installation of your custom component must restart the computer. Internet Explorer is not configured correctly until the computer is restarted.

/D
Specifies that you want to download only the files for the current operating system.

/D:1
Specifies that you want to download files for Microsoft Windows and Windows NT operating systems.

/G:section[, ...]
Runs specified installation sections in Iesetup.inf. Separate sections with commas.

/X
Installs Internet Explorer without the shell, icons, or links. This option is useful for hosting browser controls in your own application.

/X:1
Installs Internet Explorer with the shell, icons, or links, but does not take over default browser or http protocol associations.

/P
Reports the required component and disk space cost for an installation. This option enables you to see how much disk space is used based on the installation options selected.

Source: IEAK Online: Reference Chapter
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
117
Security
If you deploy your package with the User Rights deployment option on computers running Microsoft Windows 2000, after the computers are restarted, all members of the user group to which you deployed the package receive a prompt indicating that Internet Explorer is not the default browser. This prompt appears even if you select the option in the Customization Wizard to make Internet Explorer the default browser. Also, attempts to set Internet Explorer as the default browser on the computers do not succeed. This behavior continues to occur until users with administrative rights log on to the computers.

During the implementation of the User Rights deployment option, the RunOnceEx registry key is moved to the RunOnceTemp registry key, and this key is registered in the Windows Installer with the Execute with Elevated Permissions option enabled. During the registration, Shdocvw.dll is registered through its DLLRegister and DLLInstall internal functions. One of the functions of these registry keys is to set up the file associations in HKEY_CLASSES_ROOT for HTMLFILE and MTHTMLFILE associations. Because of this registration design, if these keys existed, Internet Explorer will not be selected as the default browser. This design prevents Internet Explorer from replacing a competitor's browser as the default browser when users install a program that required the installation of Internet Explorer.

Source: IEAK: User Rights Deployment on Microsoft Windows 2000
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
117
Command Line
=========================
Deployment of SP1 for IE6
=========================
-> SP1 only (not IE6 including SP1!)
-> Clients don't need any internet connection to Microsoft

1. On admin computer download SP1 for IE6 from here (= download ie6setup.exe - about 500 KB)(german version here)

2. On admin computer run command line
ie6setup.exe /c:"ie6wzd.exe /d /s:""#E"
+ enter destination path, in order to download + save complete SP1 (about 12 MB) into this directory

3. Create file IEBatch.txt in the same directory with the following contents:
[Welcome]
Display=0

[SetupChoice]
Display=0

[Custom]
Display=0
Mode=0

[Download]
Display=0

[Finish]
Display=0

[Reboot]
Reboot=0

4. On each client run ie6setup.exe without parameters (or without IEBatch.txt with several parameters - see bkellyÂ’s comments to IE6 installation above)

(see Microsoft Knowledge Base Article - 257249: here
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
117
Command Line
I'm about to offline-install a Windows 2000 Server, and this command line seems to work, when I have all files downloaded:

ie6setup.exe /Q:A /R:N /C:"ie6wzd.exe /Q:A /R:N /S:""#e"""
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
117
Command Line
=========================
Deployment of SP1 for IE6
=========================
-> SP1 only (not IE6 including SP1!)
-> Clients don't need any internet connection to Microsoft

1. On admin computer download SP1 for IE6 from here (= download ie6setup.exe - about 500 KB)(german version here)

2. On admin computer run command line
ie6setup.exe /c:"ie6wzd.exe /d /s:""#E"
+ enter destination path, in order to download + save complete SP1 (about 12 MB) into this directory

3. Create file IEBatch.txt in the same directory with the following contents:
[Welcome]
Display=0

[SetupChoice]
Display=0

[Custom]
Display=0
Mode=0

[Download]
Display=0

[Finish]
Display=0

[Reboot]
Reboot=0

4. On each client run ie6setup.exe without parameters (or without IEBatch.txt with several parameters - see bkelly’s comments to IE6 installation above)

(see Microsoft Knowledge Base Article - 257249: here
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
116
Note
In the command line arguments the /b switch allows you to specify a batch file, IEbatch.txt. Below is an example of such a file, which can be created in notepad:

;Example of a simple Iebatch.txt file that shows install folder choice, performs the first listed installation option, and automatically restarts the computer.

[Welcome]
Display=0

[SetupChoice]
Display=0

[Custom]
Display=0
Mode=0
InstallDir=c:\Int_exp\en

[Download]
Display=0
DownloadDir=c:\Int_exp\download
[Finish]
Display=0

[Reboot]
Reboot=1

For more information see, "Running Setup In Batch Mode"
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
116
Note
Below are msi wrappers to deploy Internet Explorer 5.x or 6.x using group policies in a Windows 2000 environment.

After you assign the package using a GPO, Windows Installer Service installs Internet Explorer automatically when the users start their computers. The users do not choose to install Internet Explorer. After the Internet Explorer installation is finished, the system reboots before a user is able to log on.

After the reboot an ordinary user can log on the system and no local administrator permissions are required to finish the Internet Explorer registration process.

Only a local administrator can remove the assigned software.

More information can be found in the attached README.TXT. These msi wrappers are loosely based on MS KB Q265048 article. The msi wrappers were created using Wise for Windows Installer 3.11.

Notes:

1) Use at your own risk. All worked fine in my test environment, but please do your own testing!
2) I cannot provide any support.
3) Feedback about your experiences is very much appreciated!

Again, use at your own risk.

Have fun,

V. van Egmond
v.vanegmond@sywan.nl
http://www.sywan.nl


To Download visit this link.
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows

Inventory Records (4)

View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.

Toolbar for Internet Explorer

Version

6.6.1015.36

Uninstall String

"C:\Program Files\Google\Google Toolbar\Component\GoogleToolbarManager_AC0049E063DE2AEA.exe" /uninstall "C:\Program Files (x86)\Google\Google Toolbar\Component\GoogleToolbarManager_AC0049E063DE2AEA.exe" /uninstall "C:\Programmer\Google\Google Toolbar\Comp

Questions & Answers (4)

Questions & Answers related to Google Toolbar for Internet Explorer

2
ANSWERS
6
ANSWERS
39
ANSWERED

Blogs (0)

Blog posts related to Google Toolbar for Internet Explorer

Reviews (0)

Reviews related to Google Toolbar for Internet Explorer

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ