Re: [WiX-users] Error table in merge module

2009-04-16 Thread Rob Mensching
The Merge Module spec says Merge Modules don't get an Error table. Sudripta Nandy (Sarangsoft Corporation) wrote: > I am trying to create a merge module. But, I am getting an error message in > wixca.wxs. The error code is LGHT1054 and it states that 'Merge modules > should not contain the Error

Re: [WiX-users] Error Table

2006-10-09 Thread Neil Sleightholm
I might be missing the point but don't you just include this: You will also need to build it with 'wixui.wixlib -loc WixUI_en-us.wxl' on the light command line. Neil -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alex Mendes da Costa Sent: 09 Octo

Re: [WiX-users] Error Table

2006-10-09 Thread Bob Arnson
Alex Mendes da Costa wrote: > My package is not language-neutral. ProductLanguage is set in my MSI > to 1033.However, the dialog box lacks strings unless I explicitly > add the appropriate entries to the error table. > What do you have Package/@Languages set to? -- sig://boB http://bobs.

Re: [WiX-users] Error Table

2006-10-09 Thread Alex Mendes da Costa
My package is not language-neutral. ProductLanguage is set in my MSI to 1033.However, the dialog box lacks strings unless I explicitly add the appropriate entries to the error table. On 10/8/06, Bob Arnson <[EMAIL PROTECTED]> wrote: > Alex Mendes da Costa wrote: > > http://msdn.microsoft.com/

Re: [WiX-users] Error Table

2006-10-08 Thread Bob Arnson
Alex Mendes da Costa wrote: > http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/error_table.asp > > Some of these strings are used to populate the uninstallation dialog box. > > My wix-derived MSIs do not have this table. As a result, my uninstall > dialog is extremely bar