找回密码
 注册
搜索
系统gho:最纯净好用系统下载站投放广告、加入VIP会员,请联系 微信:wuyouceo
查看: 5113|回复: 12

微软官方关于XIMAGE的详细用法介绍

[复制链接]
发表于 2005-8-6 12:58:08 | 显示全部楼层 |阅读模式
[这个贴子最后由微软破解中心在 2005/08/06 01:10pm 第 3 次编辑]

XImage Technical Reference
XImage is a command-line tool that uses a set of APIs, known as Windows Imaging API (WIMGAPI), to perform tasks with the Microsoft Windows Imaging (.wim) files. The .wim files contain one or more volume images for a Windows operating system, while a volume image represents the captured volume or partition of a Windows operating system. The primary purpose of XImage is to capture, modify, and apply images for deployment in a manufacturing or corporate IT environment.
You typically use XImage with the Windows Imaging File System Filter (WIM FS Filter) driver. The WIM FS Filter driver enables you to mount an image to a directory, where you can browse, copy, paste, and edit the files from a file management tool, such as Windows Explorer, without extracting or recreating the image.

In this Section
What is XImage?
How XImage Works
XImage Command-Line Options
Related Sections
Configuration File Creation
Walkthrough: Capture an Image
Walkthrough: Compress an Image
Walkthrough: Mount and Modify an Image
Walkthrough: Apply a Deployment Image
What is XImage?
XImage is a command-line tool that enables Original Equipment Manufacturers (OEMs) and corporations to capture, modify, and apply file-based disk images for rapid deployment. XImage works with Windows Imaging (.wim) images for copying to a network, or it can work with other technologies that use the .wim images, such as Setup for Windows code-named "Longhorn," Windows Deployment Services (WDS), and the SMS Operating System Feature Deployment Pack.
Corporations that do not require the capture functionality or the low-level features included in XImage can still use related technologies such as unattended Setup, Group Policy, and Systems Management Server (SMS).
This topic includes:
Benefits of XImage
Common XImage Scenarios
Limitations of XImage
Dependencies of XImage
Technologies Related to XImage
Related Information
Benefits of Ximage
Many OEMs and corporations need to deploy and install Windows as rapidly as possible, including all relevant updates, applications, and settings. Reduced deployment and installation time lower manufacturing costs for OEMs, and can decrease cost and scheduling risk for corporate deployments. In the past, if OEMs and corporations wanted to minimize the amount of time required to install Windows, they had to use sector-based imaging formats, or the MS-DOS xcopy command, to copy an installation of Windows onto new hardware.
The sector-based imaging format and the MS-DOS xcopy command can have a number of limitations:
Sector-based imaging requires that the destination computer use the same Hardware Abstraction Layer (HAL) as the master computer.
Sector-based imaging requires that the destination computer boot from the same mass-storage controller as the master computer.
Sector-based imaging destroys the existing contents of the destination computer’s hard drive, complicating Windows deployment scenarios.
Sector-based imaging duplicates the hard drive exactly; therefore, the image can deploy only on partitions that are the same type as the master computer, and are at least as large as the partition on the master computer.
Sector-based imaging does not enable direct modification of imaged files.
Sector-based imaging may require the purchase of third-party applications and services.
The limitations of sector-based imaging led Microsoft to develop XImage and the accompanying Windows Image file-based image format. You can use XImage to create an image, modify the image without going through the extraction and re-creation process, and finally deploy the image to your environment, all from within the same tool. Because XImage works at the file level, it provides the following capabilities:
More flexibility and control over the deployed media.
Rapid extraction of images to decrease setup time.
A reduction in image size due to "single instancing," which means that the file data is stored separately from the path information. This enables files that exist in multiple paths or in multiple images to be stored once, and shared across the images.
Non-destruction application of images. XImage does not perform an all-inclusive overwrite of the contents of your drive. You can selectively add and remove information.
The ability to work across any platform supported by Windows.
Two different compression algorithms, Fast and Maximum, to further reduce your image size.
The ability to treat an image file like a directory. For example, you can add, copy, paste, and delete files from a file management tool, such as Windows Explorer.
Common XImage Scenarios
XImage is a command-line tool that enables the creation, modification, and deployment of images, by using a shared imaging format across operating system images, including applications. The following scenarios are particularly compatible with the XImage process.
Creating an Image for Rapid Deployment
The most common scenario for XImage is capturing and applying an image from a network location for rapid deployment. This scenario requires booting your technician computer into Windows PE, capturing the image using XImage, putting the image on a network share, and then applying the image to the destination computers.
Modifying an Image File
Another common scenario for XImage is customizing an existing image, including updating files and folders. This scenario involves adding, removing, editing, and copying files from your image using the WIM FS Filter driver and a file management tool, such as Windows Explorer.
Limitations of XImage
Ximage has the following limitations:
You can use XImage only to capture and apply a full version of the operating system and software applications. You cannot use XImage to capture and apply upgrades to the operating system or applications.
You can use only Windows Imaging formatted images to interact with XImage. Previous images, created with third-party imaging tools, cannot be used with XImage.
You can use only a single compression type for a .wim file. Appended image files must use the same compression type as the initial capture.
You can mount an image only from Microsoft® Windows XP® with Service Pack 2 (SP2), Microsoft® Windows Server 2003® with Service Pack 1 (SP1), or Microsoft® Windows code-named "Longhorn."
Note   Although XImage cannot mount an image from a computer running any other operating system, it can capture and apply images for any version of Microsoft Windows code-named "Longhorn," Microsoft Windows Server 2003, Microsoft Windows XP, and Microsoft Windows 2000.
You can mount a .wim file with read/write permissions only on an NTFS file system. This avoids the 2-gigabyte (GB) barrier imposed by FAT file systems and prevents data loss that is possible with FAT or other non-NTFS file systems.
Note   Although XImage can mount a .wim file with read/write permissions only from an NTFS file system, you can mount your image as read-only from NTFS, FAT, ISO, and UDF file systems. You cannot save changes to the image file while it is mounted as read-only.
You must use other Microsoft tools, such as Diskpart and Format, to prepare your disks for volume images.
Dependencies of XImage
XImage has the following dependencies.
Using the Setup Manager, you may create an installation image, which will you will capture later using XImage.
Using the Sysprep tool, you may prepare and clean your data for capture by XImage. Running Sysprep on your master computer removes all user-specific and computer-specific settings and data, resets the product activation clock to 30 days, and enables the creation of a new security identifier (SID) upon restart. Once you have run Sysprep, you can boot your master computer into the Windows Preinstallation Environment (Windows PE) to capture the image.
You must boot your technician computer into the Windows PE environment. From Windows PE, you may run XImage to capture your image. After you create the image, boot your technician computer, install the Windows Imaging File System Filter (WIM FS Filter) driver, edit your image, and apply it from a network location.
Technologies Related to XImage
XImage is related to the following technologies:
Windows Deployment Services (WDS)
If you do not use XImage for deployment, you may use Microsoft Windows Deployment Services (WDS). WDS enables companies to remotely administer and deploy the latest operating system and other .wim files, using Windows PE and WDS Server. This deployment scenario can be fully unattended, and is customizable and scalable.
Note   Windows Deployment Services replaces the existing Remote Operating System Installation (RIS) deployment technology.
Systems Management Server (SMS) Operating System Deployment Feature Pack
If you do not use XImage for deployment, you may use the Systems Management Server (SMS) Operating System Deployment Feature Pack. The SMS Operating System Deployment Feature Pack enables companies to deploy the latest operating systems and applications in a customizable, centralized, and scalable way. For more information, refer to http://www.microsoft.com/smserver.
See Also
How XImage Works
XImage Command-Line Options
Configuration File Creation
Walkthrough: Capture an Image
Walkthrough: Compress an Image
Walkthrough: Mount and Modify an Image
Walkthrough: Apply a Deployment Image
How XImage Works  
XImage is a command-line tool that uses a set of APIs, known as Windows Imaging API (WIMGAPI), to perform many tasks with the Microsoft Windows Imaging (.wim) files. The primary purpose of XImage is to capture, modify, and apply images for deployment in a manufacturing or corporate IT environment.
You typically use XImage with the Windows Imaging File System Filter (WIM FS Filter) driver. The WIM FS Filter driver enables you to mount an image as if it were a directory and browse, copy, paste, and edit the files from a file management tool, such as Windows Explorer, without extracting or recreating the image.
This topic includes:
XImage Terms and Definitions
XImage Architecture
XImage Terms and Definitions
The following table presents the most common terms and definitions used by XImage.
TermDefinition
XImageA command-line tool utilizing the Windows Imaging file structure to capture, modify, and apply an image to your network or destination computers.
Volume ImageThe captured image file. One or more volume image(s) constitute a Windows Imaging (.wim) file.
Windows Imaging File (.wim)A file-based imaging format, which contains one or more volume images.
Split Windows Imaging Files (.swm)A collection of read-only files, which contain one or more volume images of a Windows system, captured using XImage.
Windows Imaging APIs (WIMGAPI)An API set used by XImage for capturing and applying images to your network or destination computers.
File-based ImagingThe process of capturing information at the file level into a single volume, with metadata describing the files. Also known as single instancing.
Sector-based ImagingThe process of capturing every non-blank sector into a physical file. This is not the process used by XImage.
Single InstancingThe process of storing the file data separately from the path information, with the path information stored as image metadata.
WIM File System Filter (WIM FS Filter) DriverA driver that enables you to mount your image file and work with it through a file management tool, such as Windows Explorer.
XImage Architecture
XImage relies on several components, including the XImage executable (ximage.exe), the WIM File System Filter (wimfltr.inf), the WIM API set (WIMGAPI), and the .wim file format. The following diagram shows the interaction between these components.


