Jump to content

unattend WXPSP2 with driver and apps!


Recommended Posts

Hello i've decided to register me in this forum because i have some Problems with unattend installation of WXP SP2.

I've allready made unattend CDs for W2K and WXP.

This is my Winnt.sif made with new deploy.cab

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

[Unattended]
   UnattendMode=FullUnattended
   OemSkipEula=Yes
   OemPreinstall=No
   TargetPath=\WINDOWS
   DriverSigningPolicy=Ignore
   OemPnPDriversPath = Drivers\LAN;Drivers\SIL3112R

[GuiUnattended]
   AdminPassword=c709d2dfd3b83f0
   EncryptedAdminPassword=Yes
   AutoLogon=Yes
   AutoLogonCount=1
   OEMSkipRegional=1
   TimeZone=110
   OemSkipWelcome=1

[UserData]
   ProductKey=Key
   FullName="Name"
   OrgName="Org"
   ComputerName=PCName

[TapiLocation]
   CountryCode=49

[RegionalSettings]
   LanguageGroup=1

[Branding]
   BrandIEUsingUnattended=Yes

[GuiRunOnce]
   Command0=%systemdrive%\install\hotfixes\install.bat

[Identification]
   JoinWorkgroup=Firestorm

[Networking]
   InstallDefaultComponents=No

[NetAdapters]
   Adapter2=params.Adapter2

[params.Adapter2]
   INFID=*

[NetClients]
   MS_MSClient=params.MS_MSClient

[NetServices]
   MS_SERVER=params.MS_SERVER

[NetProtocols]
   MS_TCPIP=params.MS_TCPIP

[params.MS_TCPIP]
   DNS=No
   UseDomainNameDevolution=No
   EnableLMHosts=Yes
   AdapterSections=params.MS_TCPIP.Adapter2

[params.MS_TCPIP.Adapter2]
   SpecificTo=Adapter2
   DHCP=No
   IPAddress=192.168.1.10.
   SubnetMask=255.255.255.0
   DefaultGateway=192.168.1.1
   DNSServerSearchOrder=192.168.1.1
   WINS=No
   NetBIOSOptions=0

[WindowsFirewall]
Profiles = WindowsFirewall.TurnOffFirewall

[WindowsFirewall.TurnOffFirewall]
Mode = 0

The first Network Controller is the firewire Port from my Audigy2 ZS

The first problem here is that windows doesnt load the drivers for my Intel 1000MT and SI3112R. (The Drivers are correct i can install them by hand)

The second one is the hotfixes and application folder aren't on my harddisk.

WXPSP2\$OEM$\$1\install\applications
WXPSP2\$OEM$\$1\install\hotfixes
WXPSP2\$OEM$\$1\WINDOWS\Drivers

I've made some tweaks in the TXTSETUP.sif to support SI3112R.sys for my SATA Controller.

Whats wrong her?

PS it would be nice to see some code for the automatic updates and the add-user interface.

Link to comment
Share on other sites


OemPnPDriversPath = Drivers\LAN;Drivers\SIL3112R

Above are your Driver Directorys? OK.

Then below that you have them in WINDOWS\Drivers.

2 different spots?

WXPSP2\$OEM$\$1\WINDOWS\Drivers

If you mess up with WINNT.SIF with the directory's, then the installer tends not to copy the contents of $OEM$ to the harddrive.

I've experienced this mistake. That line is probably the most crucial to get right.

I say that because it is so easy to mess it up. :)

Link to comment
Share on other sites

You mean i have to change the directory in the WINNT.sif

to

OemPnPDriversPath = Windows\Drivers\LAN;Windows\Drivers\SIL3112R

? :wacko:

edit:

OK i've changed the path to the above but windows didn't install the drivers.

The install directory wasn't copied too.

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