Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |
For version 4.6, the following option has been added.
/LOGU |
If specified, output is logged to the specified path name in UNICODE format. |
Related topics