Thanks you! I was confused by the fact that I was only getting errors with German, Spanish and Dutch because I thought those translations were complete. By adding these missing <String> items to my own 1031.wxl file I was able to build an MSI.
The February 15, 2008 version of the WiX source requires these additions for a WixUI_InstallDir build (true for Spanish and Dutch as well): <?xml version="1.0"?> <WixLocalization xmlns="http://schemas.microsoft.com/wix/2006/localization" Codepage="1252" Culture="de-DE"> <String Id="InvalidDirDlg_Title" Overridable="yes">[ProductName] Setup</String> <String Id="InvalidDirDlgIcon" Overridable="yes">WixUI_Ico_Info</String> <String Id="InvalidDirDlgIconTooltip" Overridable="yes">Information icon</String> <String Id="InvalidDirDlgText" Overridable="yes">Installation directory must be on a local hard drive.</String> <String Id="MaintenanceTypeDlgRemoveDisabledText" Overridable="yes">[ProductName] kann nicht entfernt werden.</String> <String Id="MaintenanceTypeDlgRepairDisabledText" Overridable="yes">[ProductName] kann nicht repariert werden.</String> <String Id="UITextNewFolder" Overridable="yes">Ordner|Neuer Ordner</String> </WixLocalization> -- View this message in context: http://www.nabble.com/Localization-with-WiX3-tp15489213p15614709.html Sent from the wix-users mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users