ComponentDescription
XImage.exeAn executable that uses an API layer to support interaction with the .wim file. This interaction includes capturing your image, compressing your image, mounting and unmounting your image, applying your image, and so on.
WIM File System FilterOnce you install the WIM FS Filter driver, the WIM File System Filter handles the browsing and editing capabilities for the .wim file. After you mount a .wim file to a directory, the filter monitors all file system requests for files or data and maps the requests to the appropriate data within the .wim file. This enables you to view the contents of your image file from any standard file management tool, such as Windows Explorer.Additionally, the offline servicing of your image enables you to view and edit your .wim files without having to reapply and recapture the image. To mount and edit the contents of your .wim file, a user-mode tool and a kernel-mode file system filter interact with each other using a communication protocol and the WIM API set.
WIM API Set (WIMGAPI)The API layer that interacts with both the XImage executable and the WIM FS Filter driver. It is also the primary interface for third party tools and setup technology. The APIs can be categorized into the following groups:Add/update/remove file dataAdd/update/remove image dataExtract image dataMounting an Image using the WIM File System FilterSpanning of imagesMessaging status and progress
Windows Imaging (.wim) fileA collection of image files that contain an operating system and its components. XImage uses the .wim file format for the capture, offline servicing, and the deployment process, providing a comprehensive imaging solution for your deployment scenarios.
See Also
What is XImage?
XImage Command-Line Options
Configuration File Creation
Walkthrough: Capture an Image
Walkthrough: Compress an Image
Walkthrough: Mount and Modify an Image
Walkthrough: Apply a Deployment Image
XImage Command-Line Options
XImage is a command-line tool in Windows code-named “Longhorn,” that you can use to create and manage Microsoft Windows Imaging (.wim) files. A .wim image file contains one or more volume images, disk volumes that contain images of an installed Windows operating system.
To modify your volume images, you must install the Windows Imaging File System Filter (WIM FS Filter) driver on a computer running Microsoft Windows XP with Service Pack 2 (SP2), Microsoft Windows Server 2003 with Service Pack 1 (SP1), or Windows code-named "Longhorn." Installing the WIM FS Filter driver enables you to mount a .wim file as if it were a directory and to browse, copy, paste, and edit the volume images from a file management tool, such as Windows Explorer, without extracting or recreating the image.
Important   You must run each of these command-line options individually. Additionally, if you do not provide a location for your captured .wim file, the process automatically creates it in your XImage directory. For example, if you enter data.wim instead of d:\imaging\data.wim while using the /capture option, the data.wim file appears in your XImage directory.
XImage Command-Line Options
The following command-line options are available for XImage:
ximage [/append directory image_file "description" [/verify]]
ximage [/apply image_file directory index_number [/verify]]
ximage [/boot image_file index_number {/capture directory image_file "description"} | {/append directory image_file "description"} | {/export destination.wim_file source.wim_file index_number}]
ximage [/capture directory image_file "description" [/verify]]
ximage [/compress {maximum | fast | none} /capture directory image_file "description"]
ximage [/config configuration_file.ini {/capture directory image_file "description"} | {/append directory image_file "description"}]
ximage [/delete image_file index_number]
ximage [/dir[image_file] index_number]
ximage [/export destination.wim_file source.wim_file index_number]
ximage [/info image_file]
ximage [/mount [directory] image_file index_number [/verify]]
ximage [/mountrw [directory] image_file index_number [/verify]]
ximage [/ref splitwim2.swm /apply splitwim.swm drive index_number]
ximage [/split image_file destination.wim_size]
ximage [/unmount [/commit][directory]]
Option Description
/append directory image_file "description" [/verify]
Appends a volume image to an existing image (.wim) file. Creates a single instance of the file, comparing it against the resources that already exist in the .wim file, so you do not capture the same file twice.Important   You must run this option from the Windows Preinstallation Environment (Windows PE). Additionally, you must ensure that you have enough disk space for the /append option to run. If you run out of disk space during the /append option, you may corrupt the appended .wim file.Important   The .wim file can have only one assigned compression type; therefore, you can append only files with the same compression type.directoryThe name and location of the existing .wim file to append.image_fileThe name and location of the volume image that appends the existing file."description" The text that provides additional reference information. The straight quotation marks are required.You may also use the /verify option, which enables file verification, checking for errors and file duplication.Example: ximage /append d: d:\imaging\data.wim "Drive D" /verify
/apply image_file directory index_number [/verify]
Applies a volume image to a specified drive.Important   You must run this option from Windows PE.image_fileThe name and location of the volume image applied to the directory.directoryThe name and location where to apply the image.index_numberThe number that references the specific volume within the .wim file.You must create all hard disk partitions before beginning this process, unless you run this option using a script. If you use the /apply option for a directory structure, the option will include the specified directory, including all subdirectories and files.Important   You must include the parent directory for the /apply option; otherwise, when the image is applied, the image will overwrite everything in that location. For example, if you apply the image to drive C, the /apply option can overwrite everything that exists in drive C with your image files.To automate the creation of a directory, you must add the mkdir <target_directory> command to your script, before XImage performs the /applyoption.Example: ximage /apply d:\imaging\data.wim d:\New_Directory 1 /verify
ximage /boot image_file index_number {/capture directory image_file "description"} | {/append directory image_file "description"} | {/export destination.wim_file source.wim_file index_number}
Defines the .wim and volume image from which to boot Windows PE. Only one volume image can be marked as bootable within a .wim file.Important   You must run this option from Windows PE.image_fileThe name and location of the .wim file, which contains the volume image to make bootable.index_numberThe number that references the specific volume to boot within the .wim file.Example: ximage /boot d:\imaging\data.wim 1 /verify /capture d: d:\imaging\data.wim "Drive D"
/capture directory image_file "description" [/verify]
Captures a volume image from a drive to a new .wim file. Captured directories include all subfolders and data.Important   You must run this option from Windows PE.During the capture operation, fast compression is automatically applied. If you require a different compression type, you must use the /compress option.directoryThe name and location of the volume image for capture.image_fileThe name and location of the new .wim file."description" The text that provides additional reference information. The straight quotation marks are required.You may also use the /verify option, which enables file verification, checking for errors and file duplication.Note   The /capture option is only capable of creating a single .wim file; however, you may split this image file by using the /split option, as necessary.Example: ximage /capture d: d:\imaging\data.wim "Drive D" /verify
/compress {maximum | fast | none} /capture directory image_file "description"Specifies the type of compression used for the initial capture operation. You can use only one type of compression for each .wim file; therefore, this option is valid only on the initial capture. You must use this option with the /capture option.Important   You must run this option from Windows PE.maximumProvides the best compression; however, it also takes the longest time to capture the image.fast Provides faster image compression, but provides less compression than that provided by maximum. This is also the default compression type, used if you leave this parameter blank.none Provides no compression to the captured image.Note   While the compression type that you choose affects the capture time, it slightly affects the apply time.Example: ximage /compress fast /capture d: d:\imaging\data.wim "Drive D"
/config configuration_file.ini {/capture directory image_file "description"} | {/append directory image_file "description"}
Enables you to create and use a configuration file, defining the following for the captured or appended .wim file:&#61623;Folders and files that must be excluded from the /capture operation.&#61623;Folders, files, and file types that must be excluded from the /compress operation.&#61623;Whether the .wim file must align on a 64K boundary.Important   You must run this option from Windows PE. Additionally, you must use either the /capture or /append option with the /config option.configuration_file.ini The name and location of the configuration file. You can rename this file, as necessary.Important   If you name your configuration_list.ini file Wimscript.ini, and store it in your XImage directory (where the XImage.exe file is located); it will automatically run when you run the /capture option, without requiring you to use the /config option.Example: ximage /config c:\configuration.ini /capture d: d:\imaging\data.wim "Drive D"
/delete image_file index_number
Deletes the specified volume image from a .wim file with multiple volume images. This option deletes only the metadata entries and XML entries; it does not delete the stream data and does not optimize the .wim file. Once the file is mounted, you may view, but not modify, all the information contained in the directory. If you do not specify the parameters to mount, this option will list all mounted images.image_fileThe name and location of the .wim file specified for deletion.index_numberThe number that references the specific volume within the .wim file.Important   You must run this option from Windows PE. Additionally, there must always be at least one volume image in a .wim file; therefore, you can delete a volume image only if more than one image exists.Example: ximage /delete d:\imaging\data.wim 1
/dir [image_file] index_number
Displays a list of the files and folders within a specified volume image.image_fileThe name and location of the volume image for review. If you do not provide a volume image, this option returns a directory listing for all volume images in the .wim file.index_numberThe number that references the specific volume within the .wim file.Example: ximage /dir d:\imaging\data.wim 1
/exportdestination.wim source.wim index_number
Exports a copy of the specified .wim file (Source.wim) to another .wim file (Destination.wim). The Source.wim and Destination.wim files must use the same compression type.Important   You must run this option from Windows PE. Additionally, you must ensure that you have enough disk space for the /export option to run. If you run out of disk space while the /export option runs, you might corrupt the Destination.wim file.destination.wim_fileThe name and location of the .wim file, appended with the source.wim_file data.source.wim_fileThe name and location of the .wim file that appends the destination.wim_file data.index_numberThe number that references the specific volume within the .wim file.Example: ximage /export d:\imaging\data.wim d:\imaging\sample.wim 1
/info image_file
Returns the stored XML descriptions for the specified .wim file, including but not limited to the total file size, the image index number, the directory count, file count, and a description.image_fileThe name and location of the .wim file for XML data review.Example: ximage /info d:\imaging\data.wim
/mount [directory] image_file index_number
Mounts a .wim file from Microsoft Windows XP with Service Pack 2 (SP2), Microsoft Windows Server 2003 with Service Pack 1 (SP1), or Windows code-named "Longhorn," with read-only permission, to a specified directory.Once the file is mounted, you may view, but not modify, all the information contained in the directory.Important   You must install the WIM FS filter before you can mount an image.directoryThe complete directory location to mount the files. If you do not specify a directory, this option will list all mounted images.image_fileThe name and location of the .wim file to mount with read-only permission.Note   The image_file must be a valid .wim file. You cannot mount .swm files using XImage.index_numberThe number that references the specific volume within the .wim file.Example: ximage /mount c:\mounted_images d:\imaging\data.wim 2
/mountrw [directory] image_file index_number
Mounts a .wim file from Microsoft Windows XP with Service Pack 2 (SP2), Microsoft Windows Server 2003 with Service Pack 1 (SP1), or Windows code-named "Longhorn," with read/write permission, to a specified directory.Once the file is mounted, you may view and modify all the information contained in the directory.Important   You must install the WIM FS filter before you can mount an image.The /mountrw option requires exclusive access to the .wim file; therefore, you cannot use the /mountrw option if an image is currently mounted using either the /mount or /mountrw options.Important   You must not mount an image to the parent or subdirectories of an already mounted directory. Upon mounting an image to a directory that contains files, the existing files will be masked until you run the /unmount option. Additionally, you must not mount your image to Windows reserved folders.directoryThe complete directory location to mount the .wim file. If you do not specify a directory, this option will list all mounted images.image_fileThe name and location of the .wim file to mount with read/write permission.Note   The image_file must be a valid .wim file. You cannot mount .swm files using XImage.index_numberThe number that references the specific volume within the .wim file.Example: ximage /mountrw c:\mounted_images d:\imaging\data.wim 2
/refsplitwim2.swm /apply splitwim.swm drive index_number
Enables the reference of split .wim files (SWMs).Important   You must run this option from Windows PE. Additionally, you must run this option with the /apply option.splitwim2.swmThe name and location of the split .wim files. These may be specified with wildcard characters (for example, *) or exact names. Split .wim files always contain a number within the file name, for example, Data2.swm, Data3.swm, and so on.Important   You must specify all .swm files. If file resources are not located for the specified image in the supplied set, the option will fail.splitwim.swmThe name and location of the initial split .wim file, typically displayed without a number in the file name, for example, Data.wim.index_numberThe number that references the specific volume within the .wim file.Note   You may use multiple /ref options with the /apply option.Example: ximage /ref d:\imaging\data2.swm /apply d:\imaging\data.swm D: 1
/split image_file destination.wim_size
Splits an existing .wim file into multiple read-only split .wim files (.swm).Important   You must run this option from Windows PE.image_fileThe name and location of the .wim file to split.destination.wim_sizeDetermines the size in megabytes (MB) for each created file.This option generates the .swm files into the specified directory; naming the files the same as the specified image_file, but with an additional number and the .swm file name extension. For example, if you choose to split a file named Data.wim, this option creates a Data.swm file, a Data2.swm file, a Data3.swm file, and so on, defining each portion of the split .wim file.Example: ximage /split d:\imaging\data.wim 600
/unmount [/commit][directory]
Unmounts the mounted image from a specified directory.Important   Confirm that you have enough hard disk space to add the files for your image. You must account for the size of the files that you add to the .wim file, plus any increase in file size due to the modification of existing files, minus any files that you deleted, before performing the /commit option. If you do not have enough hard disk space, an error will occur.directoryThe complete directory location to unmount the files. If you do not specify a directory, this option will list all mounted images.If you use the /unmount option without the /commit option, your changes will be discarded. To save your changes, you must meet both of the following conditions:1.You used the /commit option with the /unmount option.2.You mounted the image using the /mountrw option.Example: ximage /unmount /commit c:\mounted_images
See Also
What is XImage?
How XImage Works
Configuration File Creation
Walkthrough: Capture an Image
Walkthrough: Compress an Image
Walkthrough: Mount and Modify an Image
Walkthrough: Apply a Deployment Image
发表于 2005-8-6 13:39:00 | 显示全部楼层

