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

New Post: Custom UI based on predefined one

$
0
0
It is rather a WiX question. If your code above works then you can just inject it:
project.Compiler.WixSourceGenerated += doc =>
            {
                doc.Root.Select("Product")
                        .Add(XElement.Parse("<your fragment XML>");
            };

Viewing all articles
Browse latest Browse all 1354

Trending Articles



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