We need to have two WIX installer projects, one for our server SW and the
other for client SW. Since we are going to use some customized dialog in
both projects, it is nature that we create a WIX library project and to
define the customized dialog there, and make it a reference to both setup
projects. Everything works fine except that I can't include the
MsgString.xml file in this wixlib project. The MsgString.xml file, as you
know, just defines some text in the UI, so they are also common for both
installers. If we include the MsgString.xml in each wix setup project, it
works fine. But obviously we need to include the files in two places, and
the file will almost the same content, which is somehow redundant and hard
to maintain. Can anybody tell me how to include the localization file into
the wix library project? Thanks!

--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/The-localization-variable-is-unknown-error-when-building-a-wixlib-project-in-VS2010-tp7578564.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to