6.10 Integrating with Citrix Published Applications

This section provides information on the following:

6.10.1 Modifying the Command Line

SLLauncher can optionally be used with any published application running on the Citrix server. This is to preserve backwards compatibility with pre-6.1 Citrix published applications that were created using the sllauncher.exe in the Citrix published application shortcut, and also to specify use of sllauncher.exe command line switches as detailed in Using SLLauncher Syntax.

If SLLauncher is not found within the server's path environment variable, you must include the full path to SLLauncher. For example, replace the command line of the published application as follows:

Before

After

C:\Progra~1\novell\SecureLogin\tlaunch.exe /q /auto /eWallData Rumba /pnovellMainframe

SLLauncher.exe C:\Progra~1\novell\ SecureLogin\tlaunch.exe /q /auto /e“WallData Rumba” /pnovellMainframe

6.10.2 Using SLLauncher Syntax

To run SLLauncher, use the following command:

SLLauncher [/wd] Citrix Published Application Parameters

IMPORTANT:If your executable contains a path or command line parameters that include spaces, enclose the spaces in quotes. Even if your application normally accepts the parameters with spaces, SLLauncher interprets them as separate parameters, and unexpected results might occur.

SLLauncher includes two command line parameters that control its behavior:

Table 6-2 Command Line Parameters

Parameter

Explanation

/w executable name

Specifies another process to wait for before closing SecureLogin.

Example, SLLauncher.exe /w rumbadsp.exe

C:\Progra~1\novell\SecureLogin\tlaunch.exe /q /auto /e”WallData Rumba” 
/p"novellMainframe" 

SLLauncher.exe /w mspaint.exe run_MSPaint.CMD

/d

Debug option. This option generates a debug log file (c:\sllauncher.log) and shows dialog boxes during the progress of SLLauncher. The switch must appear before the executable that you want to run.

Examples: SLLauncher.exe /w rumbadsp.exe /d

/p"novellMainframe" 
C:\Progra~1\novell\SecureLogin\tlaunch.exe /q /auto /e“WallData Rumba”

SLLauncher.exe /w /d mspaint.exe run_MSPaint.CMD