Srinivas Tirupati wrote:

1> Doesn't WIX create an Error table populated by the Error messages itself ?


Not by default. You can omit Error table rows and let MSI provide error messages from its localized resources.

2> What extra steps should we do to get this Error table populated by Error Messages?


WixUI includes some messages. Here's the doc from WiX.chm:


   Using translated error and progress text

By default, WixUI doesn't include any translated Error or ProgressText elements by default. You can include them by referencing the WixUI_ErrorProgressText UI element:

<UIRef Id="WixUI_Minimal" />
<UIRef Id="WixUI_ErrorProgressText" />


--
sig://boB
http://joyofsetup.com/

-------------------------------------------------------------------------
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