> 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

Reply via email to