I'm new to WiX myself and just ran into this one yesterday. I presume
you are using VS2005 and WiX 3.0? The instructions at
http://wix.sourceforge.net/manual-wix2/WixUI_dialog_library.htm to add a
*.wixlib and *.wxl file to the Light command line do not apply to WiX
3.0, nor do they work with the VS IDE. Instead, use the VS solution
explorer to add a reference to WixUIExtension.dll, which you'll find in
WiX's install directory. Then you do still need to identify the
localization culture. On the Linker tab (Light Settings) of the
solution's property pane, specify 'en-US' (or whatever) as the Culture.
Mark

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to