Link to home
Start Free TrialLog in
Avatar of Sureshkumaar
SureshkumaarFlag for India

asked on

Batch File

Hi
Please help me with a batch file to install Internet explorer 8. Currently users are having ie6 installed in the workstations. and also usersa re not having admin account, so the batch file should have the login credentials in which the application should install. Since i need to do for thousands of PC's i require this help.
Thanks in advance.
ASKER CERTIFIED SOLUTION
Avatar of DarkTemplore
DarkTemplore
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Sureshkumaar

ASKER

Hi

Yes we too have WSUS but we are not having access to that and also we planned this for only a particular client project. Any other batch where i can install in user login by providing admin credentials.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ubound
ubound

Well then, the first thing I would do is to download the IEAK (http://technet.microsoft.com/en-us/ie/bb219517).  If you are installing IE8, you should download the ieak v8 (not the v9).

Using this, you can customize the options for IE8, including turning off that annoying First Run thing that all users get.  You can also provide the answers to all prompts, allowing a silent install.  When you complete the IEAK, you can use either the MSI or the EXE file generated to do the installs.

There are a variety of solutions for distributing your program, including using GPO, Run As, PSExec, etc.  The downside to these is that there isn't any particular way to prevent the user from trying to use IE while it is being updated.  Also, I believe the update wants to reboot upon completion, which can be inconvenient for users.
Avatar of Steve Knight
if you install using a group policy from the MSI you create above assigned to the computer it will install during boot before login box appears.  havent specifically done it with ie8 since co-inncided with a desktop refresh project and move to thin client working at some clients but should be do-able... If you dont have any other tools available then a login script could identify machines with ie6 remaining for instance for following up.
You have to do it via WSUS or Group Policy.