Jump to content

Recommended Posts

Posted

Hi,

got a little problem here:

I created the dir "C:\XPCD\$OEM$\$1\install" which should be

copied to the local harddisk after using the unattended install.

BUT... after the installation there's no C:\install dir!

>>my svcpack.inf:

[Version]

Signature="$Windows NT$"

MajorVersion=5

MinorVersion=1

BuildNumber=2600

[setupData]

CatalogSubDir="\i386\Update"

[ProductCatalogsToInstall]

[setupHotfixesToRun]

js56nnl.exe /Q:A /R:N

KB828035.exe /Q /O /N /Z

KB828028.exe /Q /O /N /Z

KB826939.exe /Q /O /N /Z

KB825119.exe /Q /O /N /Z

KB824141.exe /Q /O /N /Z

KB824105.exe /Q /O /N /Z

KB823182.exe /Q /O /N /Z

q330994.exe /Q:A /R:N

Q828026.exe /Q /O /N /Z

Q832894.exe /Q:A /R:N

DX9NTopk.exe

qchain.exe

>>my winnt.sif:

;SetupMgrTag

[Data]

AutoPartition=0

MsDosInitiated="0"

UnattendedInstall="Yes"

[unattended]

UnattendMode=FullUnattended

OemSkipEula=Yes

OemPreinstall=No

TargetPath=\WINDOWS

UnattendSwitch=Yes

OEMPreinstall=Yes

[GuiUnattended]

AdminPassword=*

EncryptedAdminPassword=NO

OEMSkipRegional=1

TimeZone=110

OemSkipWelcome=1

[userData]

ProductKey=11111-11111-11111-11111-11111

FullName=""

OrgName=""

ComputerName=P4

[Display]

BitsPerPel=32

Xresolution=1024

YResolution=768

[TapiLocation]

CountryCode=31

AreaCode=074

[identification]

JoinWorkgroup=Werkgroep

[Networking]

InstallDefaultComponents=Yes

Home_Page=http://www.*****.com

[GuiRunOnce]

%systemdrive%\install\hotfixes\hotfixes.cmd

------------------------------------------------------

The cd is bootable, installation is ok, $OEM$ is in the root of the cd,

but still no C:\install.

What am I doing wrong

thanx,

Jay


Posted

You have both OemPreinstall=No and OEMPreinstall=Yes in your winnt.sif file, so the first entry is overriding your second. Fix that and it should copy files over.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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