Jump to content


  • 0
SaiTech

BuildMasStorageSection = Yes

Question

HI,

 

I just wounder if you add something in the [sysprepMassStorage] section , what will you have in the [sysprep] section

 

sysprep.inf

[sysprep]

BuildMasStorageSection = Yes ;Or shall it be blank

 

[sysprepMassStorage]

PCI\VEN_8086&DEV_2652&CC_0106=C:\Drivers\IntelSATA\iaahci.inf

 

/SaiTech

Share this post


Link to post
Share on other sites

3 answers to this question

Recommended Posts

  • 0

hi,

 

according to here its defined by what is in the Syprep section

 

[sysprep]

Automatically generates the entries in the [sysprepMassStorage] section.

[sysprepMassStorage]

Allows you to use the same image on computers with different mass-storage devices.

 

and

 

Sysprep parameters

You can use the following optional parameters with the Sysprep command in Windows XP:

• -bmsd - Populates all the available mass storage devices in the [sysprepMassStorage] section.

• -clean - Clears the critical devices database that is used by the [sysprepMassStorage] section in the Sysprep.inf file.

 

does that help ?

Share this post


Link to post
Share on other sites

  • 0

Thanks AnyWeb, but...

 

What I found out when I read about it the [sysprep] section is just for Auto update the [sysprepMassStorage] Section.

And if you manualy update the [sysprepMassStorage], I think the [sysprep] section will be blank...

 

From Mr Arwidmark

http://www.deployvista.com/Blog/JohanArwid...US/Default.aspx

 

Adding mass storage drivers to Windows XP for sysprep (imaging)

odify sysprep.inf to look like this . Since we manually update sysprep.inf, do not add BuildMassStorageSection = Yes to the [sysprep] section

 

[sysprep]

 

[sysprepMassStorage]

; Added for Intel SATA Controller Support

PCI\VEN_8086&DEV_2652&CC_0106=C:\Drivers\IntelSATA\iaahci.inf

 

!!! But then I read on Ben Hunter web

http://blogs.technet.com/benhunter/archive...r-xp-image.aspx

 

2. Update the BuildMassStorageSection entry in the [sysprep] section to equal YES.

 

3. Update the [sysprepMassStorage] section to specify each PnP ID and it's corresponding INF file.

 

Note This will require translating the information gathered from the INF files into the sysprep.inf format.

 

For example, the ExcludeFromSelect=PCI\VEN_8086&DEV_282A&CC_0104 gathered from the IASTOR.INF file would translate to PCI\VEN_8086&DEV_282A&CC_0104="C:\DRIVERS\IASTOR\IASTOR.INF".

 

The following excerpt provides an example of the updated sysprep.inf file.

 

[sysprep]

BuildMassStorageSection = YES

 

[sysprepMassStorage]

PCI\VEN_8086&DEV_2652&CC_0106="C:\DRIVERS\IASTOR\IAAHCI.INF"

 

 

Humm...........

 

Have I missunderstand something, or is Ben talk about something differant...

 

/SaiTech

Share this post


Link to post
Share on other sites

  • 0

Ben is talking about manually editing a sysprep.inf file in a light touch installation (LTI) of Windows XP using BDD 2007 (Business Desktop Deployment), so this may be different to what you require,

 

what are you trying to do exactly and how ?

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.