Link to home
Start Free TrialLog in
Avatar of Badger
Badger

asked on

Automated Installation of MSIE4 for Windows 95 & 3.11

Hi Guys - I dodn't really know where to put this one - and as it's worth a fair few points I can't really spread it around.

I have to write 2 scripts 1)to be run in Windows 95 2) to be run in Windows 3.11 to automatically install MS Internet Explorer V4.01.

I've never really done this sort of thing before. I've written scripts in DOS (batch files etc) which will automate installation, but nothing more adventurous.

How easy/difficult is this to achieve? Or am I better issuing the MSIE executables as distributed by MS and supplying a written script?

The installation will be applied to a variety of machines and capabilities, range 486 25Mhz to Pentium II 233Mhz. Manufacturers include Fujitsu, Dell, Gateway, SNI etc

The final product will likely be cut onto a CD ROM (to be installed using either external or internal drive, depending on the machine)

Comments? Answers? Solutions?

Thanks
Avatar of Badger
Badger

ASKER

Edited text of question
Badger,

This should be straight forward, create a file called autorun.inf in notepad and use the text below for the file. I have never tried this but with any luck it should work. Each cdrom must support auto insert notification.

[autorun]
open=IE4SETUP.EXE or whatever your flename is for IE4.01

Good Luck.....Steve
ASKER CERTIFIED SOLUTION
Avatar of dew_associates
dew_associates
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
Avatar of Badger

ASKER

Dennis - apologies for my great delay in replying. I mailed MSoft from work on our one machine with 'Net access, then somebody logged in - then proceeded to delete 122 items of junk/spam mail (or so they thought - no doubt with my reply from MS amongst them).

I may try them again, from home but I have found something else. My company buys Microsoft "Select" software - are you familiar with this? Anyhow, amongst the collection is MSIE 4.01 on CD. This I installed on a guinea-pig machine with no trouble at all - however there is quite a lot of user intervention, which calls for a degree of understanding as to what the user is trying to achieve. Ie: there are questions and decisions to made during the installation.

How automated is your method? Does your installation sound anything like the one I have?

Finally, please explain the acronyms DUN, CMAK

Stevesm - My version of MSIE 4 comes with a autorun.inf anyway
Avatar of Badger

ASKER

Hey Dennis - Now it's me chasing you - makes a change doesn't it?

Any ideas on my last comment?
Hi Steve, sorry about not replying right away.

What I have been referring to is the IE 4 installation kit and CMAK. DUN refers to "Dial Up Networking" and CMAK refers to "Connection Manager Administration Kit".

At the MS IE 4.0 site you can purchase the admin kit for IE 4.0 which will enable you to automate the installs of IE 4.0 in any manner you wish. The CMAK enables you to handle such issues as internet, intranet and custom RAS "remote access service" connections in an automated fashion.

In essence, both kits can take you through an IE 4 install and right through to the appropriate connection.
Dennis
Avatar of Badger

ASKER

Thanks Dennis. I find the MS site such a monster - could pinpoint a URL for me.

Many thanks

Steve
Avatar of Badger

ASKER

Thanks Dennis - maybe I'll find that needle in the proverbial haystack now - cheers
Okay, I'll wait for you!