Re: [WiX-users] QTExec and WixUtilExtension

2007-06-27 Thread Bob Arnson
koawmfot wrote: > c:\test\app\unify\unify.wxs(150) : error LGHT0094 : Unresolved > reference to symbol 'Binary:wixca' in section Fragment:unify_drivers'. IDs are case-sensitive so you need to use WixCA not wixca. -- sig://boB http://joyofsetup.com/ --

[WiX-users] QTExec and WixUtilExtension

2007-06-27 Thread koawmfot
The infor below was posted on the mail list: Re: [WiX-users] WiX 3.0 wixca.dll QtExec Erlichmen, Shay Wed, 21 Feb 2007 03:51:59 -0800 There is a documentation mistake in WiX3 chm, you need to replace the Id="wixca" with Id="WixCA and remove the Binary element. Then you will need to add WixUtilE