Re: [WiX-users] Version 3.0.4309.0 localization error & WixLib/dll with imbedded files

2008-07-16 Thread Bob Arnson
Murray Hipper wrote: > I want to make an dll extension which is based on a .wixlib file, in the > same way in which UIExtension has the wixlib which is wix library file > and the wixext which is the C# dll. Looking at the dll I see only 3 > files which no way in which it links with the wixlib so I

Re: [WiX-users] Version 3.0.4309.0 localization error & WixLib/dll with imbedded files

2008-07-16 Thread Murray Hipper
appreciated. Cheers, Murray Date: Wed, 16 Jul 2008 12:10:58 -0700 From: Neil Enns <[EMAIL PROTECTED]> Subject: Re: [WiX-users] Version 3.0.4309.0 localization error & WixLib/dll with imbedded files To: General discussion for Windows Installer XML toolset. Message-ID:

Re: [WiX-users] Version 3.0.4309.0 localization error & WixLib/dll with imbedded files

2008-07-16 Thread Neil Enns
] On Behalf Of Murray Hipper Sent: Wednesday, July 16, 2008 10:10 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Version 3.0.4309.0 localization error & WixLib/dll with imbedded files Hi All, I've come across a problem in a recent upgrade of Wix where I went to 3.0.4311.0 an

Re: [WiX-users] Version 3.0.4309.0 localization error & WixLib/dll with imbedded files

2008-07-16 Thread Christopher Karper
Check out the "ext" project in the WiX source distro for how they embed the wixlib in extensions. I used the WixSqlExtension as that one is pretty simple. You need to make a solution with your .wixlib project in it, and your C# Application Library extension project. You put a link in the exten

Re: [WiX-users] Version 3.0.4309.0 localization error & WixLib/dll with imbedded files

2008-07-16 Thread Neil Enns
iX-users] Version 3.0.4309.0 localization error & WixLib/dll with imbedded files Hi All, I've come across a problem in a recent upgrade of Wix where I went to 3.0.4311.0 and found I couldn't compile anymore. I tracked it down between the two weekly releases 3.0.4227.0 it does work and 3.0.4

[WiX-users] Version 3.0.4309.0 localization error & WixLib/dll with imbedded files

2008-07-16 Thread Murray Hipper
Hi All, I've come across a problem in a recent upgrade of Wix where I went to 3.0.4311.0 and found I couldn't compile anymore. I tracked it down between the two weekly releases 3.0.4227.0 it does work and 3.0.4309.0 is the first weekly release where it fails. The problem I am having is with local