I haven’t deployed the application yet. I’m new to this, how can i create folders under C:\Programs Files during installation? Should i put the snippet of creating folders in program.cs?
The application is Winform in C#
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.
Add a Setup project to your Solution And then add Primary output and all the files needed.
From the Property windows of the setup project you can choose default location where to save
your projects which I usually do in my projects.
Refer this for more info http://msdn.microsoft.com/en-us/library/ms235317%28VS.90%29.aspx