微软官方关于XIMAGE的详细用法介绍

谁能翻译成中文呀
回复

使用道具 举报

发表于 2005-8-6 15:43:37 | 显示全部楼层

微软官方关于XIMAGE的详细用法介绍

好! 有空我翻译一下。
回复

使用道具 举报

发表于 2005-8-6 15:44:04 | 显示全部楼层

微软官方关于XIMAGE的详细用法介绍

我晕,一句都没看懂
回复

使用道具 举报

发表于 2005-8-8 13:13:47 | 显示全部楼层

微软官方关于XIMAGE的详细用法介绍

一句都没看懂
回复

使用道具 举报

发表于 2005-8-8 15:05:34 | 显示全部楼层

微软官方关于XIMAGE的详细用法介绍

头大啦,呵呵呵呵
回复

使用道具 举报

发表于 2005-8-10 08:49:12 | 显示全部楼层

微软官方关于XIMAGE的详细用法介绍

晕,没看懂
回复

使用道具 举报

发表于 2005-8-10 10:34:07 | 显示全部楼层

微软官方关于XIMAGE的详细用法介绍

现在的最新版是什么版本啊
回复

使用道具 举报

发表于 2005-8-10 11:31:48 | 显示全部楼层

微软官方关于XIMAGE的详细用法介绍

看不明白!!
回复

使用道具 举报

发表于 2005-8-11 10:13:44 | 显示全部楼层

微软官方关于XIMAGE的详细用法介绍

先用 金山快译 译一下,等有人译好了再删除
XImage 技术上的叁考
XImage 是一个指令- 线使用一组美国石油协会的工具, 即是图像美国石油协会的窗口 (WIMGAPI), 用微软窗口图像运行工作 (.wim)文件。 那。wim 文件为窗口操作系统包含一或较多的体积图像, 当图像表现窗口操作系统的被捕获的体积或分割的体积时候。 XImage 的主要目的要捕获,修正,而且为一制造业或公司的配置应用图像它环境。
你典型地和窗口一起使用 XImage 图像文件系统过滤器 (WIM FS 过滤器) 驾驶者。WIM FS 过滤器驾驶者使你能够装对一个目录的一个图像,你能哪里浏览,复印,用浆糊黏,而且不吸取或再创造图像而编辑来自一个像窗口探险家这样的文件管理工具的文件。

在这一个区段中
XImage 是什么?
XImage 如何工作
XImage 指令- 线选项
相关的区段
结构文件创造
游戏攻略: 捕获一个图像
游戏攻略: 压缩一个图像
游戏攻略: 装而且修正一个图像
游戏攻略: 应用一个配置图像
XImage 是什么?
XImage 是一个使最初的仪器制造业者 (OEM) 和公司能够捕获,修正,而且应用文件的指令- 线工具-为迅速的配置建立磁盘片图像。 和窗口图像的 XImage 工厂 (.wim)复印到一个网络的图像, 或它能与使用的其他技术合作那。为窗口密码命名的 "长角牛" ,窗口配置服务 (WDS) 和 SMS 操作系统特征配置包裹的 wim 图像, 像是装备。
不需要抓取功能性的公司或被包含在 XImage 中的低水平特征能仍然使用相关的技术 , 像是无随员的装备 , 团体政策 , 和系统管理伺候器。 (SMS)
这一个主题包括:
?XImage 的利益
?通常的 XImage 情节
?XImage 的限制
?XImage 的属国
?被讲到 XImage 的技术
?相关的数据
Ximage 的利益
许多 OEM 和公司尽可能快速地展开并且安装窗口, 包括所有的有关更新,申请和设定。减少了配置和为 OEM 安装时间比较低的制造业的费用, 而且能减少费用而且为公司的配置行程安排的危险。 过去, 如果 OEM 和公司将对安装窗口是必需的时间数量减到最少,他们必须使用部门-建立图像格式 , 或 MS-DOS xcopy 指令, 在新的硬件之上复印窗口的一个安装。
部门- 建立图像格式和 MS-DOS xcopy 指令能有许多的限制:
?部门- 建立图像需要目的地计算机使用如同主人的计算机一般的硬件抽象化层 (Henry 的昵称)。
?部门- 建立图像需要目的地计算机从如同主人的计算机一般的块- 储藏控制器踢。
?部门- 建立图像破坏目的地计算机的硬盘已存在的内容,弄复杂窗口配置情节。
?部门-建立完全地图像副本硬盘;因此,图像只能在如同主人的计算机一般的类型, 而且在主人的计算机上是至少像分割一样的大分割上展开。
?部门- 建立图像不使图像的文件直接的修正能够。
?部门- 建立图像可能需要对第三者申请和服务的购买。
部门的限制- 建立图像领导微软发展 XImage 和那个陪伴窗口图像申请-立基于图像格式。你能使用 XImage 产生一个图像,不穿过抽出而和再修正图像创造程序,而且最后展开对你的环境图像,全部从相同的工具之内。 因为 XImage 在文件水平工作,它提供下列各项能力:
?较多的柔性和被展开的媒体控制。
?图像的迅速抽出减少装备时间。
?在到期的图像大小中的减少到 "单一引以为例," 意谓文件数据被从路径数据分开的储存。 这准许在多样的路径或多样的图像中存在被储存一次, 而且分享过图像的文件。
?图像的非破坏申请。 XImage 不运行你的推进力的内容所有- 包含在内的重写。 你能选择地并且除去数据。
?能力工作过被窗口支援的任何月台。
?二个不同的压缩运算法则, 快速的和最大值, 更进一步减少你的图像大小。
?能力对待像一个目录一样的一个图像文件。举例来说,你能,复印,用浆糊黏,而且划除来自一个文件管理工具, 像是窗口探险家的文件。
通常的 XImage 情节
XImage 是一个指令- 线使图像的创造,修正和配置能够的工具, 藉由使用一分享横过图像格式操作系统图像, 包括申请。 下列各项情节是特别地与 XImage 程序相容。
为迅速的配置创造一个图像
最通常的情节为 XImage 正在为迅速的配置捕获和应用从一个网络位置来的一个图像。 这一个情节需要踢你的技术人员计算机进窗口 PE 之内, 捕获图像使用 XImage,放在网络部份上的图像, 然后应用图像到目的地计算机。
修正一个图像文件
另外的通常情节为 XImage 正在定制一个已存在的图像,包括更新文件和文件夹。 这一个情节包括增加, 将 , 编辑 , 而且复印文件从你的图像移开使用 WIM FS 过滤器驾驶者和一个文件管理工具, 像是窗口探险家。
XImage 的限制
Ximage 有下列各项限制:
?你不料竟会能使用 XImage 捕获并且应用那个操作系统和软件申请的一个完整的版本。 你不能够使用要捕获而且应用的 XImage 升级到那个操作系统或申请。
?你只能使用窗口图像格式了图像以 XImage 互相影响。 由于图像工具的第三者被产生的早先图像, 不能够被 XImage 用。
?你只能使用一个单一压缩类型为一。wim 文件。 附加图像文件一定使用如同开始的抓取一般的压缩类型。
?你只能从微软装一个图像? 窗口 XP? 藉由服务包装 2(SP2)? 微软 窗口伺候器 2003? 藉由服务包装 1(SP1), 否则微软? 窗口密码命名的 "长角牛".
注意虽然 XImage 不能够装来自一部计算机的一个图像跑任何其他的操作系统,但是它能为微软窗口密码命名的 "长角牛" ,微软窗口伺候器 2003 ,微软窗口 XP 和微软窗口 2000 的任何版本捕获并且应用图像。
?你能装一。和读/ 写许可的 wim 文件只有在一个 NTFS 文件系统上。 这避免 2 十亿位元组 (亿位元组) 被胖文件系统征税并且避免对脂肪或其他的非 NTFS 文件系统感到可能的数据损失的障碍。
注意虽然 XImage 能装一。wim 只有从一个 NTFS 文件系统由于读/ 写许可申请,你能装你的图像如来自 NTFS ,脂肪, ISO 和 UDF 文件系统的唯读。 当它被增加如唯读的时候 , 你不能够解救对图像文件的变化。
?你一定使用其他的微软工具, 像是 Diskpart 和格式, 为体积图像准备你的磁盘片。
XImage 的属国
XImage 有下列各项属国。
?使用装备经理,你可能产生一个安装图像, 你将会稍后将会捕获使用 XImage 吗。
?藉着 XImage 使用 Sysprep 工具 , 你可能准备而且清理你的数据作为抓取。 在你的主人计算机上的流动 Sysprep 除去所有的使用者- 特性和计算机- 特性设定和数据,重新设定对 30 天的产品使活动时钟,而且在重始语之上使新的安全视为同一 (SID) 的创造能够。 一经你已经跑 Sysprep,你能踢你的主人计算机进窗口 Preinstallation 环境 (窗口 PE) 之内捕获图像。
?你一定踢你的技术人员计算机进窗口 PE 环境之内。 从窗口 PE ,你可能跑 XImage 捕获你的图像。在你产生图像之后,踢你的技术人员计算机, 安装窗口图像文件系统过滤 (WIM FS 过滤器) 驾驶者,编辑你的图像,而且从一个网络位置应用它。
被讲到 XImage 的技术
XImage 对下列各项技术被讲:
窗口配置服务 (WDS)
如果你不使用 XImage 作为配置, 你可能使用微软窗口配置服务。 (WDS) WDS 使公司能够很远地管理而且展开最近的操作系统和另外地。wim 文件,使用窗口 PE 和 WDS 伺候器。 这一个配置情节可能是完全无随员, 而且是可订制的和可攀登的。
注意窗口配置服务代替已存在的遥远操作系统安装 (RIS) 配置技术。
系统管理伺候器 (SMS) 操作系统配置特征包裹
如果你不使用 XImage 作为配置,你可能使用系统管理伺候器 (SMS) 操作系统配置特征包裹。 SMS 操作系统配置特征包裹使公司能够展开最近的以一可订制的,集中的,和可攀登的方式操作系统和申请。 对于较多的数据,提及 http:// www.microsoft.com/smserv。

