Re: [WiX-users] Setting custom error text for error 2893

2007-06-21 Thread Bob Arnson
Igor Maslov wrote: > Is there a way to suppress error message completely? > I doubt it -- it's a fatal error from MSI's perspective. -- sig://boB http://joyofsetup.com/ - This SF.net email is sponsored by DB2 Express D

Re: [WiX-users] Setting custom error text for error 2893

2007-06-21 Thread Igor Maslov
This works. Thank you. Is there a way to suppress error message completely? Igor Bob Arnson-6 wrote: > > Please keep the mailing list on the thread. > > Maslov, Igor wrote: >> I added >> >> Input was truncated because it was too >> long >> >> To wxl file >> > > That won't do anythin

Re: [WiX-users] Setting custom error text for error 2893

2007-06-21 Thread Igor Maslov
Yes, I am setting error in wxl file: An error occurred during the installation of assembly '[6]'. One or more modules of the assembly could not be found. HRESULT: [3]. {{assembly interface: [4], function: [5], component: [2]}} Input was truncated because it was too long When I open msi fi

Re: [WiX-users] Setting custom error text for error 2893

2007-06-21 Thread Bob Arnson
Please keep the mailing list on the thread. Maslov, Igor wrote: > I added > > Input was truncated because it was too > long > > To wxl file > That won't do anything if there isn't an Error element that refers to the string. See how src\ext\UIExtension\wixlib\ErrorProgressText.wxs handles

Re: [WiX-users] Setting custom error text for error 2893

2007-06-21 Thread Bob Arnson
Igor Maslov wrote: > Alternative way was to define some "user friendly" message. I know, that > errors with numbers bigger than 2000 aren't supposed to be in the Error > table, but this looks like the case when it actually should. > There's no such restriction in the doc, just a note that 25000

[WiX-users] Setting custom error text for error 2893

2007-06-21 Thread Igor Maslov
If I type very long text in the PathEdit control, error for error 2893 is displayed, usuall dialog for error that does not have text defined. I'd like to disable this error, since I have my custom message about invalid path already being displayed, but I didn't find a way to do this. Alternative