Thanks, Mike. Yes, I'm talking about the error message itself. When I reuse the 
same Id as one that exists in caerr.wxi, e.g.:
<Error Id="25531">Install Failure: Couldn't open [1]. This will happen when [1] 
is locked by the system, or if it contains invalid XML. First, cancel this 
installation, ensure that the prior version of the MSI has been uninstalled and 
that [1] no longer exists. If both are true, have dev run the file through an 
XML validator to determine what is wrong with the file and fix it. This fix 
will require a new build of the MSI.</Error>
(Yes, this is for an internal-only setup.)
 
... I get LGHT0130, because I'm trying to insert a duplicate row in the Error 
table.
error LGHT0130 : The primary key '25531' is duplicated in table 'Error'. Please 
remove one of the entries or rename a part of the primary key to avoid the 
collision.
 
Should also have noted that I'm on 3.0.2525.0, using the -cultures:en-US flag.


From: [EMAIL PROTECTED]: [EMAIL PROTECTED]; [EMAIL PROTECTED]: RE: [WiX-users] 
Overriding WiX default error codesDate: Fri, 2 Feb 2007 21:21:36 +0000






Do you mean the messages? WiX UI extension includes the necessary constructs to 
build the Error table. The actual messages come from the localization file 
specified on the light.exe command line. If you want to change them, you can 
modify these strings. I’m not quite sure how this works with v3’s -cultures 
option, though.
 
-- 
Mike Dimmick
 




From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lee 
ThompsonSent: 02 February 2007 19:30To: [EMAIL PROTECTED]: [WiX-users] 
Overriding WiX default error codes
 
Is it possible to override the default error codes that WiX uses? I'd like to 
provide messaging that is much more specific to our application where the 
default is very generic.



Live Search: New search found Try it!
_________________________________________________________________
Get connected - Use your Hotmail address to sign into Windows Live Messenger 
now. 
http://get.live.com/messenger/overview
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to