You could do the same thing I did for distributing a clickable Client:
1. Start up your Visual Studio or other Development Environment
2. Create a Windows Form Project
3. Add a Browser Control
4. do a webBrowser1.Navigate("http://www.support-url.com:8040") in Form Load event
5. Compile and Distribute :-)
For reference:
http://www.csa-it.de/_files/CSAFernwartung.exe
I use this basic principle (plus tons of extra functionality) to provide my co-workers with a startable remote support client.
Maybe some similar functionality will be available in SC in one of the next versions..?