Jump to content

some sysprep questions


DJ MyRinX

Recommended Posts

hello peeps

first of all, i'm a n00b with sysprep.

i did some reading the past 3 days but still got some questions about sysprep.

first of all, i know it's possible to add a custom pic as background image starting up a pc which was sealed using sysprep. (no win xp logo but our own)

but how do i add it in the .inf?

the location of the pic is c:\sysprep\sysprep.jpg

i don't want to make 1 image for all our pc's, do i still have to consider some probs with the HAL?

here's my .inf created with setupmgr.exe, are there some things i need to be aware of?

[GuiUnattended]

EncryptedAdminPassword=NO

OEMSkipRegional=1

AdminPassword="................................."

TimeZone=110

OemSkipWelcome=1

[userData]

ProductID=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx

FullName="."

OrgName="Peterson"

ComputerName=*

[TapiLocation]

CountryCode=31

[identification]

JoinWorkgroup=PS

[Networking]

InstallDefaultComponents=Yes

[unattended]

OemSkipEula=Yes

TargetPath=\WINDOWS

[branding]

BrandIEUsingUnattended=Yes

[Proxy]

Proxy_Enable=0

Use_Same_Proxy=0

[Display]

BitsPerPel=32

Xresolution=800

YResolution=600

Vrefresh=60

Thanks a lot!

edit:

i only want to make an image of one type of pc, do i still need to make a drivers directory?

Edited by DJ MyRinX
Link to comment
Share on other sites


If all of the machines are the same then you do not need to worry about the HAL, and if you have installed the drivers on the reference machine when you build it then you should not need the drivers directory either.

Sorry, I can't help with the logo, never tried that before.

Link to comment
Share on other sites

i did found this info:

Key name: OEMBackgroundBitmapFile

Values: <file name> [,<resource id>]

Description: This key specifies a background bitmap to display. If this

key has only one field, it is assumed to be a bitmap (.bmp)

file located in the folder in which Sysprep.exe resides. If

two fields are specified, the first field is the name of a

dynamic-link library (DLL) and the second field is a decimal

number that represents the resource ID of the bitmap in the

DLL. The DLL should be located in the folder that contains

Sysprep.exe.

I just don't know where to put it in the sysprep.inf

Link to comment
Share on other sites

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...