I've got a custom action set up in my merge module as follows :
<Binary Id="SetValueCADll"
SourceFile="$(env.VSBUILDPATH)\$(var.BuildType)\SetValueNameCA.dll" />
<CustomAction Id="SetValueName" BinaryKey="SetValueCADll"
DllEntry="SetValueName" Execute="immediate" Return="check" />
<InstallExecuteSequence>
<Custom Action="SetValueName"
After="CostFinalize">$ComputerName=2</Custom>
</InstallExecuteSequence>
Looking in Orca at the msm file, I see that the CustomAction table and
the ModuleInstallExecuteSequence table have the custom action in them
as ex
However, looking in the msi file that uses this merge module, I only
see the CustomAction table entry. The CA is not appearing in the
InstallExecuteSequence table. I don't understand what is wrong. No
errors are produced and the ICE validation warning messages do not
seem to have anything related to this problem.
Do anyone have any ideas?
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users