As the title suggests, I would like to create - and public - my application through Visual Studio's Publish Wizard. I am running into an issue, however. It seems as though by publishing my application VS is forcing me to create an installer. The problem is that I do not want my application to have to install! I would like for my application to be a "normal" click-once executable that is usually produced when I choose not to publish my project. I want to be able to copy and run this application from any directory and not have to install it (at all).
I hope this is even possible. Thank you very much for any help.