The first thing you might want to check is it linked statically or
dynamically to the VC80 runtime libraries.  Changing to Visual Studio 2005
most likely introduced a dependency for you because of the C runtime
changes.  If you don't want to link statically to the CRT, you could also
use a bootstrapper to install the VC80 redistributable package prior to
running your install.

Dana

On Mon, Jun 16, 2008 at 5:47 AM, Natxo Mateos <[EMAIL PROTECTED]>
wrote:

> Hi,
>
> I've coded a simple dll (where I do a registry search) to be used as a
> Custom Action. If I compile it with Visual Studio 2002, all works
> propertly, and during the installation, the dll is called. But if I try
> to use the VS 2005 compiler, the installer fails, displaying a message
> where alerts that some external dll couldn't be called.
>
> --
>
> Regards,
>
> *Natxo Mateos*
> [EMAIL PROTECTED]
>
> *Asuni CAD* - _www.asuni.es <http://www.asuni.es>_ - 93 319 6868 - 91
> 541 6439
> *Especialistas en el desarrollo de aplicaciones a medida sobre AutoCAD*
>
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://sourceforge.net/services/buy/index.php
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to