How can I use SplitView with published applications?

You will need to publish SplitView by itself on the back-end Citrix server and start it prior to starting the other published applications. You can do so by publishing the 'start splitview' link from the start menu.

You can also create a batch file to point to the shortcut for SplitView then the shortcut for the app, and publish that. Many users find the batch file approach convenient. To start SplitView from a batch file, add the following commands in a batch file followed by commands to start the published application:

start /D "c:\Program Files\SplitView 2008\" splitscr.exe

OR

cd “c:\Program Files\SplitView 2008\"
start SplitScr.exe

To close SplitView automatically when all other Citrix published applications close, see the FAQ entry here.