mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-13 05:47:23 +00:00
95 lines
2.2 KiB
Markdown
95 lines
2.2 KiB
Markdown
---
|
||
title: LOAD PACKAGE
|
||
description: LOAD PACKAGE
|
||
author: jamiejdt
|
||
ms.assetid: eb19116d-e5d0-445c-b2f0-3116a09384d7
|
||
ms.pagetype: mdop, appcompat, virtualization
|
||
ms.mktglfcycl: deploy
|
||
ms.sitesec: library
|
||
ms.prod: w8
|
||
ms.date: 06/16/2016
|
||
---
|
||
|
||
|
||
# LOAD PACKAGE
|
||
|
||
|
||
Loads the specified package into the file system cache.
|
||
|
||
`SFTMIME LOAD PACKAGE:package-name [/SFTPATH sft-pathname] [/LOG log-pathname | /CONSOLE | /GUI]`
|
||
|
||
<table>
|
||
<colgroup>
|
||
<col width="50%" />
|
||
<col width="50%" />
|
||
</colgroup>
|
||
<thead>
|
||
<tr class="header">
|
||
<th align="left">Parameter</th>
|
||
<th align="left">Description</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr class="odd">
|
||
<td align="left"><p>PACKAGE:<package-name></p></td>
|
||
<td align="left"><p>The name of the package to load.</p></td>
|
||
</tr>
|
||
<tr class="even">
|
||
<td align="left"><p>/SFTPATH <sft-pathname></p></td>
|
||
<td align="left"><p>If specified, the path to an SFT file to load from.</p></td>
|
||
</tr>
|
||
<tr class="odd">
|
||
<td align="left"><p>/LOG</p></td>
|
||
<td align="left"><p>If specified, output is logged to the specified path name.</p></td>
|
||
</tr>
|
||
<tr class="even">
|
||
<td align="left"><p>/CONSOLE</p></td>
|
||
<td align="left"><p>If specified, output is presented in the active console window (default).</p></td>
|
||
</tr>
|
||
<tr class="odd">
|
||
<td align="left"><p>/GUI</p></td>
|
||
<td align="left"><p>If specified, output is presented in a Windows dialog box.</p></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
|
||
|
||
|
||
For version 4.6, the following option has been added.
|
||
|
||
<table>
|
||
<colgroup>
|
||
<col width="50%" />
|
||
<col width="50%" />
|
||
</colgroup>
|
||
<tbody>
|
||
<tr class="odd">
|
||
<td align="left"><p>/LOGU</p></td>
|
||
<td align="left"><p>If specified, output is logged to the specified path name in UNICODE format.</p></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
|
||
|
||
|
||
**Note**
|
||
If no SFTPATH is specified, the client will load the package by using the path it has been configured to use, based on the OSD file, the ApplicationSourceRoot registry key value, or the OverrideURL setting.
|
||
|
||
The **LOAD PACKAGE** command performs a synchronous load and will not be complete until the package is fully loaded or until it encounters an error condition.
|
||
|
||
|
||
|
||
## Related topics
|
||
|
||
|
||
[SFTMIME Command Reference](sftmime--command-reference.md)
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|