Re: [WiX-users] Localization with WiX3

2008-02-21 Thread Corey Alix

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=yesWixUI_Ico_Info/String
String Id=InvalidDirDlgIconTooltip Overridable=yesInformation
icon/String
String Id=InvalidDirDlgText Overridable=yesInstallation 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=yesOrdner|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/vse012070mrt/direct/01/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Localization with WiX3

2008-02-15 Thread Markus Kuehni
 

Bob Arnson wrote:
 Because, as you note, they don't work without modification.

Ok, but then you should probably remove WixUI_de-de.wxl as well. It was very
confusing for me to have German *half* working and French *not at all*. 

Whatever, the thread will hopefully clarify this for others.

And thanks to all of you for all the efforts! 

_Mark



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users