Quote
$OEM$
Contains all supplemental folders and files for an automated or customized installation
\$OEM$\$$
Contains files that Windows Setup copies to the %WINDIR% (for example, C:\windows) folder during installation
\$OEM$\$$\System32
Contains files that Windows Setup copies to the %WINDIR%\System32 folder during installation
\$OEM$\$1
Represents the root of the drive on which you installed Windows (also called the boot partition) and contains files
that Windows Setup copies to the boot partition during installation
\$OEM$\drive_letter\subfolder
A subfolder of the drive that contains files that Windows Setup copies to the subfolder during installation.
Multiple instances of this type of folder may exist under the \$OEM$\drive_letter folder, for example, \$OEM$\D\MyFolder.
Contains all supplemental folders and files for an automated or customized installation
\$OEM$\$$
Contains files that Windows Setup copies to the %WINDIR% (for example, C:\windows) folder during installation
\$OEM$\$$\System32
Contains files that Windows Setup copies to the %WINDIR%\System32 folder during installation
\$OEM$\$1
Represents the root of the drive on which you installed Windows (also called the boot partition) and contains files
that Windows Setup copies to the boot partition during installation
\$OEM$\drive_letter\subfolder
A subfolder of the drive that contains files that Windows Setup copies to the subfolder during installation.
Multiple instances of this type of folder may exist under the \$OEM$\drive_letter folder, for example, \$OEM$\D\MyFolder.
In order to make this we must create one DATA IMAGE
Quote
To create a data imageLocate the data that you will create a data image for.
Use ImageX to compress your data files to a .wim file. For example:
imagex /capture C:\Data\DataFiles C:\Data\MyData.wim "MyData"
In this example, everything under the C:\Data\DataFiles directory is added to the .wim file.
All files and folders under C:\Data\DataFiles are extracted to the root of the drive specified in the answer file.
Use ImageX to compress your data files to a .wim file. For example:
imagex /capture C:\Data\DataFiles C:\Data\MyData.wim "MyData"
In this example, everything under the C:\Data\DataFiles directory is added to the .wim file.
All files and folders under C:\Data\DataFiles are extracted to the root of the drive specified in the answer file.
Don't work, how I can make?



Help
Back to top









