Re: [WiX-users] Installer fails while reading the function from DLL

2007-07-26 Thread Naresh Krishna Kumar K
Hi, I checked in the Project-Properties-Configuration Properties-C/C++-Code Generation - Runtime library is Multi-threaded(/MT) only. Is there anything else I should do in order to resolve this issue? The installer is working fine in windows xp and vista and the issue is only with windows server

[WiX-users] Installer fails while reading the function from DLL

2007-07-26 Thread Naresh Krishna Kumar K
Hi, I created a Windows Installer DLL using Visual Studio C++. The installer is working fine in windows xp and vista. But when I run the installer which has custom action dll in windows 2003, it is not installing in windows server 2003. Is it known issue or does any body have idea this issue?

Re: [WiX-users] Installer fails while reading the function from DLL

2007-07-26 Thread Bob Arnson
Naresh Krishna Kumar K wrote: I checked in the Project-Properties-Configuration Properties-C/C++-Code Generation - Runtime library is Multi-threaded(/MT) only. Is there anything else I should do in order to resolve this issue? The installer is working fine in windows xp and vista and the issue

Re: [WiX-users] Installer fails while reading the function from DLL

2007-07-26 Thread John Hall
I created a Windows Installer DLL using Visual Studio C++. The installer is working fine in windows xp and vista. But when I run the installer which has custom action dll in windows 2003, it is not installing in windows server 2003. Is it known issue or does any body have idea this issue?