--- title: PUBLISH APP description: PUBLISH APP author: jamiejdt ms.assetid: f25f06a8-ca23-435b-a0c2-16a5f39b6b97 ms.pagetype: mdop, appcompat, virtualization ms.mktglfcycl: deploy ms.sitesec: library ms.prod: w8 ms.date: 06/16/2016 --- # PUBLISH APP Publishes an application shortcut to the user's Start menu, desktop, or other specified location. `SFTMIME PUBLISH APP:application {/DESKTOP | /START | /TARGET target-path} [/ICON icon-pathname] [/DISPLAY display-name] [/ARGS command-args...] [/LOG log-pathname | /CONSOLE | /GUI]`
Parameter | Description |
---|---|
APPLICATION:<application> |
The name and version (optional) of the application. |
/DESKTOP |
Publishes a shortcut to the user's desktop. |
/START |
Publishes a shortcut to the Application Virtualization Applications folder in the Programs folder of the Start menu. |
/TARGET <target-path> |
The absolute path where the shortcut should be published. |
/ICON <icon-pathname> |
The path or URL for the icon file. |
/DISPLAY <display-name> |
The display name for the shortcut. |
/ARGS <command-args> |
Parameters to be passed to the application. |
/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. |