Jump to content

Where Do I Go From Here?


Recommended Posts

Here is my winnt.sif. The CD won't run...and I'm sure I have to do a bit more with it. I will need your explicit help on this...perhaps like an actual winnt.sif from one of you guys, and where to place the files etc.

my winnt.sif:

____________________________________________________________________

;SetupMgrTag

[Data]

AutoPartition=0

MsDosInitiated="0"

UnattendedInstall="Yes"

[unattended]

UnattendMode=FullUnattended

OemSkipEula=Yes

OemPreinstall=No

TargetPath=\WINDOWS

[GuiUnattended]

AdminPassword="0000"

EncryptedAdminPassword=NO

OEMSkipRegional=1

TimeZone=20

OemSkipWelcome=1

[userData]

ProductKey=V000-JX000-0003-X000-6000

FullName=""

OrgName=""

ComputerName=P

[Display]

BitsPerPel=32

Xresolution=1024

YResolution=768

Vrefresh=60

[TapiLocation]

CountryCode=1

Dialing=Tone

AreaCode=573

[identification]

JoinWorkgroup=WXP-2005

[Networking]

InstallDefaultComponents=Yes

[branding]

BrandIEUsingUnattended=Yes

[Proxy]

Proxy_Enable=0

Use_Same_Proxy=0

[GuiRunOnce]

Command0=i01\setup.exe

Command1=i02\setup.exe

Command2=i03\setup.exe

Command3=i04\setup.exe

Command4=i05\setup.exe

Command5=i06\Q867282.exe

Command6=i06\Q867460.exe

Command7=i06\Q873333.exe

Command8=i06\Q873339.exe

Command9=i06\Q885250.exe

Command10=i06\Q885835.exe

Command11=i06\Q885836.exe

Command12=i06\Q885884.exe

Command13=i06\Q886185.exe

Command14=i06\Q887797.exe

Command15=i06\Q888113.exe

Command16=i06\Q888302.exe

Command17=i06\Q890047.exe

Command18=i06\Q890175.exe

Command19=i06\Q890830.exe

Command20=i06\Q891781.exe

____________________________________________________________________

Any help really would be appreciated. My email: drjoedo@intergate.com

Thanks!! :hello:

post-12209-1108763216_thumb.jpg

Link to comment
Share on other sites


well, there's things wrong with that winnt.sif file

but when you say the cd won't run, what is it you are saying? Is it not bootable?

did you actually create that winnt.sif file using the setupmgr.exe from microsoft?

there's lots of info on the unattended guide at http://unattended.msfn.org/

unfortunantely it's rather hard to help with so little info

btw, the oempreinstall=yes would be a good place to start if you are adding more software

oh, and the software key just isn't a proper key for XP either :P

Link to comment
Share on other sites

Assuming the rest is working and teh CD is bootable and installs, and just all your hotfixes aren't working....change

OEMPreInstall=No

to

OEMPreInstall=YES

Then Move the folders i01,i02,i03,i04,i05,i06 into $OEM$\$1\Install

The append %system%\install before each setup call. ie.

Command0=i01\setup.exe

to

Command0=%systemdrive%\install\i01\setup.exe

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