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

New Post: Using WixIIsExtension and localization variable errors on building localized installer

$
0
0
It is strange. The WiX documentation describes it as:
Languages   String  The list of language IDs (LCIDs) supported in the package.
So it is expected to be a list. But if it works for you,... then it is the way to go.

As for XML manipulations, you can avoid dealing with complicated namespaces if you just use Six# extensions:
project.WixSourceGenerated += doc => doc.Root.Select("Product/Package")
                                             .SetAttribute("Languages", 1049);

Viewing all articles
Browse latest Browse all 1354

Trending Articles



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