Jump to content

98se unattended + ie6, dx9, & updates


p4killer

Recommended Posts

First off, I'm new to the forum, and I've been reading through previous posts relating to this but probably not all, so bear with me and hopefully point me in the right direction...

I've been trying to make an unattended install disc for 98se, which also installs ie6sp1, dx9b, the "unofficial" sp 1.2, and a few other updates. Please don't flame me about the outdatedness of 98se, etc... I work for a small computer company and I need to create said disc because we still sell lots of used computers with 98se. I used the ms batch creator and told it to execute a .reg file, in which I tell 98 to load the updates in the RunOnce and other .reg files for subsequent updates following restarts. I've tried about 10 combinations thereof, i.e. loading some things in RunServicesOnce and others RunOnce, etc... and I sortof got what I wanted at one point, except that ie6setup /q would NOT load from RunOnce, and I had no idea why because all the other updates (sp 1.2, dx9) would load from RunOnce fine...?!?

So, is there a better way to go about doing this, without a bunch of reg files? I'm sure the answer is yes, but I need some resources on how to do it right...

Thanks

Link to comment
Share on other sites


nope.

I've been trying to get it to work on a Win98 machine i have, and even moving gdiplus.dll does not get it to work. There are some missing functions that are included XP and 2000 that 98 doesn't have.

Link to comment
Share on other sites

I finally got it to do what I wanted... I needed a reg entry like so:

REGEDIT4

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnce]

"ie6setup"="C:\\WINDOWS\\OPTIONS\\UPDATES\\IE6SP1\\ie6setup.exe /Q:A /C:\"ie6wzd /S:\"\"#e\"\" /Q /M:2 /R:N\""

Link to comment
Share on other sites

You just need to use:

REGEDIT4

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnce]

"ie6setup"="C:\\WINDOWS\\OPTIONS\\UPDATES\\IE6SP1\\Ie6setup.exe /Q:A /R:N"

It's more than enough for Windows 98SE.

pfear

Link to comment
Share on other sites

  • 1 month later...
You just need to use:

REGEDIT4

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnce]

"ie6setup"="C:\\WINDOWS\\OPTIONS\\UPDATES\\IE6SP1\\Ie6setup.exe /Q:A /R:N"

It's more than enough for Windows 98SE.

pfear

Hallo

how do you get IE in C:\WINDOWS\OPTIONS\UPDATES under unattended?

something like win xp e.a $oems$

Maybe trough the msbatch.inf or so :

[install]

AddReg=RunOnce.BatchDelay,Run.Installed.Components,Skip.PCMCIA.Wizard,Registry.WinUpdate,RegistrySet

tings

CopyFiles=regfile.copy

[regfile.copy]

logon.reg

[RegistrySettings]

HKLM,%KEY_RUNONCE%,BatchReg1,,"%25%\regedit.exe /s "%10%\logon.reg"

[DestinationDirs]

QuickLaunch.Icons=49050,Micros~1\Intern~1\QuickL~1

OLS.Icons=49070,Online~1

regfile.copy=10

Internet Explorer Resources

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...