Re: [WiX-users] Upgraded from 3.0 to 3.5

2010-07-17 Thread Bhaumik Barot
Yes My customaction.wix is in include folder. Let me know if you need source code of that. Bhaumik -- This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first --

Re: [WiX-users] Upgraded from 3.0 to 3.5

2010-07-17 Thread Rob Mensching
The .wxs with your Product element is referring to a CustomAction/@Id="CAInstallVoyagerDatabase.Install" but that CustomAction isn't found. Is it in a fragment in a different .wxs that you are not compiling and providing the .wixobj to the linker? On Fri, Jul 16, 2010 at 8:26 PM, Bhaumik Barot wr