Re: [WiX-users] wix error code LGHT0112

2007-04-22 Thread Simon Dahlbacka
That's a totally different thing.. (but still unsupported) On 4/22/07, teckJBMsia <[EMAIL PROTECTED]> wrote: Hi, I dont think so. I'm able to call an .EXE written using Microsoft Visual Studio .NET 2005 C# . It's managed code too. I'm just wondering why not the DLL. I guess there must be so

Re: [WiX-users] wix error code LGHT0112

2007-04-22 Thread teckJBMsia
Hi, I dont think so. I'm able to call an .EXE written using Microsoft Visual Studio .NET 2005 C# . It's managed code too. I'm just wondering why not the DLL. I guess there must be something wrong in my wix source files . -- View this message in context: http://www.nabble.com/wix-error-code-

Re: [WiX-users] wix error code LGHT0112

2007-04-22 Thread Simon Dahlbacka
I wrote the DLL by using Microsoft Visual Studio .NET 2005 C#. there you have your problem. If you search the mailinglists you'll find out *many times* that managed custom actions aren't supported.. - This SF.net emai

Re: [WiX-users] wix error code LGHT0112

2007-04-22 Thread teckJBMsia
Hi, I have solved the problem. It seems like i forgot to add the following code at the end of my .wxs file After i add the code, i can build the installer ( .msi ). However, an error is reported when i try to run the DLL from a button click. 1 The installer package re

Re: [WiX-users] wix error code LGHT0112

2007-04-22 Thread Rob Mensching
Can you provide more context of the error message? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of teckJBMsia Sent: Saturday, April 21, 2007 11:12 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] wix error code LGHT0112 Hi, What might be t