Lee Thompson wrote:
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.

In v3, all the WiX loc strings are marked @Overridable="yes" so you can override them. You need to provide your own .wxl file with @Culture="en-us" to match. You'll have to get the loc string IDs from the extension source drop, however; they're not otherwise discoverable.

--
sig://boB
http://bobs.org

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