Creating installers in .net
Posted
by Manish
on Stack Overflow
See other posts from Stack Overflow
or by Manish
Published on 2010-03-09T11:30:15Z
Indexed on
2010/03/09
11:36 UTC
Read the original article
Hit count: 170
I want to create a installer which would just dump few files and folders at a location specified by user. But the problem is these files are required to be picked up from a fixed source folder and then the installer is build. Also, these files may change any time and then again a new version of the installer is required to be created.
I want to do this in .Net using Setup and Deployment project. I'm not sure how to do this. Do I need to create another class library project with a Setup Poject?
Does anyone has any idea?
© Stack Overflow or respective owner