Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > Click Once to Terminal Server Session - Application Shortcut
 

Click Once to Terminal Server Session - Application Shortcut

I have a WPF app that I deploy to terminal server users using Click Once. The Terminal Server is Windows 2003 R2 Enteprise Edition.

The good news is that the deployment works fine. However there is one annoying problem: Users are unable to maintain a shortcut to my application on their TS desktops. Each time they log out, the shortcut is missing when they log back in.

I know the IT group has locked down the Terminal Server sessions to prevent users from performing ad hoc application installations. While this doesn't directly affect my app, I am guessing it prevents shortcuts from being persisted between sessions. I am further guessing the answer lies in some combination of policies for the terminal server.

Does anyone have a clue as to how/if I can resolve this?

thanks
  • Changed TypeJRichTX Friday, September 04, 2009 2:20 PM
  •  
JRichTX  Friday, September 04, 2009 2:15 PM

What version of .Net are you targeting? Here is an article about how to create a desktop shortcut:

http://robindotnet.wordpress.com/2009/04/07/creating-a-desktop-shortcut-for-a-click-once-application/

Are you running the application as online-only or online/offline?

RobinDotNet


Click here to visit my ClickOnce blog!
RobinDotNet  Saturday, September 05, 2009 5:29 PM

What version of .Net are you targeting? Here is an article about how to create a desktop shortcut:

http://robindotnet.wordpress.com/2009/04/07/creating-a-desktop-shortcut-for-a-click-once-application/

Are you running the application as online-only or online/offline?

RobinDotNet


Click here to visit my ClickOnce blog!
RobinDotNet  Saturday, September 05, 2009 5:29 PM

Hello,

I am writing to check the status of the issue on your side. Would you mind letting me know the result of the suggestions? If you have any additional question, welcome to post here.

Have a great day!

Thanks,
Rong-Chun Zhang


Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.
Rong-Chun Zhang  Thursday, September 10, 2009 10:14 AM
RobinDotNet's suggestion did the trick....I was not aware of the desktop icon option in the click once deployment manifest...see below....

http://robindotnet.wordpress.com/2009/04/07/creating-a-desktop-shortcut-for-a-click-once-application/

Thanks all

Joe Rich
Rich Solutions
JRichTX  Tuesday, September 22, 2009 6:53 PM

You can use google to search for other answers

Custom Search

More Threads

• Outlook issue with setup project deployment
• launch ClickOnce app from another Windows app
• How to call APIs (that requires Admin privilege) from Standard User
• Except in memory process / The value is outside the expected range
• Setup Deployment On Visual Studio 2008
• Publishing a WindowsApplication using MAGE
• Publish on VS208 takes too long (15 minutes)
• loose focus on vista
• Publishing a project with ClickOnce in Windows Vista Beta2
• Updating SQL Databases after Deployment