Whenever building my project in zh-HK culture I get the following errors
(vs2008 sp3):

Error 1 ICE03: Invalid template string; Table: Error, Column: Message,
Key(s): 1306
C:\delivery\Dev\wix35_public\src\ext\UIExtension\wixlib\ErrorProgressText.wxs
120 1 IFRInstaller
Error 2 ICE03: Invalid template string; Table: Error, Column: Message,
Key(s): 1307
C:\delivery\Dev\wix35_public\src\ext\UIExtension\wixlib\ErrorProgressText.wxs
121 1 IFRInstaller
Error 3 ICE03: Invalid template string; Table: Error, Column: Message,
Key(s): 1312
C:\delivery\Dev\wix35_public\src\ext\UIExtension\wixlib\ErrorProgressText.wxs
126 1 IFRInstaller
Error 4 ICE03: Invalid template string; Table: Error, Column: Message,
Key(s): 1605
C:\delivery\Dev\wix35_public\src\ext\UIExtension\wixlib\ErrorProgressText.wxs
169 1 IFRInstaller
Error 5 ICE03: Invalid template string; Table: Error, Column: Message,
Key(s): 1609
C:\delivery\Dev\wix35_public\src\ext\UIExtension\wixlib\ErrorProgressText.wxs
173 1 IFRInstaller
Error 6 ICE03: Invalid template string; Table: Error, Column: Message,
Key(s): 1702
C:\delivery\Dev\wix35_public\src\ext\UIExtension\wixlib\ErrorProgressText.wxs
175 1 IFRInstaller
Error 7 ICE03: Invalid template string; Table: Error, Column: Message,
Key(s): 1703
C:\delivery\Dev\wix35_public\src\ext\UIExtension\wixlib\ErrorProgressText.wxs
176 1 IFRInstaller
Error 8 ICE03: Invalid template string; Table: Error, Column: Message,
Key(s): 1711
C:\delivery\Dev\wix35_public\src\ext\UIExtension\wixlib\ErrorProgressText.wxs
184 1 IFRInstaller
Error 9 ICE03: Invalid template string; Table: Error, Column: Message,
Key(s): 1803
C:\delivery\Dev\wix35_public\src\ext\UIExtension\wixlib\ErrorProgressText.wxs
208 1 IFRInstaller
Error 10 ICE03: Invalid template string; Table: Error, Column: Message,
Key(s): 1804
C:\delivery\Dev\wix35_public\src\ext\UIExtension\wixlib\ErrorProgressText.wxs
209 1 IFRInstaller

This only happens for this culture and not for zh-TW for example.

After some research I found this:
http://blogs.msdn.com/b/heaths/archive/2009/02/13/why-does-ice03-state-my-localized-template-string-is-invalid.aspx

saying that I would have to escape '[' characters in certain parts of the
translation.

Does this mean that the WixUI_zh-HK.wxl file from WiX source is incorrect
and I would need to change it? or is there any way to workaround this?

*funny thing: the zh-HK installer gets created anyway, yet it stops the
build process for other cultures.

Thanks
------------------------------------------------------------------------------
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to