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 2003.

Thanks,
Naresh Krishna Kumar. K



John Hall-9 wrote:
> 
>> 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?
> 
> Naresh,
> 
> Are you linking to the runtime libraries statically or dynamically? It
> is much safer to link statically, i.e. use "Multi-threaded (/MT)" rather
> than "Multi-threaded DLL (/MD)".
> 
> Regards,
> John
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Installer-fails-while-reading-the-function-from-DLL-tf4151133.html#a11815927
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to