--- title: ADD PACKAGE description: ADD PACKAGE author: jamiejdt ms.assetid: aa83928d-a234-4395-831e-2a7ef786ff53 ms.pagetype: mdop, appcompat, virtualization ms.mktglfcycl: deploy ms.sitesec: library ms.prod: w8 ms.date: 06/16/2016 --- # ADD PACKAGE Adds a package record. If the package already exists, this command will update the configuration of the existing package. `SFTMIME ADD PACKAGE:package-name /MANIFEST manifest-path [/OVERRIDEURL url [/AUTOLOADONREFRESH] [/AUTOLOADONLOGIN] [/AUTOLOADONLAUNCH] [/AUTOLOADTARGET {NONE|ALL|PREVUSED}] [/GLOBAL] [/LOG log-pathname | /CONSOLE | /GUI]`
Parameter | Description |
---|---|
PACKAGE:<package-name> |
User-visible and user-friendly name for the package. |
/MANIFEST <manifest-path> |
The path of the manifest file that lists the applications included in the package and all of their publishing information. |
/OVERRIDEURL <URL> |
The location of the package's SFT file. |
/AUTOLOADONREFRESH |
Background loading is performed after a publishing refresh. |
/AUTOLOADONLOGIN |
Background loading is performed when a user logs in. |
/AUTOLOADONLAUNCH |
Background loading is performed after a user starts an application from the package. |
/AUTOLOADTARGET target |
Indicates which applications from the package will be autoloaded. |
NONE |
No autoloading will be performed, despite the presence of any /AUTOLOADONxxx flags. |
ALL |
If an autoload trigger is enabled, all applications in the package will be loaded into cache whether or not they have been previously started. |
PREVUSED |
If an autoload trigger is enabled, the package will load if any applications in this package have previously been started by a user. |
/GLOBAL |
If present, the package will be available for all users on this computer. |
/LOG |
If specified, output is logged to the specified path name. |
/CONSOLE |
If specified, output is presented in the active console window (default). |
/GUI |
If specified, output is presented in a Windows dialog box. |
/LOGU |
If specified, output is logged to the specified path name in UNICODE format. |