Windows XP Community - XPHeads



Sysprep and keyboard

microsoft.public.windowsxp.setup_deployment


Reply
  #1 (permalink)  
Old 06-11-2008, 06:09 AM
Guillaume
 
Posts: n/a
Sysprep and keyboard
Hi,
right now i'm trying to create a sysprep installation which would enable
me to have a sort of "Windows XP Pro" universal image that would fit on the
many type of pc that we have on the floor. For the most part it's working.

Question 1 :

But in my Sysprep.ing file and configure to only keep the "French Canada"
keyboard. But each time that my pc reboot after sysprep has done is job i'm
then stuck with a Canadian multilingual. So how the hell do i correct this
problem??!?!

Here's a few lines of my Sysprep.inf file :

;SetupMgrTag
[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
InstallFilesPath=C:\sysprep\i386
DriversigningPolicy=ignore

oemPnPDriversPath=Drivers\8305\Reseau;Drivers\8305 \Video;Drivers\8305\Audio;Drivers\8305\Chipset;Dri vers\8305\Misc
UpdateUPHAL
UpdateInstalledDrivers
TargetPath=\WINDOWS
LegacyNIC=1
FileSystem=LeaveAlone
ExtendOEMPartition=0
UnattendSwitch=Yes
KeyboardLayout="Français"

[GuiUnattended]
AdminPassword="XXXX"
EncryptedAdminPassword=No
OEMSkipRegional=1
OEMDuplicatorstring="Windows XP Pro SP2 Francais"
TimeZone=035
OemSkipWelcome=1
AutoLogon=Yes
AutoLogonCount=1

[UserData]
ProductKey=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
FullName="Test"
OrgName="Testing Corp"
ComputerName=XPCHANGEME

[TapiLocation]
CountryCode=107
Dialing=Tone
AreaCode=514

[Identification]
JoinWorkgroup=WKCHANGEME

[Networking]
InstallDefaultComponents=Yes

[SysPrep]
BuildMassStorageSection=Yes

[RegionalSettings]
LanguageGroup=1
SystemLocale=00000c0c
UserLocale=00000c0c
InputLocale=0c0c:00011009
InputLocale_DefaultUser=0c0c:00011009

[Branding]
BrandIEUsingUnattended=Yes

[Proxy]
Proxy_Enable=0
Use_Same_Proxy=0

[GuiRunOnce]
Command0="C:\Sysprep\ScriptBDEB.bat"

Question 2 :
My second problem is that i need to be able to start installation of
different little applications at the end of the mini installation at reboot.
So, right now, in the GuiRunOnce i'm using a batch file that use "start
/wait" to execute a command and wait for it to finish before moving on. But a
few of these apps are themself starting other process. So how can i monitor
these too? And i also have a problem of files clean up. So is there a way to
delete my installation files at the next reboot automatically since i can do
it on the spot?

Again, any help will be very appreciated!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 07:32 PM.








Design by Vjacheslav Trushkin for phpBBStyles.com.
Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74