Jump to content

Recommended Posts

Posted

i have been trying to deploy xp via mdt with the regional setup etc as uk rather than us. Tried sysprep which seems to help a bit and just tried editing the tasks unattend.txt to the below

 

[Data]
   AutoPartition=1
   MsDosInitiated="0"
   UnattendedInstall="Yes"

[unattended]
   UnattendMode = FullUnattended
   OemSkipEula = Yes
   OemPreinstall = Yes
   OemPnPDriversPath = "\Drivers"
   TargetPath = \Windows
   DriverSigningPolicy = Ignore
   DUDisable = Yes
   DUStopOnError = No
;    ExtendOemPartition = 1			; If Set extends disk partition to end of disk or by x MB
;    FileSystem = ConvertNTFS			; Specify wheter to leave filesystem alone or convert to NTFS
;    AutoActivate = No				; Determines if Windows should auto activate over Internet
;    ActivateProxy = Proxy			; Proxy Setting to use when auto activating windows
   CrashDumpSetting = 3		 	; 3=small memory dump 0-3
   DisableDynamicUpdates = Yes 		; Don't go get updates from Internet during install
   Hibernation = Yes				; Yes=Enables hibernation, No=Disabled hibernation
   WaitForReboot = No				; Yes=Wait 15seconds after guimode setup to reboot
;    ComputerType =				; Defines Custom HAL type
;    Factory = Yes				; Used in conjuction with OPK If yes will not delete Sysprep directory
;    ForceHalDetection = No			; Used in upgrades to keep previous hal
   Keyboardlayout = "United Kingdom		; Allows specification of keyboard type
;    NTUpgrade = No				; Indicates whether or not this is an OS upgrade	
;    OverwriteOEMFilesOnUpgrade = 0		; Indicates whether OEM files should be overwritten
;    Repartition = 1				; Only when booting to CD specify 1 to repartition hard disk
;    UnattendSwitch = No			; Set to yes during winnt installation to skip welcome
;    Win9xUpgrade = No				; Indicats if this is an upgrade and to use [Win9xUpg] section


[uninstall]
; This section has settings to allow an upgraded system to be uninstalled


[GuiRunOnce]
   "cscript.exe C:\MININT\Scripts\LiteTouch.wsf /start"
   "cscript.exe D:\MININT\Scripts\LiteTouch.wsf /start"
   "cscript.exe E:\MININT\Scripts\LiteTouch.wsf /start"
   "cscript.exe F:\MININT\Scripts\LiteTouch.wsf /start"

[LicenseFilePrintData]
   AutoMode=PerSeat				; Licensing Mode usually perseat
;    AutoUsers=50				; When in PerServer mode=number of licenses


[RegionalSettings]
; IF this section is used the Winnt32.exe /copysource:lang setting must be specified
;    InputLocale_DefaultUser=			; Specifies the Inputlocal and keyboard setting for default user
;    UserLocale_DefaultUser=			; Locale ID for default User
;    InputLocale				; Locale\Keyboard combinations to be installed
Language = 0809    ; language locale to be installed
LanguageGroup = 2    ; Language Group to be installed
SystemLocale=0809:00000809 			; System Locale to be specified
;    UserLocale=				; User Locale setting


[GuiUnattended]
;    Arguments=					; Used with Detached programs to provide arguments
   OEMSkipRegional=1				; Indicates Regional info GUI to be skipped in setup
;     EncryptedAdminPassword=No			; For OEMs allows use of hashpwd.exe cannot be used with autologon
   TimeZone="010"				; Sets Timezone 010=Mountain
   OemSkipWelcome=1				; Used to skip welcome screens in GUI setup
;    ProfilesDir=""				; Allows to change default location of profiles
   AutoLogon="Yes"				; Indicates that system should autologon after reboot
   AutoLogonCount=999				; Number of times to auto logon
;    DetachedProgram=""				; Specifies programs to run concurrently with Setup
   AdminPassword="fredfrog"


[identification]
   JoinWorkgroup=WORKGROUP
;    CreateComputerAccountInDomain=Yes
;    JoinDomain="CONTOSO"
;    MachineObjectOU= "OU=Workstations, dc=contoso, dc=com"
;    DomainAdmin="Contoso\Administrator"
;    DomainAdminPassword="password"


[userData]
  ComputerName=*
  FullName="somewhere"
  OrgName="over the rainbow"
  ProductKey="abcde-abcde-abcde-abcde"


[Display]
   BitsPerPel=16				; Number of colors in display
   Xresolution=1024				; X resolution typically 1024
   YResolution=768				; Y resolution typically 768
   Vrefresh=60					; Vertical refresh rate


[MassStorageDrivers]
; Used when custom disk drivers must be specified
; Enter the description name =Retail or OEM


[OEMBootFiles]
; This section is used to specify custom HALs, and also maps to the Mass Storage Device section


[OsChooser]
; Used by RIS Clients Only

(the rest is untouched as is most of that but was too long to post

but when i try and use the task i just get an error screen (cunningly hidden behind another window grrr)

 

mdterror.png

Posted
thanks that got it now i just need to work out why my dotnet 3.5 application fails error 2 no system restore state or some such lol

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



×
×
  • Create New...