Tim
Tim

Reputation: 1344

ClickOnce Deployment Location Web

Is there a way to change the location where ClickOnce automatically installs a program from a web server? I need to have it place an Icon on the desktop automatically. Thanks!

Upvotes: 0

Views: 363

Answers (1)

RobinDotNet
RobinDotNet

Reputation: 11877

If you are targeting .NET 3.5 or above, you can just check the box in the Options dialog in the publish tab to have a desktop shortcut created for you.

Upvotes: 1

Related Questions