XImage 如何工作
XImage 指令- 线选项
结构文件创造
游戏攻略: 捕获一个图像
游戏攻略: 压缩一个图像
游戏攻略: 装而且修正一个图像
游戏攻略: 应用一个配置图像
XImage 如何工作
XImage 是一个指令- 线使用一组美国石油协会的工具, 即是图像美国石油协会的窗口 (WIMGAPI), 用微软窗口图像运行许多工作 (.wim)文件。 XImage 的主要目的要捕获,修正,而且为一制造业或公司的配置应用图像它环境。
你典型地和窗口一起使用 XImage 图像文件系统过滤器 (WIM FS 过滤器) 驾驶者。WIM FS 过滤器驾驶者使你能够装一个图像好像它是一个目录而且浏览,复印,用浆糊黏,而且不吸取或再创造图像而编辑来自一个像窗口探险家这样的文件管理工具的文件。
这一个主题包括:
?XImage 术语和定义
?XImage 建筑学
XImage 术语和定义
下列各项桌子呈现最通常的术语和被 XImage 用的定义。
TermDefinition
利用图像文件的窗口 XImageA 指令- 线工具构成捕获,修正,而且应用一个图像到你的网络或目的地计算机。
体积 ImageThe 捕获了图像文件。 一或较多的体积图像 (s) 构成窗口图像 (.wim)文件。
窗口图像文件 (.wim)一个文件-立基于图像格式, 包含一或较多的体积图像。
分散的窗口图像文件 (.swm)包含一或较多的体积一个窗口系统的图像唯读文件的一个收集捕获使用 XImage。
窗口图像美国石油协会 (WIMGAPI) 美国石油协会放置为捕获和应用图像到你的网络或目的地计算机藉着 XImage 用。
文件-进入单一体积之内在文件水平捕获数据,藉由 metadata 描述文件建立 ImagingThe 程序。 也即是单一引以为例。
部门-捕获每一非空白的部门进一个实际的文件之内建立 ImagingThe 程序。 这不是被 XImage 用的程序。
分开的从路径数据储存文件数据的单一 InstancingThe 程序,藉由路径数据储存如图像 metadata 。
WIM 文件系统过滤器 (WIM FS 过滤) DriverA 驾驶者准许你经过一个文件管理工具, 像是窗口探险家用它装你的图像文件和工作。
XImage 建筑学
XImage 仰赖一些成份, 包括 XImage 可运行的 (ximage.exe), WIM 文件系统过滤器 (wimfltr.inf), WIM 美国石油协会组合 (WIMGAPI), 和那。wim 文件格式。 下列各项图表在这些成份之间的交互作用。

ComponentDescription
可运行那的 XImage.exeAn 使用美国石油协会层支援交互作用那。wim 文件。 这交互作用包括捕获你的图像,压缩你的图像,架设和不架设你的图像,应用你的图像,等等。
你安装 WIM FS 过滤器驾驶者的 WIM 文件系统 FilterOnce, WIM 文件系统过滤器处理浏览而且编辑能力人为那。wim 文件。 在你装之后一。wim 申请到一个目录, 过滤器为文件或数据检测所有的文件系统请求而且在里面把请求映射到适当的数据那。wim 文件。 这使你能够看来自任何的标准你图像文件的内容文件脱机你的图像修护使你能够看而且编辑的像窗口 Explorer.Additionally 这样的管理工具你的。wim 申请不必须再度使用而且拿回图像。 装而且编辑你的内容。wim 文件,一个使用者- 模态工具和一个核心- 模态文件系统过滤器互相影响和彼此使用一个沟通记录和 WIM 美国石油协会组合。
WIM 美国石油协会设定 (WIMGAPI) 美国石油协会以两者的 XImage 互相影响的层可运行的和 WIM FS 过滤器驾驶者。 它也是第三者工具和装备技术的主要接口。 美国石油协会进入下列各项团体之内可能被分类:?/更新/距离文件数据?/ 更新/ 距离图像数据?榨出物图像数据?架设使用 WIM 文件系统的一个图像过滤?图像的跨越?信息状态和进步
窗口图像 (.wim)图像包含一个操作系统和它的成份文件的 fileA 收集。 XImage 使用那。wim 文件格式为抓取,脱机修护和配置程序,提供包罗万象的为你配置情节图像解决。

