Hi all,


In this post, i explain how to deploy Internet Explorer 9 with System Center configuration Manager 2007 R3!!!
In first step you will do dowload Internet explorer, lol, it's logical! 
You can download IE9 HERE
In my example (x64 Package), i use this Command Line Switches:
INSTALL = For install (program in SCCM):
IE9-Windows7-x64-enu.exe /quiet /norestart /update-no
/quiet >> Identical to /passive, however, do not show any user interface.
/norestart >>Do not restart after installation has completed.
/update-no>>Do not check for Internet Explorer updates.
-----------------------------------------------------------------------------------------------------------------------------------------
UNINSTALL = For uninstall (program in SCCM)
For uninstalll features:
dism /online
/disable-feature /featurename:Internet-Explorer-Optional-amd64
-----------------------------------------------------------------------------------------------------------------------------------------
If you want to know all other command line , you can use this under:
Type this command line : IE9-Windows7-x64-enu.exe /?

And the result appears
:
Internet Explorer 9 has many
command line switches that can be used with the installer. To use the switch,
you need to run the setup program in the command prompt (cmd.exe) in the
following format (using Windows 7 as an example):
IE9-Windows7-86-enu.exe [switch1] [switch2] ...
Help Options:
|
Command Line Switch
|
Description
|
|
/help
|
Displays this
document.
|
Setup Modes:
|
Command Line Switch
|
Description
|
|
/passive
|
Run the installation without any input from the
user.
|
|
/quiet
|
Identical to /passive, however, do not show any user
interface.
|
Setup Options:
|
Command Line Switch
|
Description
|
|
/update-no
|
Do not check for Internet Explorer
updates.
|
|
/ieak-full:<path>
|
Reserved for Internet Explorer Administration Kit
use.
|
|
/ieak-branding:<path>
|
Reserved for Internet Explorer Administration Kit
use.
|
|
/closeprograms
|
Close programs automatically to allow installation
without rebooting the system.
|
Restart Options:
|
Command Line Switch
|
Description
|
|
/norestart
|
Do not restart after installation has
completed.
|
|
/forcerestart
|
If a restart is required after installation,
restart automatically.
|
Miscellaneous
Options:
|
Command Line Switch
|
Description
|
|
/log:<path>
|
Create a log file at :<path>.
|
|
|
|