Usually it means that the DLL has a dependency (e.g., msvc?80.dll) that
aren't being met, so MSI can't even load the DLL. Best solution: Build
CA DLLs with the static CRT. The VC80 runtime is installed as
assemblies, so they're not available even when deferred CAs run.

 

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Matt Coill
Sent: Monday, 12 March, 2007 14:16
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Can't run custom actions

 

I am trying to run custom actions after my install, but I can't seem to
do so.

 

Dump of file custacts.dll

 

File Type: DLL

 

  Section contains the following exports for CUSTACTS.dll

 

    00000000 characteristics

    45F5C047 time date stamp Mon Mar 12 14:04:07 2007

        0.00 version

           1 ordinal base

           2 number of functions

           2 number of names

 

    ordinal hint RVA      name

 

          2    0 00001185 DllMain

          1    1 00001190 DoAction

 

  Summary

 

        1000 .data

        1000 .reloc

        1000 .rsrc

        1000 .text

 

In the debugger I don't see the dll being loaded at all, I tried both as
an embedded DLL and installing the DLL and running from the installed
path.

 

I have included the dll source and the wxs file.

 

Thanks,

- Matt

 

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to