Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Path
specifies the path of the page file to create for PageFile.
Values
path_to_page_file |
Specifies the fully qualified path on a fixed disk of the page file to create. You can use predefined system environment variables to specify the path to the page file. For example, to create a page file in the Windows directory on the destination computer, use %WINDIR% as the value. |
This string type does not support empty elements. Do not create an empty value for this setting.
Valid Passes
Parent Hierarchy
Microsoft-Windows-Setup | PageFile | Path
Applies To
For the list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-Setup.
XML Example
The following XML output shows how to create a page file.
<PageFile>
<Path>%WINDIR%\MyPagefile.sys</Path>
<Size>512</Size>
</PageFile>