Hello, I have some wix installer and i want to do some updater that will be executing my custom action in phase before InstallFiles. I try to do it in such way :
<Binary Id="MyCustomAction" SourceFile="wix/myCusotmActionDll.CA.dll" /> <CustomAction Id="MyCustomActionId" BinaryKey="myCustomActionBK" DllEntry="doMyCustomAction" Execute="deferred" Return="check" /> <InstallExecuteSequence> <Custom Action=" MyCustomAction " Before="InstallFiles" /> </InstallExecuteSequence> During instalation process i got an exception that my dll librany can not by run. Is there any way to run custom action (c# library) in other phase than InstallFinalize - in this phase my library is working. Second question - is there any way to do updater which will be only copy file or execute custom action without registry info in add/remove or is there some magic flag to disable such behavior ? Best regards Pawel ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users