Jump to content

ataglietti

Member
  • Posts

    1
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Italy

About ataglietti

Profile Information

  • OS
    Vista Business x86

ataglietti's Achievements

0

Reputation

  1. 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...
×
×
  • Create New...