While publishing, how can I select ClickOnce or Windows Installer. Where can the choice be made?
Thanks
Furqan
While publishing, how can I select ClickOnce or Windows Installer. Where can the choice
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can setup clickonce deployment in your applications properties page. Right click your project in solution explorer and select properties. For windows installer you need to create a new windows setup project.
Both are pretty easy:
clickonce:
http://msdn.microsoft.com/en-us/library/ms228283(VS.80).aspx
Setup and deployment project:
http://msdn.microsoft.com/en-us/library/k3bb4tfd%28VS.80%29.aspx