desktop shortcuts - smart client applications

R

Ravi

We have a smart client application(based on .NET 2.0). We have a
requirement to be able to launch it from a desktop shortcut. I am
looking for various alternatives to fulfil this requirement with no
success.

One approcah is to create a windows service and being able to launch
the application. But, we are using ClickOnce technology to deploy the
application. I am aware that using this technology we cannot install
such a service.

Another is to create file associations, but even this will require
access to the registry on client machine and again ClickOnce technology
has the limitation of not being able to access registry on the client
machine.

Are there any other alternatives that I can use to accomplish this?
Hope to see some responses.

Thanks
Ravi
 
F

fitim skenderi

Have you tried to just create a shortcut of the link, like you would create
a shortcut for a web page. This might do the trick

Fitim Skenderi
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top