XImage 是什么?
XImage 指令- 线选项
结构文件创造
游戏攻略: 捕获一个图像
游戏攻略: 压缩一个图像
游戏攻略: 装而且修正一个图像
游戏攻略: 应用一个配置图像
XImage 指令- 线选项
XImage 是窗口密码命名的 "长角牛" 的一个指令- 线工具, 你能使用产生并且处理微软窗口图像 (.wim)文件。 一。wim 图像文件包含一或较多的体积图像,包含被安装的窗口操作系统的图像磁盘片体积。
为了要修正你的体积图像, 你一定安装窗口用服务包裹 2(SP2) 图像文件系统过滤器 (WIM FS 过滤器) 在一部计算机上的驾驶者流动的微软窗口 XP,有服务包裹 1(SP1), 或窗口密码命名的 "长角牛" 的微软窗口伺候器 2003. 安装 WIM FS 过滤器驾驶者使你能够装一。wim 申请好像它是一个目录和浏览,复印,用浆糊黏,而且不吸取或再创造图像而编辑体积来自一个像窗口探险家这样的文件管理工具的图像。
重要的你一定个人地跑每这些指令- 线选项。 附加地,如果你不提供一个位置给你的捕获。wim 文件,程序在你的 XImage 目录中自动地产生它。 举例来说,如果当使用的时候 , 你进入 data.wim 而不是 d:\ image\data.wim 那 /抓取选项,data.wim 文件在你的 XImage 目录中出现。
XImage 指令- 线选项
下列各项指令- 线选项可用来 XImage:
ximage[/ 附加目录 image_file"描述"[/查证]]
ximage[/ 应用 image_file 目录 index_number[/查证]]
ximage[/ 长靴 image_file index_number{/抓取目录 image_file"描述"}|{/ 附加目录 image_file"描述"}|{/输出品 destination.wim_file source.wim_file index_number}]
ximage[/ 抓取目录 image_file"描述"[/查证]]
ximage[/ 敷布 { 最大值 | 快速的 | 一点也不}/捕获目录 image_file"描述"]
ximage[/ config configuration_file.ini{/抓取目录 image_file"描述"}|{/ 附加目录 image_file"描述"}]
ximage[/划除 image_file index_number]
ximage[/dir[image_file] index_number]
ximage[/输出 destination.wim_file source.wim_file index_number]
ximage[/信息 image_file]
ximage[/ 乘用马 [目录] image_file index_number[/查证]]
ximage[/ mountrw[目录] image_file index_number[/查证]]
ximage[/裁判员 splitwim2.swm/ 应用 splitwim.swm 推进力 index_number]
ximage[/分离了 image_file destination.wim_size]
ximage[/ 不乘用马 [/委托 ][目录]]
选项描述
/ 附加目录 image_file"描述"[/查证]
附加对一个已存在的图像体积图像 (.wim)文件。 产生文件的一个单一例证, 比较它对抗资源已经存在那。wim 文件,因此你不两次捕获相同的文件。重要的你一定跑来自窗口 Preinstallation 环境的这选项。 (窗口 PE) 附加地,你一定确定你为那 / 附加选项跑有充足的磁盘片空间。 如果你在那 / 附加选项期间用尽磁盘片空间, 你可能腐烂那附加。wim 文件。重要的那。wim 文件只能使一被分配压缩类型;因此,你只能附加以已存在者的相同压缩 type.directoryThe 名字和位置申请。wim 申请到 append.image_fileThe 名字和体积附加已存在的文件图像的位置。"描述" 提供附加的叁考数据的本文。 直的引号被需要。你也可能使用那 /查证选项, 使文件确认能够,为错误和文件 duplication.Example 检查: ximage/ 附加 d: d:\ image\data.wim"推进力 D"/证实
/ 应用 image_file 目录 index_number[/查证]
应用到被叙述的推进力的体积图像。重要的你一定跑从窗口 PE.image_fileThe 名字和体积被适用于 directory.directoryThe 名字和位置的图像位置来的这选项该哪里应用 image.index_numberThe 数字叁考特定的体积在里面那。wim 文件。你一定在开始之前产生所有的硬盘分割这一个程序,除非你跑这选项使用一个手写体。 如果你使用那 / 应用选项作为目录结构,选项将会包括被叙述的目录, 包括所有的子目录和文件。重要的你一定为那 / 应用选项包括父母目录;以别的方式,当图像被应用的时候,图像将会在那一个位置中写得过多每件事物。 举例来说,如果你应用图像驾驶 C, 那 / 应用选项能写得过多在和你的图像文件的推进力 C 中存在的每件事物。为了要自动化目录的创造,你一定把 mkdir<target_directory> 指令加入你的手写体, 在 XImage 运行之前那 /applyoption.Example: ximage/ 应用 d:\ image\data.wim d:\ New_Directory 1/证实
ximage/ 长靴 image_file index_number{/抓取目录 image_file"描述"}|{/ 附加目录 image_file"描述"}|{/输出品 destination.wim_file source.wim_file index_number}
定义那。wim 和体积图像从到长靴窗口 PE。 只有一册个图像在里面如可踢的可能是显着的一。wim 文件。重要的你一定跑来自窗口 PE.image_fileThe 名字和位置的这选项那。wim 文件, 包含体积图像使 bootable.index_numberThe 数叁考特性体积在里面踢那。wim file.Example: ximage/ 长靴 d:\ image\data.wim 1/ 证实 /抓取 d: d:\ image\data.wim"驾驶 D"
/ 抓取目录 image_file"描述"[/查证]
从推进力到新捕获体积图像。wim 文件。 捕获目录包括所有的次文件夹和数据。重要的你一定跑来自窗口 PE 的这选项。在抓取操作的时候,快速的压缩被自动地应用。 如果你需要一个不同的压缩类型, 你一定使用那 / 敷布体积图像的 option.directoryThe 名字和位置作为 capture.image_fileThe 名字和新者的位置。wim 文件。"描述" 提供附加的叁考数据的本文。 直的引号被需要。你也可能使用那 /查证选项为错误检查而且申请副本, 使文件确认能够。注意那 /抓取选项只能够创造单一。wim 文件; 然而,你可能藉由使用分离了这一个图像文件那 /分离选项,如 necessary.Example: ximage/抓取 d: d:\ image\data.wim"推进力 D"/证实
/ 敷布 { 最大值 | 快速的 | 一点也不}/抓取目录 image_file"描述" 叙述作为开始的抓取操作的压缩类型。 你只能为每个使用压缩的一个类型。wim 文件;因此,这选项在开始的抓取上只有是有效的。 你一定和那 / 抓取选项一起使用这选项。重要的你一定跑来自窗口 PE.maximumProvides 的这选项最好压缩;然而,它也花要捕获 image.fast 的最长时间提供较快速的图像压缩, 但是由最大值提供提供比那少的压缩。 这也是假设值压缩类型, 用如果你留下这叁数 blank.none 不提供压缩给被捕获的图像。注意当你选择的压缩类型影响抓取时间的时候, 它些微地影响那应用 time.Example: 快速的 ximage/ 敷布 /捕获 d: d:\ image\data.wim"驾驶 D"
/ config configuration_file.ini{/抓取目录 image_file"描述"}|{/ 附加目录 image_file"描述"}
准许你产生并且使用一个结构文件, 定义下列各项为那捕获或附加。wim 申请:?文件夹和一定被排除在那 / 抓取操作之外的文件。?文件夹,文件和文件类型一定被排除在那 / 敷布操作之外。?是否那。wim 文件一定在 64 K 边界上排列。重要的你一定跑来自窗口 PE 的这选项。 附加地,你也一定使用那 / 抓取或 /以那 / config option.configuration_file.ini 名字和结构文件的位置附加选项。 你能重新命名这一个文件,如必需品。重要的如果你命名你的 configuration_list.ini 文件 Wimscript.ini, 而且在你的 XImage 目录 (XImage.exe 文件被位于哪里) 中储存它;当你跑的时候 , 它将会自动地跑那 /抓取选项, 不需要你而使用那 /config option.Example: ximage/ config c:\ configuration.ini/抓取 d: d:\ image\data.wim"驾驶 D"
/划除 image_file index_number
从一划除被叙述的体积图像。和多样的体积图像的 wim 文件。 这选项只划除 metadata 进入和可扩展标示语言进入;它不划除水流数据而且不最佳化那。wim 文件。 一经文件被装,你可能看, 但是不修正,所有的被包含在目录的数据。如果你不叙述叁数装, 这选项将会列出全部增加 images.image_fileThe 名字和位置那。wim 文件为 deletion.index_numberThe 数字叙述叁考特定的体积在里面那。wim 文件。重要的你一定跑来自窗口 PE 的这选项。 附加地,那里必须总是至少是一册个图像在一。wim 文件; 因此,你能划除体积图像只有当如果超过图像 exists.Example: ximage/ 划除 d:\ image\data.wim 1
/dir[image_file] index_number
为检讨在体积图像的一个被叙述的体积 image.image_fileThe 名字和位置里面显示一连串的文件和文件夹。 如果你不提供体积图像 , 这选项归还一个目录项目表给所有的体积图像在那。wim file.index_numberThe 数叁考特性体积在里面那。wim file.Example: ximage/dir d:\ image\data.wim 1
/exportdestination.wim source.wim index_number
输出副本那叙述。对另外的 wim 文件 (Source.wim) 。wim 文件.(Destination.wim) Source.wim 和 Destination.wim 文件一定使用相同的压缩类型。重要的你一定跑来自窗口 PE 的这选项。 附加地,你一定确定你为那 / 输出品选项跑有充足的磁盘片空间。如果你用尽磁盘片空间消磨那 / 输出品选项跑, 你可能使 Destination.wim file.destination.wim_fileThe 名字和位置腐烂那。wim 文件, 以 source.wim_file data.source.wim_fileThe 名字和位置附加那。wim 附加 destination.wim_file data.index_numberThe 数字的文件在里面的叁考特定的体积那。wim file.Example: ximage/输出品 d:\ image\data.wim d:\ image\sample.wim 1
/信息 image_file
归还被储存的可扩展标示语言描述为那叙述。wim 文件, 包括但是不限制到总文件大小 , 图像指数 , 目录计数 , 文件计数 , 和一个 description.image_fileThe 名字和位置那。wim 文件为可扩展标示语言数据 review.Example: ximage/信息 d:\ image\data.wim
/装 [目录] image_file index_number
装一。和服务包裹 2(SP2) 的来自微软窗口 XP 的 wim 文件, 有服务包裹 1(SP1), 或窗口密码命名的 "长角牛" 的微软窗口伺候器 2003,藉由唯读许可,到一个被叙述的目录。一经文件被装,你可能看, 但是不修正,所有的被包含在目录的数据。重要的在你能装 image.directoryThe 完全的目录位置装文件之前 , 你一定安装 WIM FS 过滤器。 如果你不叙述一个目录, 这选项将会列出全部增加了 images.image_fileThe 名字和位置那。wim 申请以唯读许可装。注意 image_file 一定是有效。wim 文件。 你不能够装。使用 XImage.index_numberThe 的 swm 文件数叁考特定的体积在里面那。wim file.Example: ximage/乘用马 c:\ mounted_images d:\ image\data.wim 2
/mountrw[目录] image_file index_number
装一。和服务包裹 2(SP2) 的来自微软窗口 XP 的 wim 文件, 有服务包裹 1(SP1), 或窗口密码命名的 "长角牛" 的微软窗口伺候器 2003,藉由读/ 写许可,到一个被叙述的目录。一经文件被装,你可能看而且修正所有的被包含在目录的数据。重要的在你能装一个图像之前 , 你一定安装 WIM FS 过滤器。那 / mountrw 选项需要独家的通路到那。wim 申请;因此,你不能够使用那 / mountrw 选项如果一个图像现在被增加使用或那 / 乘用马或 /mountrw 选项。重要的你不能对一个已经装的目录父母或子目录装一个图像。在对一个包含文件的目录架设一个图像之上,已存在的文件将会是戴假面具直到你跑那 /不乘用马选项。 附加地,你不能装对窗口的你图像保留了 folders.directoryThe 完全的目录位置装那。wim 文件。 如果你不叙述一个目录, 这选项将会列出全部增加了 images.image_fileThe 名字和位置那。wim 申请以读/ 写许可装。注意 image_file 一定是有效。wim 文件。 你不能够装。使用 XImage.index_numberThe 的 swm 文件数叁考特定的体积在里面那。wim file.Example: ximage/mountrw c:\ mounted_images d:\ image\data.wim 2
/refsplitwim2.swm/ 应用 splitwim.swm 推进力 index_number
准许劈开的叁考。wim 文件.(SWMs)重要的你一定跑来自窗口 PE 的这选项。 附加地,你一定用劈开的那 / 应用 option.splitwim2.swmThe 名字和位置跑这选项。wim 文件。 这些可能与取代字符个性 ( 举例来说,*) 或精确的名字一起叙述。 分离。wim 文件举例来说在文件名字里面总是包含一个数字 Data2.swm, Data3.swm,等等。重要的你一定全部叙述。swm 文件。 如果文件资源为被供应的组合被叙述的图像没被位于, 选项将会 fail.splitwim.swmThe 名字和开始的劈开位置。wim 文件,不需要文件名字的一个数字就能典型地显示, 举例来说, Data.wim.index_numberThe 数叁考特定的体积在里面那。wim 文件。注意你可能和那 / 应用 option.Example 一起使用复 / 裁判员选项: ximage/ 裁判员 d:\ image\data2.swm/ 应用 d:\ image\data.swm D: 1
/分离了 image_file destination.wim_size
分离已存在。进入多样的唯读劈开之内的 wim 文件。wim 文件 (.swm).重要的你一定跑来自窗口 PE.image_fileThe 名字和位置的这选项那。wim 对在百万位元 (万位元组) 中的 split.destination.wim_sizeDetermines 大小为每个被产生的文件申请。这选项产生那。进入被叙述的目录之内的 swm 文件;相同于被叙述的 image_file 取名文件, 但是由于一个附加的数字和那。swm 文件名字延长。 举例来说,如果你选择分离了一个被命名 Data.wim 的文件,这选项产生一个 Data.swm 文件,一个 Data2.swm 文件,一个 Data3.swm 文件,等等, 定义劈开的每部分。wim file.Example: ximage/ 劈开 d:\ image\data.wim 600
/ 不乘用马 [/委托][目录]
不装来自一个被叙述的目录被装的图像。重要的确定你有充足的硬盘空间为你的图像文件。 你一定解释你的文件大小到那。wim 文件,由于已存在的文件修正 , 负号你划除的任何文件加上文件的任何增加按规定尺寸制作, 在操作之前那 /委托选项。如果你没有充足的硬盘空间, 一个错误 occur.directoryThe 将会完成目录位置不装文件吗。 如果你不叙述一个目录, 这选项将会列出全部增加了图像。如果你使用那 /不乘用马没有那 / 委托选项的选项,你的变化将会被丢弃。 为了要解救你的变化,你一定遇见两个下列各项情况都:1.你用那 /用那 / 不乘用马 option.2 委托选项。你装了图像使用那 /mountrw option.Example: ximage/ 不装 / 委托 c:\ mounted_images

