Help needed with deployment in VS2008

ananas

Member
Joined
May 18, 2009
Messages
6
Programming Experience
Beginner
hello,
I'm new to VS2008 and stuck up with the deployment of my project. can anyone suggest me where i can find articles related to this. In earlier version i used to right click on the project in the solution explorer and add a setup project. but this does not seem to work in 2008. please help!!(the msdn isnt of much help:()
 
Setup project (MSI installer) is available in VS Pro. All versions has ClickOnce, go to Publish tab in project properties.
 
Back
Top