Re: [WiX-users] issues when using a custom action

2010-12-12 Thread Sean Farrow
Hi Rob: That now makes sense, having read the .cs code for the netfx extension. Sean. -Original Message- From: Rob Mensching [mailto:r...@robmensching.com] Sent: 12 December 2010 19:23 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] issues when using a

Re: [WiX-users] issues when using a custom action

2010-12-12 Thread Rob Mensching
The linker (light.exe) starts at your Product and starts pulling in code referenced from there. So you need to somehow have a reference to the Fragment below. The WiX Extensions typcially do this by adding a CustomActionRef automatcially for you. Since you don't have an Extension to automatically

[WiX-users] issues when using a custom action

2010-12-12 Thread Sean Farrow
Hi: I've written a custom action. It appears from checking the binary table with orca that the ca dll is not been added to the database. The following is the fragment in a .wixlib file: I've based this on the .wixlib that comes with the net