XImage 是什么?
XImage 如何工作
结构文件创造
游戏攻略: 捕获一个图像
游戏攻略: 压缩一个图像
游戏攻略: 装而且修正一个图像
游戏攻略: 应用一个配置图像
回复

使用道具 举报

发表于 2005-8-11 17:25:58 | 显示全部楼层

微软官方关于XIMAGE的详细用法介绍

好贴,可惜看不懂:)
回复

使用道具 举报

发表于 2005-8-12 08:10:20 | 显示全部楼层

微软官方关于XIMAGE的详细用法介绍

可惜看不懂
回复

使用道具 举报

发表于 2005-8-12 10:22:44 | 显示全部楼层

微软官方关于XIMAGE的详细用法介绍

技术上的叁考 XImage
XImage 是一个使用一组美国石油协会的指令- 线的工具, 已知的当图像美国石油协会 (WIMGAPI) 的窗口, 用微软窗口图像运行工作 (.wim)申请。 那。wim 文件为窗口操作系统人包含一或较多的体积图像, 当图像表现被捕获的体积或窗口操作系统人的分割体积的时候。 XImage 的主要目的是捕获,修正, 而且为制造业的或企业的资讯科技环境的配置应用图像。
你典型地和图像文件系统过滤器 (WIM FS 过滤器) 驾驶员的窗口一起使用 XImage 。 WIM FS 过滤器驾驶员使你能够装对一个目录的一个图像,你能哪里浏览,复印,用浆糊黏, 而且编辑来自一个像窗口探险家这样的文件管理工具的文件,不吸取或再创造图像。

在这一个区段中
XImage 是什么?
如何 XImage 工厂
指令- 线的选项 XImage
相关的区段
结构文件创造
游戏攻略: 取得一个图像
游戏攻略: 压缩一个图像
游戏攻略: 装而且修正一个图像
游戏攻略: 应用一个配置图像
XImage 是什么?
XImage 是一个使最初的仪器制造业者 (OEM) 和公司能够捕获,修正, 而且为迅速的配置应用以文件为基础的磁盘片图像的指令- 线的工具。 和窗口图像的 XImage 工厂 (.wim)复印到一个网络的图像, 或它能与使用的其他技术合作那。wim 图像, 像是窗口密码命名的 " 长角牛 " ,窗口配置服务 (WDS) 的装备 , 和 SMS 操作系统人特征配置包裹。
不需要的公司抓取功能性或低水平特征在 XImage 中包括能仍然使用相关的技术 , 像是无随员的装备, 聚集政策 , 和系统管理伺候器 (SMS).
这一个主题包括:
?XImage 的利益
?通常的 XImage 情节
?XImage 的限制
?XImage 的属国
?被讲到 XImage 的技术
?相关的数据
Ximage 的利益
许多 OEM 和公司需要尽可能快速地展开而且安装窗口,包括所有的有关更新,申请和设定。减少了配置,而且安装为 OEM 计时比较低的制造业的费用, 而且能对于企业的配置减少费用和行程安排危险。过去,如果 OEM 和公司想要将必需安装窗口的时间数量减到最少,他们必须使用以部门为基础的图像格式,或 MS-DOS xcopy 命令, 在新的硬件之上复印一个窗口的安装。
以部门为基础的图像格式和 MS-DOS xcopy 指令能有若干的限制:
?以部门为基础的图像需要目的地计算机使用如同主人的计算机一般的硬件抽象化层 (亨利) 。
?以部门为基础的图像需要目的地计算机从一样的踢如主人的计算机的块- 储藏的控制器。
?以部门为基础的图像破坏目的地计算机的硬盘现有内容,弄复杂窗口配置情节。
?以部门为基础的图像完全地复制硬盘; 因此,图像才能在如同主人的计算机一般的类型, 而且在主人的计算机上是至少像分割一样的大分割上展开。
?以部门为基础的图像不使图像的文件直接修正能够。
?以部门为基础的图像可能需要对第三者申请和服务的购买。
以部门为基础的图像限制领导微软发展 XImage 和陪伴窗口图像以文件为基础的图像格式。你能使用 XImage 产生一个图像, 不需要经过抽出就修正图像和再创造程序, 而且最后展开对你的环境图像,全部是从相同的工具之内。 因为 XImage 在文件水平工作,它提供下列各项能力:
?较多的柔性而且被展开的媒体控制人。
?图像的迅速抽出减少装备时间。
?在适当的影像大小中的减少到 " 独身者引以为例", 意谓文件数据被从路径数据分开的储存。 这使在多样的路径或多样的图像中存在的文件能够被储存一次, 而且横过图像分享。
?图像的非破坏申请。 XImage 不运行你的驾车内容的所有- 包含在内重写。 你能选择地增加并且除去数据。
?能力工作横过被窗口支援的任何月台。
?二个不同的压缩运算法则,斋戒和最大值, 更进一步减少你的影像大小。
?对待一个图像文件的能力喜欢一个目录。 举例来说,你能增加,复印,用浆糊黏, 而且划除来自一个文件管理工具, 像是窗口探险家的文件。
通常的 XImage 情节
XImage 是一个使图像的创造,修正和配置能够的指令- 线的工具, 藉由使用一分享横过图像格式操作系统图像,包括申请。 下列的情节特别地是与 XImage 程序相容。
为迅速的配置创造一个图像
为 XImage 的最通常的情节正在为迅速的配置捕获和应用来自一个网络位置的一个图像。 这一个情节需要踢你的技术人员计算机进窗口 PE 之内,取得使用 XImage 的图像,放在网络部份上的图像, 然后应用图像到目的地计算机。
修正一个图像申请
为 XImage 的另外通常的情节正在定制一个现有的图像,包括更新文件和文件夹。 这一个情节包括增加,除去,编辑, 而且复印来自你的使用 WIM FS 过滤器驾驶员和一个文件管理工具, 像是窗口探险家的图像文件。
XImage 的限制
Ximage 有下列的限制:
?你能不料竟会使用 XImage 捕获并且应用操作系统和软件申请的一个完整的版本。 你不能够使用 XImage 捕获而且应用升级到操作系统或申请。
?你只能使用窗口图像格式图像与 XImage 互动。 早先的图像,以图像工具的第三者产生, 不能够被 XImage 用。
?你只能使用一个单一压缩类型为一。wim 申请。 附加图像文件一定以相同的压缩类型作为开始的抓取。
?你只能从微软装一个图像? 窗口 XP? 藉由服务包裹 2(SP2)?微软 窗口伺候器 2003? 藉由服务包裹 1(SP1), 或微软? 窗口密码-命名了 " 长角牛 ".
注意虽然 XImage 不能够装来自一部跑任何其他的操作系统的计算机的一个图像,但是它能为任何微软窗口密码命名 " 长角牛 " ,微软窗口伺候器 2003 ,微软窗口 XP 和微软窗口 2000 的版本捕获并且应用图像。
?你能装一。wim 只有在一个 NTFS 文件系统上以读/ 写申请许可。 这避免 2 十亿位元组 (亿位元组) 被胖文件系统强加并且避免对脂肪或其他的非 NTFS 感到可能文件系统的数据损失的障碍。
注意,虽然 XImage 能装一。wim 只从一个 NTFS 文件系统以读/ 写申请许可, 你能装如来自 NTFS ,脂肪,国际标准组织和 UDF 的唯读你图像申请系统。 当它被展开如唯读的时候,你不能够解救对图像文件的变化。
?你一定使用像 Diskpart 和格式这样的其他微软工具, 为体积图像准备你的磁盘片。
XImage 的属国
XImage 有下列的属国。
?使用装备经理,你可能产生一个安装图像, 你将会稍后将会捕获使用 XImage 吗。
?使用 Sysprep 工具,你可能为 XImage 的抓取准备而且清理你的数据。 在你的主人计算机上的流动 Sysprep 除去所有的使用者- 特性和计算机- 特性的设定和数据, 重新设定产品使活动时钟到 30 天, 而且使新的安全标识符 (SID) 的创造能够在重新开始之上。 一经你已经跑 Sysprep,你能踢你的主人计算机进窗口 Preinstallation 环境 (窗口 PE) 之内取得图像。
?你一定踢你的技术人员计算机进窗口 PE 环境之内。 从窗口 PE ,你可能跑 XImage 取得你的图像。 在你之后产生图像,踢你的技术人员计算机,安装图像文件系统过滤器 (WIM FS 过滤器) 驾驶员的窗口,编辑你的图像, 而且从一个网络位置应用它。
被讲到 XImage 的技术
XImage 对下列的技术被讲:
窗口配置服务 (WDS)
如果你不使用 XImage 作为配置, 你可能使用微软窗口配置服务 (WDS) 。 WDS 使公司能够很远地管理而且展开最近的操作系统和另外地。wim 文件,使用窗口 PE 和 WDS 伺候器。 这一个配置情节可能是完全无随员, 而且是可订制的和可攀登的。
注意窗口配置服务代替现有的遥远操作系统安装 (RIS) 配置技术。
操作系统配置特征包裹的系统管理伺候器 (SMS)
如果你不使用 XImage 作为配置,你可能使用操作系统配置特征包裹的系统管理伺候器 (SMS) 。 SMS 操作系统人配置特征包裹使公司能够以一可订制的,集中的,和可攀登的方式展开最近的操作系统和申请。 对于较多的数据,提及 http:// www.microsoft.com/smserv。
也见到
如何 XImage 工厂
指令- 线的选项 XImage
结构文件创造
游戏攻略: 取得一个图像
游戏攻略: 压缩一个图像
游戏攻略: 装而且修正一个图像
游戏攻略: 应用一个配置图像
如何 XImage 工厂
XImage 是一个使用一组美国石油协会的指令- 线的工具, 已知的当图像美国石油协会 (WIMGAPI) 的窗口, 用微软窗口图像运行许多工作 (.wim)申请。 XImage 的主要目的是捕获,修正, 而且为制造业的或企业的资讯科技环境的配置应用图像。
你典型地和图像文件系统过滤器 (WIM FS 过滤器) 驾驶员的窗口一起使用 XImage 。 WIM FS 过滤器驾驶员使你能够装一个图像好像它是一个目录而且浏览,复印,用浆糊黏, 而且编辑来自一个像窗口探险家这样的文件管理工具的文件,不吸取或再创造图像。
这一个主题包括:
?XImage 期限和定义
?XImage 建筑学
XImage 期限和定义
下列的桌子呈现最通常的期限和被 XImage 用的定义。
TermDefinition
XImageA 指令-线用工具工作利用图像文件结构捕获,修正, 而且应用一个图像到你的网络或目的地计算机的窗口。
体积 ImageThe 取得了图像文件。 一或较多的体积图像 (s) 构成窗口图像 (.wim)申请。
窗口图像文件 (.wim)一个以文件为基础的图像格式, 包含一或较多的体积图像。
劈开窗口图像文件 (.swm)一个包含一或较多的体积一个窗口系统的图像唯读文件的收集捕获使用 XImage 。
图像美国石油协会 (WIMGAPI) 一个被设定的美国石油协会的窗口为捕获而且应用图像到你的网络或目的地计算机由 XImage 用。
进入单一体积之内在文件水平取得数据的以文件为基础 ImagingThe 程序,藉由描述文件的 metadata。 也知道如独身者引以为例。
取得每一非空白的部门进一个实际的文件之内的以部门为基础 ImagingThe 程序。 这不是被 XImage 用的程序。
独身者从路径数据分开的储存文件数据的 InstancingThe 程序,与路径数据储存如图像 metadata 。
WIM 文件系统过滤器 (WIM FS 过滤器) 使你能够装你的图像 DriverA 驾驶员经过一个文件管理工具, 像是窗口探险家申请而且与它合作。
XImage 建筑学
XImage 仰赖一些成份, 包括 XImage 可运行的 (ximage.exe), WIM 文件系统过滤器 (wimfltr.inf) ,被设定 (WIMGAPI) 的 WIM 美国石油协会, 和那。wim 申请格式。 下列的图表表示在这些成份之间的交互作用。

