Creating installers in .net
- by Manish
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?