WiX: How to automatically include localized satellite assemblies?
Can WiX be set to automatically include all generated satellite assemblies? The goal is to have a single English language MSI that installs an application with localized strings available for ~10 languages. I found this existing SO quetsion: How do I include Satellite Assemblies(Localized Resources) in an MSI built with WiX? However that solution suggests that new component and directory definitions needs to be manually added for each culture variant. Is that the only way, or can WiX somehow automatically learn about each language from the Visual Studio project definitions? (Running VS2010 and