ComponentDescription
可运行的 XImage.exeAn 使用美国石油协会层支援的互动那。wim 申请。 这交互作用包括取得你的图像,压缩你的图像,架设和不架设你的图像,应用你的图像,等等。
WIM 文件系统 FilterOnce 你安装 WIM FS 过滤器驾驶员, WIM 文件系统过滤器处理浏览和编辑能力为那。wim 申请。 在你之后装一。wim 申请到一个目录, 过滤器对于文件或数据检测所有的文件系统请求而且在里面把请求映射到适当的数据那。wim 申请。 这使你能够看来自任何的标准你图像的内容文件文件管理工具, 像是窗口 Explorer.Additionally, 你的图像脱机修护使你能够看而且编辑你的。没有必须再度使用而且拿回图像的 wim 文件。 装而且编辑你的内容。wim 申请,一个使用者- 模态工具和一个核心-模态文件系统过滤器与使用一个沟通记录的彼此互动,而且 WIM 美国石油协会设定。
WIM 美国石油协会设定 (WIMGAPI) 与美国石油协会层互动的两者 XImage 可运行的和 WIM FS 过滤器驾驶员。 资讯科技也是第三者工具和装备技术的主要接口。 美国石油协会能进入下列的团体之内被分类:?增加/更新/ 距离文件数据?增加/更新/ 距离图像数据?榨出物图像数据?装一个使用 WIM 文件系统的图像过滤?图像的跨越?信息状态而且促进
窗口图像 (.wim)图像包含一个操作系统和它的成份文件的 fileA 收集。 XImage 使用那。wim 为抓取,脱机修护 , 和配置程序申请格式,为你的配置情节提供包罗万象的图像解决。
也见到
XImage 是什么?
指令- 线的选项 XImage
结构文件创造
游戏攻略: 取得一个图像
游戏攻略: 压缩一个图像
游戏攻略: 装而且修正一个图像
游戏攻略: 应用一个配置图像
指令- 线的选项 XImage
XImage 是一个指令- 线在窗口密码命名的 " 长角牛 " 中用工具工作, 你能使用产生而且处理微软窗口图像 (.wim)申请。 一。wim 图像文件包含一或较多的体积图像,包含被安装的窗口操作系统人的图像磁盘片体积。
为了修正你的体积图像,你一定安装图像在一部用服务包裹 2(SP2) 跑微软窗口 XP 的计算机上的文件系统过滤器 (WIM FS 过滤器) 驾驶员 , 有服务包裹 1(SP1), 或窗口密码命名的 " 长角牛 " 的微软窗口伺候器 2003 的窗口。 安装 WIM FS 过滤器驾驶员使你能够装一。wim 申请,好像它是一个目录和浏览,复印,用浆糊黏, 而且编辑来自一个像窗口探险家这样的文件管理工具的体积图像,不吸取或再创造图像。
重要的你一定个别地跑每这些指令- 线的选项。 另外地,如果你不提供一个位置给你的捕获。wim 文件,程序自动地在你的 XImage 目录中产生它。举例来说,如果当使用的时候,你进入 data.wim 代替 d:\ image\data.wim 那 /取得选项,data.wim 文件在你的 XImage 目录中出现。
指令- 线的选项 XImage
下列的指令- 线的选项可用来 XImage:
ximage[/ 附加目录 image_file" 描述 "[/查证]]
ximage[/ 应用 image_file 目录 index_number[/查证]]
ximage[/ 长靴 image_file index_number{/抓取目录 image_file" 描述 "}|{/ 附加目录 image_file" 描述 "}|{/输出品 destination.wim_file source.wim_file index_number}]
ximage[/ 取得目录 image_file" 描述 "[/查证]]
ximage[/ 敷布 { 最大值 | 斋戒 | 没有人}/取得目录 image_file" 描述 "]
ximage[/ config configuration_file.ini{/取得目录 image_file" 描述 "}|{/ 附加目录 image_file" 描述 "}]
ximage[/划除 image_file index_number]
ximage[/dir[image_file] index_number]
ximage[/输出 destination.wim_file source.wim_file index_number]
ximage[/信息 image_file]
ximage[/ 乘用马 [目录] image_file index_number[/查证]]
ximage[/ mountrw[目录] image_file index_number[/查证]]
ximage[/ 裁判员 splitwim2.swm/ 应用 splitwim.swm 驾车 index_number]
ximage[/分离 image_file destination.wim_size]
ximage[/ 不乘用马 [/委托 ][目录]]
选项描述
/ 附加目录 image_file" 描述 "[/查证]
附加对一个现有的图像体积图像 (.wim)申请。 产生文件的一个单身例证, 反对资源比较它已经存在那。wim 申请,因此,你不两次取得相同的文件。重要的你一定跑来自窗口 Preinstallation 环境 (窗口 PE) 的这选项。 另外地,你一定确定,你有充足的磁盘片提供的空间那 /附加选项跑。 如果你在那 / 附加期间用光磁盘片空间选项, 你可能腐烂那附加。wim 申请。重要的那。wim 文件只能使一被分配压缩类型; 因此,你只能附加和相同的压缩 type.directoryThe 名字和现有者的位置文件。wim 申请到 append.image_fileThe 名字和体积附加现有的文件图像的位置。" 描述 " 提供另外的叁考数据的本文。 直的引号被需要。你也可能使用那 /查证选项, 使文件能够确认,为错误和文件 duplication.Example 检查: ximage/ 附加 d: d:\ image\data.wim" 驾驶 D"/查证
/ 应用 image_file 目录 index_number[/查证]
应用到指定的驾车体积图像。重要的你一定跑来自窗口 PE.image_fileThe 名字和体积被适用于 directory.directoryThe 名字和位置的图像位置的这选项该哪里在里面应用 image.index_numberThe 数字那叁考特定的体积那。wim 申请。你一定产生在开始这一个程序前的所有硬盘分割,除非你跑使用一个手写体的这选项。 如果你使用那 /为目录结构应用选项,选项将会包括指定的目录,包括所有的子目录和文件。重要的你一定包括父母目录为那 /应用选项; 以别的方式,当图像被应用的时候,图像将会在那一个位置中写得过多每件事物。 举例来说,如果你应用图像驾驶 C, 那 / 应用选项能写得过多在和你的图像文件的驾车 C 中存在的每件事物。为了自动化目录的创造,你一定把 mkdir<target_directory> 指令加入你的手写体, 在 XImage 运行之前那 /applyoption.Example: ximage/ 应用 d:\ image\data.wim d:\ New_Directory 1/证实
ximage/ 长靴 image_file index_number{/取得目录 image_file" 描述 "}|{/ 附加目录 image_file" 描述 "}|{/输出品 destination.wim_file source.wim_file index_number}
定义那。wim 和体积图像从到长靴窗口 PE。 只有一册图像能在里面被作记号如可踢的一。wim 申请。重要的你一定跑来自窗口 PE.image_fileThe 名字和位置的这选项那。wim 文件, 包含体积图像使 bootable.index_numberThe 数叁考特定的体积在里面踢那。wim file.Example: ximage/ 长靴 d:\ image\data.wim 1/ 证实 /抓取 d: d:\ image\data.wim" 驾驶 D"
/ 抓取目录 image_file" 描述 "[/查证]
取得体积从驾车到新的图像。wim 申请。 取得目录包括所有的次文件夹和数据。重要的你一定跑来自窗口 PE 的这选项。在抓取行动的时候,快速的压缩自动地被应用。 如果你需要为 capture.image_fileThe 名字和新者的位置一个不同的压缩类型 , 你一定使用那 / 敷布 option.directoryThe 名字和体积图像的位置。wim 申请。" 描述 " 提供另外的叁考数据的本文。 直的引号被需要。你也可能使用那 /查证选项, 使文件能够确认,为错误和文件副本检查。注意那 / 抓取选项创造一个独身者只是有能力的。wim 文件; 然而,你可能藉由使用分离这一个图像文件那 /分离选项,如 necessary.Example: ximage/抓取 d: d:\ image\data.wim" 驾驶 D"/查证
/压缩 { 最大值 | 斋戒 | 没有人}/取得 " 描述 " 叙述作为开始的抓取行动的压缩类型的目录 image_file。 你只能为每个使用压缩的一个类型。wim 文件; 因此,这选项是有效的只有在开始的抓取上。 你一定和那 / 抓取选项一起使用这选项。重要的你一定跑来自窗口 PE.maximumProvides 的这选项最好的压缩; 然而,它也轮流最长的时间取得 image.fast 提供较快速的图像压缩, 但是由最大值提供提供比那少的压缩。 这也是假设值压缩类型, 使用过的如果你离开这叁数 blank.none 不提供压缩给被捕获的图像。当你选择的压缩类型影响抓取时间的时候,注意, 它些微地影响那应用 time.Example: ximage/ 敷布斋戒 / 抓取 d: d:\ image\data.wim" 驾驶 D"
/ config configuration_file.ini{/取得目录 image_file" 描述 "}|{/ 附加目录 image_file" 描述 "}
准许你产生并且使用一个结构文件, 定义下列各项为那捕获或附加。wim 申请:?文件夹和一定被排除在那 / 抓取操作之外的文件。?文件夹,文件和文件一定被排除在那 / 敷布操作之外的类型。?是否那。wim 文件一定在 64 K 边界上排列。重要的你一定跑来自窗口 PE 的这选项。 另外地,你也一定使用那 / 抓取或 /以那 / config option.configuration_file.ini 名字和结构文件的位置附加选项。 你能重新命名这一个文件,如必需品。重要的如果你命名你的 configuration_list.ini 文件 Wimscript.ini, 而且在你的 XImage 目录中储存它;(XImage.exe 文件被位于哪里) 当你跑的时候,它将会自动地跑那 / 抓取选项, 不需要你使用那 /config option.Example: ximage/ config c:\ configuration.ini/抓取 d: d:\ image\data.wim" 驾驶 D"
/划除 image_file index_number
从一划除指定的体积图像。wim 以多样的体积图像申请。 这选项只划除 metadata 进入和可扩展标示语言进入; 它不划除水流数据并且不最佳化那。wim 申请。 一经文件被装,你可能看, 但是不修正,所有的被包含在目录的数据。 如果你不叙述叁数装, 这选项将会列出所有的被展开的 images.image_fileThe 名字和位置那。wim 文件在里面为 deletion.index_numberThe 指定数字那叁考特定的体积那。wim 申请。重要的你一定跑来自窗口 PE 的这选项。 另外地, 那里必须总是至少是一册图像在一。wim 文件; 因此, 你能划除体积图像只有当如果超过图像 exists.Example: ximage/ 划除 d:\ image\data.wim 1
/dir[image_file] index_number
显示一连串的文件和文件夹在指定的体积里面对于检讨的 image.image_fileThe 名字和体积图像的位置。 如果你不提供一个体积图像 , 这选项归还一个目录项目表给所有的体积图像在那。wim file.index_numberThe 在里面数那叁考特定的体积那。wim file.Example: ximage/dir d:\ image\data.wim 1
/exportdestination.wim source.wim index_number
输出指定者的副本。wim 对另外的申请 (Source.wim) 。wim 申请 (Destination.wim) 。 Source.wim 和 Destination.wim 文件一定使用相同的压缩类型。重要的你一定跑来自窗口 PE 的这选项。 另外地,你一定确定,你有充足的磁盘片提供的空间那 / 输出品选项跑。如果你用光磁盘片空间当那的时候 / 输出品选项跑, 你可能使 Destination.wim file.destination.wim_fileThe 名字和位置腐烂那。wim 文件, 以 source.wim_file data.source.wim_fileThe 名字和位置附加那。附加 destination.wim_file data.index_numberThe 的 wim 文件在里面数那叁考特定的体积那。wim file.Example: ximage/输出品 d:\ image\data.wim d:\ image\sample.wim 1
/信息 image_file
为指定者归还被储存的可扩展标示语言描述。wim 申请, 包括但是不限制到总文件大小,图像指数,目录计数,文件计数和一个 description.image_fileThe 名字和位置那。为可扩展标示语言数据 review.Example 的 wim 文件: ximage/信息 d:\ image\data.wim
/ 乘用马 [目录] image_file index_number
装一。和服务包裹 2(SP2) 的来自微软窗口 XP 的 wim 文件, 有服务包裹 1(SP1), 或窗口密码命名的 " 长角牛 " 的微软窗口伺候器 2003,藉由唯读许可,到一个指定的目录。一经文件被装,你可能看, 但是不修正,所有的被包含在目录的数据。重要的在你能装 image.directoryThe 完全的目录位置装文件之前 , 你一定安装 WIM FS 过滤器。 如果你不叙述一个目录, 这选项将会列出所有的被展开的 images.image_fileThe 名字和位置那。wim 申请以唯读许可装。注意 image_file 一定是有效。wim 申请。 你不能够装。swm 使用 XImage.index_numberThe 的文件在里面数那叁考特定的体积那。wim file.Example: ximage/乘用马 c:\ mounted_images d:\ image\data.wim 2
/mountrw[目录] image_file index_number
装一。和服务包裹 2(SP2) 的来自微软窗口 XP 的 wim 文件, 有服务包裹 1(SP1), 或窗口密码命名的 " 长角牛 " 的微软窗口伺候器 2003, 藉由读/ 写许可,到一个指定的目录。一经文件被装,你可能看而且修正所有的被包含在目录的数据。重要的在你能装一个图像之前 , 你一定安装 WIM FS 过滤器。那 / mountrw 选项需要独家的通路到那。wim 文件; 因此, 你不能够使用那 / mountrw 选项如果一个图像现在被展开使用或那 / 乘用马或 /mountrw 选项。重要的你不能对一个已经装的目录父母或子目录装一个图像。一装对一个包含文件的目录一个图像,现有的文件将会直到你是戴假面具的跑那 /不装选项。 另外地,你不能装对窗口的你图像沉默寡言的 folders.directoryThe 完全的目录位置装那。wim 申请。 如果你不叙述一个目录, 这选项将会列出所有的被展开的 images.image_fileThe 名字和位置那。wim 申请以读/ 写许可装。注意 image_file 一定是有效。wim 申请。 你不能够装。swm 使用 XImage.index_numberThe 的文件在里面数那叁考特定的体积那。wim file.Example: ximage/mountrw c:\ mounted_images d:\ image\data.wim 2
/ refsplitwim2.swm/ 应用 splitwim.swm 驾车 index_number
准许劈开的叁考。wim 申请 (SWMs) 。重要的你一定跑来自窗口 PE 的这选项。 另外地,你一定以那 / 应用 option.splitwim2.swmThe 名字和劈开的位置跑这选项。wim 申请。 这些可能与取代字符个性 ( 举例来说,*) 或精确的名字一起指定。 分离。wim 文件举例来说总是在文件名字里面包含一个数字 Data2.swm , Data3.swm,等等。重要的你一定叙述所有的。swm 申请。 如果文件资源为被供应的组指定的图像没被位于, 选项将会 fail.splitwim.swmThe 名字和开始的劈开位置。wim 申请, 典型地显示没有一个数字在文件名字中,举例来说, Data.wim.index_numberThe 在里面数那叁考特定的体积那。wim 申请。注意你可能和那 / 应用 option.Example 一起使用复 / 裁判员选项: ximage/ 裁判员 d:\ image\data2.swm/ 应用 d:\ image\data.swm D: 1
/ 劈开 image_file destination.wim_size
分离现有。wim 进入多样的唯读劈开之内申请。wim 申请 (.swm).重要的你一定跑来自窗口 PE.image_fileThe 名字和位置的这选项那。wim 申请到 split.destination.wim_sizeDetermines 百万位元 (万位元组) 的大小因为每个产生了文件。这选项产生那。进入指定的目录之内的 swm 文件; 相同于指定的 image_file 取名文件, 但是由于一个另外的数字和那。swm 文件命名延长。 举例来说,如果你选择分离一个叫做 Data.wim 的文件,这选项产生一个 Data.swm 文件,一个 Data2.swm 文件,一个 Data3.swm 文件,等等, 定义劈开的每部分。wim file.Example: ximage/ 劈开 d:\ image\data.wim 600
/ 不乘用马 [/委托][目录]
不装来自一个指定的目录被装的图像。重要的确定你有充足的硬盘空间为你的图像增加文件。 你一定解释你增加的文件大小到那。wim 文件,加号文件的任何增加由于现有文件,你划除的减任何的文件修正按规定尺寸制作, 在表演之前那 /委托选项。如果你没有充足的硬盘空间, 一个错误 occur.directoryThe 将会完成目录位置不装文件吗。 如果你不叙述一个目录,这选项将会列出所有的被展开的图像。如果你使用那 / 不乘用马没有那 / 委托选项的选项,你的变化将会被丢弃。 为了解救你的变化,你一定下列的情况遇见两者:1.你用那 /用那 / 不乘用马 option.2 委托选项。你装了图像使用那 /mountrw option.Example: ximage/ 不装 / 委托 c:\ mounted_images
也见到
XImage 是什么?
如何 XImage 工厂
结构文件创造
游戏攻略: 取得一个图像
游戏攻略: 压缩一个图像
游戏攻略: 装而且修正一个图像
游戏攻略: 应用一个配置图像
我也译下一下!◎
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|Archiver|捐助支持|无忧启动 ( 闽ICP备05002490号-1|闽公网安备35020302032614号 )

GMT+8, 2026-4-23 14:28

Powered by Discuz! X5.0

© 2001-2026 Discuz! Team.

快速回复 返回顶部 返回列表