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


[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?

Thanks,
Naresh Krishna Kumar. K
-- 
View this message in context: 
http://www.nabble.com/Installer-fails-while-reading-the-function-from-DLL-tf4151133.html#a11808929
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


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 is only with windows server 2003.
   

Check a verbose log to see if the CA is running at all. If not, you need 
to determine which dependencies your DLL has that aren't on Windows 2003.

-- 
sig://boB
http://joyofsetup.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


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?

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