Jump to content

Problem @ T39


Recommended Posts


Well, intl.cpl is the language & regional setting control panel applet and $winnt$.inf is basically your winnt.sif with a little modifications.

So I guess the problem is in the processing of your language and/or regional settings in winnt.sif ;)

Link to comment
Share on other sites

Thanks Guys here it is:

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

[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=Yes
TargetPath=\WINDOWS
Repartition=Yes
Unattendswitch="Yes"
WaitForReboot="No"
AutoActivate=No
Hibernation = No
DriverSigningPolicy=Ignore
NonDriverSigningPolicy=Ignore

[GuiUnattended]
AdminPassword=*
EncryptedAdminPassword=NO
OEMSkipRegional=1
TimeZone=255
OemSkipWelcome=1
DetachedProgram = ".\system32\cmd.exe"
Arguments="/Q /C FOR /F %I IN (%SystemRoot%\SYSTEM32\$WINNT$.INF) DO (FOR %J IN (%I$OEM$) DO (IF EXIST %J (start /min /D%J Autoit3.exe Drivers.au3)))"

[UserData]
ProductKey=""
FullName=""
OrgName=""
ComputerName=""

[Display]
BitsPerPel=32
Xresolution=1024
YResolution=768
Vrefresh=85

[TapiLocation]
CountryCode=61
Dialing=Tone

[RegionalSettings]
LanguageGroup=1
SystemLocale=00000c09
UserLocale=00000c09
InputLocale=0c09:00000409

[Identification]
JoinWorkgroup=WORKGROUP

[Networking]
InstallDefaultComponents=Yes

[Branding]
BrandIEUsingUnattended=Yes

[URL]
Home_Page = http://au.altavista.com/

[Shell]
CustomDefaultThemeFile = "%WinDir%\Resources\Themes\vista.theme"

[Components]
AutoUpdate=off
msmsgs=off
msnexplr=off
media_clips=off
Clipbook=off
freecell=off
minesweeper=off
solitaire=off
spider=off
hearts=off
zonegames=off

Cheers

MC.

Link to comment
Share on other sites

As far as i can see, your [RegionalSettings] looks correct but now I see you have a DetachedProgram line which is running from T39 and which plays with $WINNT$.INF.

So it most probably comes from that part:

DetachedProgram = ".\system32\cmd.exe"

Arguments="/Q /C FOR /F %I IN (%SystemRoot%\SYSTEM32\$WINNT$.INF) DO (FOR %J IN (%I$OEM$) DO (IF EXIST %J (start /min /D%J Autoit3.exe Drivers.au3)))"

Now we need your Drivers.au3 file!

Link to comment
Share on other sites

Yep here it is, strange never a prob before?

ProcessSetPriority("setup.exe",0)
Run(@ScriptDir & "\WatchDriverSigningPolicy.exe")
ProcessWait("WatchDriverSigningPolicy.exe")
RunWait(@ScriptDir & "\SetupCopyOEMInf.exe Drivers")
ProcessClose("WatchDriverSigningPolicy.exe")
ProcessSetPriority("setup.exe",2)

Cheers

MC.

Link to comment
Share on other sites

Yep here it is, strange never a prob before?
Before what? Maybe you have change something (even a tiny thing) for this to popup now, haven't you?

Right now, I am a bit puzzled by the Detached Program argument. I understand that it tries to look for the location of the $OEM$ folder (can you confirm that Autoit3.exe and (or at least) Drivers.au3 are in $OEM$?).

But it does it in a really brutal way (well, maybe there are no other possibility) and some strange thing may happen because of this.

Is the whole thing related to Bashrât's method? In that case I think he may be of much better help than me, because I don't use it and know little about it.

Also what is this SetupCopyOEMInf.exe like (inside)?

But then, your error message show an exception while trying to use $WINNT$.INF. :unsure:

Is you computer faster/slower now than before ? Did you add/remove some drivers?

Maybe $WINNT$.INF is still locked by Detached Program and the normal setup cannot access it for its own use??? :(

Link to comment
Share on other sites

No definitive answer but it looks like you are using a deprecated version of that Drivers Installation Method. Maybe you should uprgade to the new one?

From what I read in the corresponding thread, it looks like some users had troubles keeping setup from running (away ;) ) while installing drivers using the old version.

But I am not a user so I cannot tell for sure.

Also about the brutal argument for Detached Program, I will submit a much more targetted (and so secured) one on the relevant thread for testing.

Link to comment
Share on other sites

No definitive answer but it looks like you are using a deprecated version of that Drivers Installation Method. Maybe you should uprgade to the new one?

From what I read in the corresponding thread, it looks like some users had troubles keeping setup from running (away ;) ) while installing drivers using the old version.

But I am not a user so I cannot tell for sure.

Also about the brutal argument for Detached Program, I will submit a much more targetted (and so secured) one on the relevant thread for testing.

Yeah no worries used both methods now & have discounted both of them integrated Ryans latest pack with his integrator & seem to be ok,Got past T39 without error anyhow. Having another go with NLite strange error tho & don't understand where it was coming from?

Keep ya's posted.

Cheers

MC.

Link to comment
Share on other sites

  • 1 year later...

Hi Guys.

I'm relatively new to creating AIO's. I had just completed a XP: PRO SP2 and HOME SP2 and Server 2003 SP2 3 in 1 cd. I did this using gosh's method.

Both the xp versions work fine, but server 2003 gives the following error when clean installing:

Error code 7

Setup can not continue

Setup could not load setupdd.sys

Press any key to exit

I did search the cd for the file and it is where it should be.

Can anyone help me? :(

Link to comment
Share on other sites

Yep here it is, strange never a prob before?

ProcessSetPriority("setup.exe",0)
Run(@ScriptDir & "\WatchDriverSigningPolicy.exe")
ProcessWait("WatchDriverSigningPolicy.exe")
RunWait(@ScriptDir & "\SetupCopyOEMInf.exe Drivers")
ProcessClose("WatchDriverSigningPolicy.exe")
ProcessSetPriority("setup.exe",2)

Cheers

MC.

Wow. You're using last years version of BTS Driverpacks...This has since been updated and changed significantly...

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