Appendix B: Configuring the Distribution Share
Using Deployment Workbench, the Computer Imaging System feature team can configure the distribution share in the following ways:
Add, remove, and configure operating systems.
Add, remove, and configure applications.
Add, remove, and configure operating system packages, including updates and language packs.
Add, remove, and configure out-of-box device drivers.
When the Computer Imaging System feature team adds operating systems, applications, operating system packages, and out-of-box device drivers to the distribution share, the team is storing the source files in the distribution share folder specified during BDD 2007 installation. The default is D:\Distribution, where D is the volume with the most available space. The team associates these stored items with builds later in the configuration process. In the distribution share’s Control folder, Deployment Workbench stores metadata about operating systems, applications, operating system packages, and out-of-box device drivers in the following files:
Applications.xml. Contains metadata about applications in the distribution share
Drivers.xml. Contains metadata about device drivers in the distribution share
OperatingSystems.xml. Contains metadata about operating systems in the distribution share
Packages.xml. Contains metadata about operating system packages in the distribution share
Operating Systems
Applications
Packages
Out-of-Box Drivers
Complete the following steps to add an operating system (Windows XP Professional or Windows Vista) to the distribution share:
In the Deployment Workbench console tree, right-click Operating Systems, and then click New to start the New OS Wizard.
Note Operating Systems resides beneath Distribution Share.
On the Choose the type of operating system to add page, shown in Figure 6, select Full set of source files, and then click Next.
This option copies the entire set of operating system source files from the distribution media or folder containing the distribution media. Optionally, the Computer Imaging System feature team can add operating system images from a specific Windows DS server by clicking Windows Deployment Services images. For more information, see “Adding Images from Windows DS” later in this appendix. Team members can also click Custom image file to add a custom image, created by using the Windows Deployment Wizard. For more information about creating a custom image, see “Appendix F: Capturing a LTI Image” later in this guide.
Figure 6. Choosing the type of operating system image to add
On the Select the location of the operating system files page, type the path containing the operating system source files to be added to the distribution share, and then click Next.
If the Computer Imaging System feature team has staged the operating system files on the local hard disk, team members can optionally select Move the files to the distribution share instead of copying them to speed the process.
On the Specify the destination page, type the name of the operating system folder to create in the distribution share, and then click Copy.
Accept the default name, which Deployment Workbench derives from the source files, or use a name that describes the operating system version and edition. For example, use Windows Vista Enterprise and Windows Vista Business to distinguish between the different editions of Windows Vista. Deployment Workbench uses this name to create a folder for the operating system in the distribution share’s Operating Systems folder.
This copy process can take several minutes to finish.
After adding an operating system to the distribution share, it appears in the details pane of Operating Systems. Also, the operating system appears in the distribution share in Operating Systems\subfolder, where subfolder is the destination specified when adding the operating system. Table 9 describes additional tasks the Computer Imaging System feature team can perform on operating systems that have been added to the distribution share.
Table 9. Operating Systems Tasks
To |
Complete these steps |
---|---|
Remove an operating system |
|
Rename an operating system |
|
BDD 2007 can deploy Windows Vista images added to a Windows DS server. It does not copy these images to the BDD 2007 distribution share; instead, it deploys them directly from the Windows DS share.
Complete the following steps to add Windows Vista images to the distribution share from a Windows DS server:
Copy the following files from the \sources directory of the Windows Vista media to the folder C:\Program Files\BDD 2007\bin:
Wdsclientapi.dll
Wdscsl.dll
Wdsimage.dll
In the Deployment Workbench console tree, right-click Operating Systems, and then click New to start the New OS Wizard.
Note Operating Systems resides beneath Distribution Share.
On the Choose the type of operating system to add page, select Windows Deployment Services images, and then click Next to add an image from a Windows DS server to the distribution share.
On the Select the Windows Deployment Services server page, type the name of the Windows DS server from which to add the operating system images, and then click Next.
For each build using a Windows DS image as an operating system source, associate a catalog file with the image: In the Builds item, right-click the build, click Properties, and then choose a catalog file in the Catalog box.
The New OS Wizard makes all the operating system installation images it finds on the Windows DS server available to BDD 2007. It does not copy the source files from the Windows DS server to the distribution share, however. BDD 2007 will continue to use the sources files from their original location. The images appear in the details pane of Operating Systems.
Note When adding images from Windows DS to a BDD 2007 deployment server running an x64 edition of Windows, install update 925404. This update is available through PSS. Windows Server 2003 R2 also includes it.
Complete the following steps to add an application to the distribution share:
In the Deployment Workbench console tree, right-click Applications, and then click New to start the New Application Wizard.
Note Applications resides beneath Distribution Share.
On the Specify the type of application to add page, shown in Figure 7, perform one of the following actions, and then click Next:
Select Application with source files to copy the application source files to the distribution share. During deployment, BDD 2007 installs the application from source files it copied to the distribution share.
Select Application without source files or elsewhere on the network. Choosing this option does not copy the application source files to the distribution share. During deployment, BDD 2007 installs the application from another location on the network. Also, choose this option to run a command that requires no application source files.
Figure 7. The New Application Wizard
On the Specify the details for this application page, provide the following information about the application, and then click Next:
In the Publisher box, type the name of the application’s publisher.
In the Application Name box, type the name of the application.
In the Version box, type a version label for the application.
In the Languages box, optionally type the languages that the application supports.
In the Platforms list, choose the platforms that the application supports.
On the Select the location of the application files page, type the path of the folder containing the application to be added, and then click Next.
If the Computer Imaging System feature team chooses to copy the application source files to the distribution share, Deployment Workbench copies everything in this folder to the distribution share; otherwise, it adds this path to the application’s metadata as the application’s installation path. If the operating system files are staged on the local hard disk, the team can optionally select Move the files to the distribution share instead of copying them to quickly move them to the distribution share.
On the Specify the destination page, type the name of the folder to create for the application within the distribution share, and then click Next.
Note The default value is the publisher, application name, and version label concatenated.
Caution When adding applications to the distribution share by using Deployment Workbench, ensure that every application has a unique full name. Otherwise, users will see multiple applications with the same name, each of which installs a different application, during a lite touch installation.
On the Specify installation details page, shown in Figure 8, type the command to use to install the application silently, and then click Add.
For example, type msiexec /qb /i program.msi. The command is relative to the working directory specified in the Working directory box.
Figure 8. The New Application Wizard
After adding an application to the distribution share, it appears in the Applications details pane. Also, it appears in the distribution share in Applications\subfolder, where subfolder is the destination specified when adding the application. Table 10 describes additional tasks that can be performed on applications added to the distribution share.
Table 10. Applications Tasks
To |
Complete these steps |
---|---|
Remove an application |
|
Edit an application’s general information |
|
Edit an application’s dependencies |
|
Enable or disable an application |
|
Restart the computer after installing an application |
|
Complete the following steps to add operating system packages, including language packs and updates, to the distribution share:
In Deployment Workbench, right-click OS Packages, and then click New to start the New Package Wizard.
Note OS Packages resides beneath Distribution Share.
On the Select the location of the package files page, type the path containing the package files to be added to the distribution share, and then click Add.
Deployment Workbench adds all the packages it finds in the folder and all its subfolders.
After adding packages to the distribution share, they appear in the OS Packages details pane. Also, the packages appear in the distribution share in the Packages folder. Table 11 describes additional tasks that Computer Imaging System feature team members can perform on packages that they have added to the distribution share.
Table 11. Packages Tasks
To |
Complete these steps |
---|---|
Remove a package |
|
View a package’s general information |
|
Enable or disable a package |
|
Complete the following steps to add device drivers to the distribution share:
In Deployment Workbench, right-click Out-of-Box Drivers, and then click New to start the New Driver Wizard.
Note Out-of-Box Drivers resides beneath Distribution Share.
On the Select the location of the driver files page, type the path containing the device drivers to be added to the distribution share, and then click Add.
Deployment Workbench adds all the device drivers it finds in the folder and its subfolders.
After adding device drivers to the distribution share, they appear in the Out-of-Box Drivers details pane. Also, the device drivers appear in the distribution share in the Out-of-Box Drivers folder. Table 12 describes additional tasks Computer Imaging System feature team members can perform on device drivers that have been added to the distribution share.
Table 12. Out-of-Box Drivers Tasks
To |
Complete these steps |
---|---|
Remove a device driver |
|
View a device driver’s general information |
|
Enable or disable a device driver |
|
Change a device driver’s group assignments |
|
Download
Get the Microsoft Solution Accelerator for Business Desktop Deployment 2007
Update Notifications
Sign up to learn about updates and new releases
Feedback