Windows Vista Sysprep

  • Thread starter Thread starter AFC_1903
  • Start date Start date
A

AFC_1903

Guest
I am trying to create an image for Vista (Enterprise) using sysprep and
ImageX. The image is being (has been) made in VMware, and to this image
I would like to add other languages. I have a selection of other
language Vista ISO disks at my disposal (French, Spanish, Japanese,
German, Polish etc).

How would I go about attaching these to it? Images can be made of
each/any other languages. The end image is (if all goes to plan) to
allow users the option of which language they want to use.

Do I take images of multiple OS's then combine them in some way?

I am a beginner with Vista, and scripting isn't a strong point either,
so any and all help will be much appreciated.

G


*EDIT*

This is the script I made.....

;SetupMgrTag
[Unattended]
KeepPageFile=0
OEMSkipEULA=Yes
UpdateInstalledDrviers=No
NonDriversSigningPolicy=Ignore


[Sysprep]
BuildMassStorageSection=Yes

[GuiUnattended]
AdminPassword="Password"
EncryptedAdminPassword=NO
OEMSkipRegional=1
OEMSkipWelcome=1
AutoLogon=Yes
AutoLogonCount=100
OEMSkipRegional=0
TimeZone=85

[UserData]
FullName="Test"
OrgName="Cork"
ComputerName=Cork*

[Identification]
JoinWorkgroup=Work1


--
AFC_1903
Posted via http://www.vistaheads.com
 
Re: Sysprep

Use this forum to discuss all aspects of imaging and deploying Windows Vista:
http://forums.microsoft.com/TechNet/ShowForum.aspx?ForumID=721&SiteID=17

--
Carey Frisch
Microsoft MVP
Windows Desktop Experience -
Windows Vista Enthusiast

---------------------------------------------------------------

"AFC_1903" wrote:

I am trying to create an image for Vista (Enterprise) using sysprep and
ImageX. The image is being (has been) made in VMware, and to this image
I would like to add other languages. I have a selection of other
language Vista ISO disks at my disposal (French, Spanish, Japanese,
German, Polish etc).

How would I go about attaching these to it? Images can be made of
each/any other languages. The end image is (if all goes to plan) to
allow users the option of which language they want to use.

Do I take images of multiple OS's then combine them in some way?

I am a beginner with Vista, and scripting isn't a strong point either,
so any and all help will be much appreciated.

G


*EDIT*

This is the script I made.....

;SetupMgrTag
[Unattended]
KeepPageFile=0
OEMSkipEULA=Yes
UpdateInstalledDrviers=No
NonDriversSigningPolicy=Ignore


[Sysprep]
BuildMassStorageSection=Yes

[GuiUnattended]
AdminPassword="Password"
EncryptedAdminPassword=NO
OEMSkipRegional=1
OEMSkipWelcome=1
AutoLogon=Yes
AutoLogonCount=100
OEMSkipRegional=0
TimeZone=85

[UserData]
FullName="Test"
OrgName="Cork"
ComputerName=Cork*

[Identification]
JoinWorkgroup=Work1


--
AFC_1903
Posted via http://www.vistaheads.com
 
RE: Sysprep

Hello,
Have you downloaded and installed the Windows AIK?
the Windows Automated Installation Kit (Windows AIK) User's Guide help file
has multiple sections on installing Language packs
Topics include
Create a MultiLingual Windows Image
Installing Language Interface Packs
Install a Language Pack to an Offline Image
Add a Language to Windows Setup
Deploy a Multilingual Windows Operating System
Use the Language Pack Setup Tool To install a Language Pack

There are more, so this should be your starting point

Download location
http://www.microsoft.com/downloads/details.aspx?FamilyID=c7d4bc6d-15f3-4284-
9123-679830d629f2&DisplayLang=en

Thanks,
Darrell Gorter[MSFT]

This posting is provided "AS IS" with no warranties, and confers no rights
--------------------
| >From: AFC_1903 <AFC_1903.39cjob@no-mx.forums.vistaheads.com>
| >Subject: Sysprep
| >Date: Tue, 13 May 2008 12:10:40 +0100
| >Message-ID: <AFC_1903.39cjob@no-mx.forums.vistaheads.com>
| >Organization: Vistaheads Windows Vista Community
| >User-Agent: vBulletin USENET gateway
| >X-Newsreader: vBulletin USENET gateway
| >X-Originating-IP: 83.71.136.186
| >Newsgroups: microsoft.public.windows.vista.general
| >NNTP-Posting-Host: olive.webhostingireland.ie 81.17.241.30
| >Lines: 1
| >Path: TK2MSFTNGHUB02.phx.gbl!TK2MSFTNGP01.phx.gbl!TK2MSFTNGP02.phx.gbl
| >Xref: TK2MSFTNGHUB02.phx.gbl
microsoft.public.windows.vista.general:303616
| >X-Tomcat-NG: microsoft.public.windows.vista.general
| >
| >
I am trying to create an image for Vista (Enterprise) using sysprep and
ImageX. The image is being (has been) made in VMware, and to this image
I would like to add other languages. I have a selection of other
language Vista ISO disks at my disposal (French, Spanish, Japanese,
German, Polish etc).

How would I go about attaching these to it? Images can be made of
each/any other languages. The end image is (if all goes to plan) to
allow users the option of which language they want to use.

Do I take images of multiple OS's then combine them in some way?

I am a beginner with Vista, and scripting isn't a strong point either,
so any and all help will be much appreciated.

G


*EDIT*

This is the script I made.....

;SetupMgrTag
[Unattended]
KeepPageFile=0
OEMSkipEULA=Yes
UpdateInstalledDrviers=No
NonDriversSigningPolicy=Ignore


[Sysprep]
BuildMassStorageSection=Yes

[GuiUnattended]
AdminPassword="Password"
EncryptedAdminPassword=NO
OEMSkipRegional=1
OEMSkipWelcome=1
AutoLogon=Yes
AutoLogonCount=100
OEMSkipRegional=0
TimeZone=85

[UserData]
FullName="Test"
OrgName="Cork"
ComputerName=Cork*

[Identification]
JoinWorkgroup=Work1


--
AFC_1903
Posted via http://www.vistaheads.com

| >
 
Back
Top