Jump to content

Wanting to combine winnt.sif files


Recommended Posts

I have my old Winnt.sif that was modified for oemscan.... SLP activation... etc. I'm looking to take that .sif file and add some driverpack data into it. Any suggestions on how to best combine it w/out screwing something up?

Here is my existing winnt.sif (the key listed here is a public key from http://technet.microsoft.com/en-us/library/bb457078.aspx so I'm including the whole thing )

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

[Unattended]
UnattendMode=ProvideDefault
OemSkipEula=No
OemPreinstall=No
TargetPath=\WINDOWS
WaitForReboot="No"

[GuiUnattended]
EncryptedAdminPassword=NO
OEMSkipRegional=1
TimeZone=20

[UserData]
ProductKey=MVF4D-W774K-MC4VM-QY6XY-R38TB
FullName=""
OrgName=""

[Display]
Xresolution=1024
YResolution=768

[Identification]
JoinWorkgroup=MSHOME

[Networking]
InstallDefaultComponents=Yes


[Components]
msmsgs=off
msnexplr=off
zonegames=off

And I decided that I wanted to slipstream some driver packs into the install disk without using $OEM$ and using their prep method instead. After the integration I am left with the following

[Data]
MsDosInitiated=No
[Unattended]
DriverSigningPolicy=Ignore
NonDriverSigningPolicy=Ignore
[GUIRunOnce]
;
; Edited by DriverPacks BASE 8.05
; [url="http://www.driverpacks.net/"]http://www.driverpacks.net/[/url]
;


command9="%SystemDrive%\DPsFnshr.exe"

If I wish to add the driver pack information into my winnt.sif is there any rules or changes that I need to do other than copy and paste?

Link to comment
Share on other sites


I came up with this after talking to a colleage, any opinions on it before I make a disk and see how she runs?

;SetupMgrTag

[Data]

AutoPartition=1

MsDosInitiated="0"

UnattendedInstall="Yes"

AutomaticUpdates=yes

[unattended]

UnattendMode=ProvideDefault

OemSkipEula=No

OemPreinstall=No

TargetPath=\WINDOWS

WaitForReboot="No"

DriverSigningPolicy=Ignore

NonDriverSigningPolicy=Ignore

[GuiUnattended]

EncryptedAdminPassword=NO

OEMSkipRegional=1

TimeZone=20

[userData]

ProductKey=MVF4D-W774K-MC4VM-QY6XY-R38TB

FullName=""

OrgName=""

[Display]

Xresolution=1024

YResolution=768

[identification]

JoinWorkgroup=MSHOME

[Networking]

InstallDefaultComponents=Yes

[Components]

msmsgs=off

msnexplr=off

zonegames=off

[GUIRunOnce]

command9="%SystemDrive%\DPsFnshr.exe"

Link to comment
Share on other sites

4 hours isn't really a lot of time to wait on this. Furthermore, this is a better question to ask in the UA section of the forums - not Windows XP.

Why don't you use something like VMware to check the winnt.sif file yourself before burning a disc?

Topic moved to Unattended Windows 2000/XP/2003

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