2

I would like my ClickOnce project to run immediately without installing the game seeing as it is only a simple "showcase"-game and I really don't want to force the moderators to have to uninstall it from the Control Panel afterwards.

1
  • xcopy deploy it, not clickonce Commented Jun 12, 2012 at 21:23

2 Answers 2

3

ClickOnce is designed for installing and streamlining future updates of your application. If your wanting someone to just open your application w/ out installing it, just give them your exe. (Assuming you don't have dlls...If you do, then include them too).

You can find them in your project folder\Debug or \Release (depending on which you have compiled).

Sign up to request clarification or add additional context in comments.

Comments

2

In visual studio, select the option to have the application available online only. Then, when launching, the application will be downloaded fresh each time and not installed locally.

Is there a specific reason you are using ClickOnce?

1 Comment

It actually DOES install the application locally if you set it to "online-only". It just requires that the user be able to access the deployment server in order to run the application, and if any of the files have changed, it downloads new copies of them.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.