Jump to content

Win2K + DX9c + IE6 weird problems


Recommended Posts

When I try to install DirectX9c and IE6+sp1 via RunOnceEx at first logon with a normal win2k unattended I get these errors.

Look at the image attached. Theres a QuickTime error in there on the screenshot as well. But my latests test was with IE and DX only that resultet in the same errors.

Even though windows bitches and moans, after the reboot IE6 and DX9c are installed and SEEMS to be working as they should.

Help! I need to get rid of these errors.

Only VMware drivers are included in the install.

My winnt.sif:

;SetupMgrTag
[Data]
   AutoPartition=1
   MsDosInitiated="0"
   UnattendedInstall="Yes"

[Unattended]
   UnattendMode=FullUnattended
   OemSkipEula=Yes
   TargetPath=\WINNT
   OemPreinstall=Yes
   UnattendSwitch="yes"
   WaitForReboot="No"
   DriverSigningPolicy=Ignore
   OemPnPDriversPath="Drivers\hgfs;Drivers\memctl;Drivers\mouse;Drivers\net;Drivers\video"

[GuiUnattended]
   AdminPassword=*
   AutoLogon=Yes
   AutoLogonCount=1
   OEMSkipRegional=1
   TimeZone=105
   OemSkipWelcome=1

[UserData]
   FullName="Din mor"
   OrgName="Test Din Mor"
   ComputerName=*

[TapiLocation]
   CountryCode=45

[RegionalSettings]
   LanguageGroup=1
   SystemLocale=00000409
   UserLocale=00000406
   InputLocale=0406:00000406

[Identification]
   JoinWorkgroup=WORKGROUP

[Networking]
   InstallDefaultComponents=Yes

[GuiRunOnce]
    %systemdrive%\Install\instapps.cmd

My instapps.cmd:

@ECHO OFF
ECHO.
ECHO Installing Internet Explorer 6 + updates
ECHO Please wait...
start /wait %systemdrive%\install\IE6\ie.exe /Q:A /R:N
ECHO.
ECHO Installing DirectX 9.0b
ECHO Please wait...
start /wait %systemdrive%\Install\DirectX9c\dxsetup.exe /silent
PAUSE
start /wait shutdown -r

post-70-1091441034_thumb.png

Link to comment
Share on other sites


I get that if there isn't a restart between me installing DX and trying to install codecs. I install DX from my cmdlines.txt and the install codecs sin the guirunonce section. I have had a couple of other problems with dxdiag finding invalid entry points buti solved those by causing a dx reinstall as the guirunonce section exits.

Link to comment
Share on other sites

Thanks for the reply Wraith, I'm starting to get reallly f... frustrated.

I'll try installing DX9c during cmdlines, maybe I could sneak in IE6 at that point as well?

Any thoughts on that?

Or maybe, even better, replace IE5 in the Windows 2000 installation files with IE6. Is that even possible.

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...