Quantcast
Channel: wixsharp Discussions Rss Feed
Viewing all articles
Browse latest Browse all 1354

New Post: Maintain directory structure

$
0
0
It looks like you are trying to do what is already implemented as a Wix# native feature :)

You can add the whole directory with the files in a single step:
var project =
    new Project("MyProduct",
        new Dir(@"%ProgramFiles%\My Company\My Product",
            new Files(@"..\Release Folder\Release\*.*",...
Have a look at "ReleaseFiolder" and "WildCard Files" samples.

Viewing all articles
Browse latest Browse all 1354

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>