Bob Arnson - 2008-07-31

Logged In: YES
user_id=26581
Originator: NO

WiX supports blank loc strings but Windows Installer doesn't support blank strings everywhere, such as in the Property table. The easiest workaround is to provide a value consisting of a single space. Otherwise, if you re-compile the setup for every language, you can use to conditionalize out the property when it's not supported. See also http://www.joyofsetup.com/2008/07/17/beware-localization-variables/.