My guess is that a dependency for your custom action is not installed. On one of these machines, copy the custom action dll and Dependency Walker ( http://www.dependencywalker.com), launch depends.exe and drag your custom action dll into it. You will see what is missing. Most likely, if you are using a .net all, the .net framework is not installed, or if it is a native dll, you did not statically link the MSVC runtimes.
Steve On Tue, Jun 23, 2009 at 1:52 PM, Tina Basinger <tinabasin...@gmail.com>wrote: > Has anyone ever had trouble runnning custom actions when Visual Studio > isn't > installed on a machine? I have done everything I can think of to make > these > work, and I am still getting the following error in my install log. > > Any tips on things to check for as well as potential solutions would be > greatly appreciated. I am running the Wix 3.0 RC2. > > Thanks! > -Tina > > MSI (c) (F4:D8) [07:00:17:703]: Doing action: CheckRequirements > Action 7:00:17: CheckRequirements. > Action start 7:00:17: CheckRequirements. > MSI (c) (F4:10) [07:00:17:823]: Invoking remote custom action. DLL: > D:\Users\<UserName>\AppData\Local\Temp\2\MSI173F.tmp, Entrypoint: > CheckRequirements > MSI (c) (F4:AC) [07:00:17:827]: Cloaking enabled. > MSI (c) (F4:AC) [07:00:17:827]: Attempting to enable all disabled > privileges > before calling Install on Server > MSI (c) (F4:AC) [07:00:17:827]: Connected to service for CA interface. > Action ended 7:00:21: CheckRequirements. Return value 3. > DEBUG: Error 2896: Executing action CheckRequirements failed. > Internal Error 2896. CheckRequirements > > ------------------------------------------------------------------------------ > _______________________________________________ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users > ------------------------------------------------------------------------------ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users