Glad to help.

Xu nanxuan wrote:
> Yes, that's it! It's really an unwizdom for me to ignore such factor! 
> Thanks again
> 
>  > Date: Tue, 4 Mar 2008 15:36:59 +0100
>  > To: wix-users@lists.sourceforge.net
>  > From: [EMAIL PROTECTED]
>  > Subject: Re: [WiX-users] Question about custom action-Different 
> behaviors in different OS?
>  >
>  > Maybe a thing to consider: is your dll statically linked? If not, maybe
>  > this is the problem. If you are trying to run a library, which is not
>  > statically linked and the target computer doesn't have the c++/c runtime
>  > installed, dll won't work. Check this within VS 2005 under
>  > Project|Properties|Configuration Properties|Code Generation|Runtime
>  > Library -> it should be set to "Multi threaded Debug (/MTd) for debug
>  > build and "Multi Threaded (/MT)" for release build.
>  >
>  > Cheers,
>  > Boris
>  >
>  > Xu nanxuan wrote:
>  > > In my custom Wix, I have a custom action aiming at a dllentry (the dll
>  > > is written in C++ in VS 2005). All of this works fine on my vista
>  > > 64bit; but when I move the msi file to longhorn 64bit, it doesn't work
>  > > correctly (the result is premature setup, and i can still find it in
>  > > control panel). I guess something wrong with dll, because i've tried
>  > > removing the dll part of the msi, which can make the "new" msi work
>  > > correctly in longhorn. So, any suggestions?
>  > >
>  > > Thanks!
>  > >
>  > > 
> ------------------------------------------------------------------------
>  > > Express yourself instantly with MSN Messenger! MSN Messenger
>  > > <http://clk.atdmt.com/AVE/go/onm00200471ave/direct/01/>
>  > > 
> ------------------------------------------------------------------------
>  > >
>  > > 
> -------------------------------------------------------------------------
>  > > This SF.net email is sponsored by: Microsoft
>  > > Defy all challenges. Microsoft(R) Visual Studio 2008.
>  > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
>  > > 
> ------------------------------------------------------------------------
>  > >
>  > > _______________________________________________
>  > > WiX-users mailing list
>  > > WiX-users@lists.sourceforge.net
>  > > https://lists.sourceforge.net/lists/listinfo/wix-users
>  > >
>  >
>  >
> 
> ------------------------------------------------------------------------
> Express yourself instantly with MSN Messenger! MSN Messenger 
> <http://clk.atdmt.com/AVE/go/onm00200471ave/direct/01/>


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to