.Net: Adding files and folders to SETUP Project programmatically

Posted by Manish on Stack Overflow See other posts from Stack Overflow or by Manish
Published on 2010-02-15T11:45:18Z Indexed on 2010/03/24 8:03 UTC
Read the original article Hit count: 368

So, here is the scenario:

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.

So this needs to be done programmatically.

Also, how can I add some coding stuff in setup projects? (New to SETUP PROJECTS)

How? Any ideas/comments appreciated...

© Stack Overflow or respective owner

Related posts about .NET

Related posts about installer