Mark Rendle wrote:

When I build my installer using WiX 2.0 and include the Crystal Reports for .NET 2.0 Merge Module, the installer throws error 2228. I've created a package which didn't include anything except the Crystal msm and the problem still occurred.


Their merge module is incorrectly authored. If you have an AppSearch table, you need a Signature table. (WiX does that automatically if it creates the AppSearch table.) You can probably work around their bug by adding an EnsureTable element for Signature.

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

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