Dynamically include files in MSI setup

Posted by Patrick Klug on Stack Overflow See other posts from Stack Overflow or by Patrick Klug
Published on 2010-01-28T02:57:37Z Indexed on 2010/04/04 8:03 UTC
Read the original article Hit count: 178

Filed under:
|
|

I am trying to deploy a bunch of files in a directory in my MSI setup. As the files will change frequently I don't want to add the files directly but rather have a way of automatically including all files from within a directory and deploy them to a certain location.

I am using a Visual Studio Setup Project.

Anybody know how/if this is possible?

© Stack Overflow or respective owner

Related posts about msi

Related posts about windows-installer