Re: [WiX-users] Localizing Burn Condition messages

2015-05-27 Thread Rob Mensching
] Sent: Wednesday, May 27, 2015 2:06 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Localizing Burn Condition messages It does work. Just had to use the *#*(loc.StringId) instead of the *!*(loc.StringId) syntax for the bal:Condition@Message attribute. The WixStdBA localizes with the

Re: [WiX-users] Localizing Burn Condition messages

2015-05-27 Thread Ryan Waller
It does work. Just had to use the *#*(loc.StringId) instead of the *!*(loc.StringId) syntax for the bal:Condition@Message attribute. The WixStdBA localizes with the # syntax. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Localizing-Burn-Condition