Windows XP Unattendant XP PRO installation with RIS

Joined
Mar 11, 2010
Messages
1
Reaction score
0
Hi to all,

Here is my test env:
I have a win 2003 Standard R2 SP2 virtual server with RIS/WDS installed and I have to deploy Win XP in an unattendant mode,
so I riprep a virtual pc with xp pro (with office 2003,java,acrobat reader..(all the stuff I need) and i have modified the sif file in the "template" folder of my riprep image for making a complete unattendant installation.

what happen:

When the pxe deployment starts I select my image with the sif file I have created then the installation starts and is compleately silent but the pc at the end do not automatically joint the domain and do not create the local administrator account...what am I missing?

Here is my riprep.sif file:

------------------------------------------------
[data]
UnattendedInstall="Yes"
floppyless = "1"
msdosinitiated = "1"
OriSrc = "\\%SERVERNAME%\RemInst\%INSTALLPATH%\%MACHINETYPE%"
OriTyp = "4"
LocalSourceOnCD = 1


[SetupData]
OsLoadOptions = "/noguiboot /fastdetect"
SetupSourceDevice ="\Device\LanmanRedirector\%SERVERNAME%\RemInst\%INSTALLPATH%"
SysPrepDevice="\Device\LanmanRedirector\%SERVERNAME%\RemInst\%SYSPREPPATH% "
SysPrepDriversDevice="\Device\LanmanRedirector\%SERVERNAME%\RemInst\%SYSPREPDRIVERS% "

[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=No
FileSystem = LeaveAlone
ExtendOEMPartition = 0
TargetPath = \WINDOWS
OemSkipEula = yes
InstallFilesPath = "\\%SERVERNAME%\RemInst\%INSTALLPATH%\%MACHINETYPE%"
LegacyNIC = 1


[GuiUnattended]
AutoLogon=Yes
OemSkipWelcome = 1
OemSkipRegional = 1
TimeZone = %TIMEZONE%
AdminPassword = "12345678"
EncryptedAdminPassword=NO



[UserData]
ProductKey=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
FullName="Epta"
OrgName="Epta"
ComputerName=%MACHINENAME%

[Display]
BitsPerPel = 16
XResolution = 800
YResolution = 600
VRefresh = 60

[Networking]
InstallDefaultComponents=Yes
ProcessPageSections=Yes

[NetServices]
MS_Server=params.MS_PSched


[TapiLocation]
CountryCode=39

[RegionalSettings]
LanguageGroup=1
Language=00000410

[Identification]
JoinDomain = %MACHINEDOMAIN%
CreateComputerAccountInDomain = No
DoOldStyleDomainJoin = Yes

[RemoteInstall]
Repartition = Yes
UseWholeDisk = Yes


[OSChooser]
Description ="Virtual XP Pro SP3"
Help ="XP Virtual with Office 2003 , acrobat reader,java..."
LaunchFile ="%INSTALLPATH%\%MACHINETYPE%\templates\startrom.com"
ImageType =SYSPREP
Version="5.1 (2600)"
SysPrepSystemRoot="Mirror1\UserData\WINDOWS"
HalName=halacpi.dll
ProductType=0

------------------------
thanks for helping me...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top