Jump to content

Recommended Posts

Posted

This is a copy of my winnt.sif file everything works perfectly except the oempreinstall my oem folder is not being copied over to the %systemdrive% during install . I recieve the error cannot find c:\install\bacth_file1.cmd

;SetupMgrTag

[Data]

AutoPartition=1

MsDosInitiated="0"

UnattendedInstall="Yes"

AutomaticUpdates=yes

[unattended]

UnattendMode=FullUnattended

OemSkipEula=Yes

OemPreinstall=Yes

TargetPath=\WINDOWS

Repartition=Yes

UnattendSwitch="yes"

WaitForReboot="No"

[GuiUnattended]

AdminPassword=7b81f9460b71dbe5aad3b435b51404ee5816686e338a39e52fab8ecdb11ece94

EncryptedAdminPassword=Yes

OEMSkipRegional=1

TimeZone=85

OemSkipWelcome=1

[userData]

ProductKey=

FullName="."

OrgName="."

ComputerName=PC1

[TapiLocation]

CountryCode=44

[RegionalSettings]

LanguageGroup=1

SystemLocale=00000809

UserLocale=00000809

InputLocale=0809:00000809

[GuiRunOnce]

Command0=%systemdrive%\install\batch_file1.cmd

[identification]

JoinWorkgroup=WORKGROUP

[Networking]

InstallDefaultComponents=Yes

[Components]

msmsgs=off

msnexplr=off

techsupport@jamalbryan.com


Posted

Hi sneferu,

winnt.sif Looks almost allright, but the section

[GuiRunOnce]
Command0=%systemdrive%\install\batch_file1.cmd

Should look like this i think:

[GuiRunOnce]
   "%systemdrive%\install\batch_file1.cmd"

I think that will solve the problem!

Let me know.

Posted

Maybe you have to specify the localisation of your OEM folder on the CD.

[unattended]

OemFilesPath = "..\$OEM$"

I've read several times that there is a problem with windows copying the $OEM$ folder.

Posted

I agree, i dont use it either and think it's only needed if you have different locations for the files. (correct me if i'm not wrong)

@sneferu:

Did it work out for you?

Posted

I have tried all the solutions mentioned by everyone but still nothing seems to work. Does anyone know if this problem is related to xp sp2 thanks all once again

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