Hey,
I want to deploy a C# project using Visual C# and not Visual Studio but I can't seem to find that kind of option.
Is there an external plugin I should download in order to do so?
Thanks.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Imri BarrPosted Oct 31, 2011, 2:18 PM
Though this plugin only works with VS and not VC#.
Is the only way to achieving what I want to do is to download VS?
Javeed M ShaikhPosted Oct 31, 2011, 12:25 PM
1. Copy your files from the bin folder and deploy manually.
2. I did see the package/build option, but only for web projects.
3. http://wix.sourceforge.net/downloadv35.html (open source deployment tool for visual studio applications).
Imri BarrPosted Oct 31, 2011, 12:05 PM
I'll say this again: I got ONLY Visual C# and NOT Visual Studio so these options DON'T exist when I click on new Project.
Here's the image:
http://imageshack.us/f/97/unled1mee.jpg/
Javeed M ShaikhPosted Oct 31, 2011, 11:49 AM
Imri BarrPosted Oct 31, 2011, 11:25 AM
So my question is how to get this project without installing the whole Visual Studio on my computer.
Thanks.
Javeed M ShaikhPosted Oct 31, 2011, 11:20 AM
Imri BarrPosted Oct 31, 2011, 11:16 AM
Thanks.
Hemant KumarPosted Oct 31, 2011, 10:57 AM
If you right click on the project in the solution viewer, I get a "publish", select a directory, if you select install from CDrom (eg a file based install), it creates a setup.exe.
Have you tried this?
Long as they have .net installed, I believe this should be sufficient. Its not very elegant and you dont get to configure the setup app.
Javeed M ShaikhPosted Oct 31, 2011, 10:41 AM
have you looked in devenv.exe switches, you can build a console app and pass command line parameters to deploy your project:
devenv
there are other lot of swtiches you can play around on this.