[wix-users] Custom action after InstallFiles
Hoover, Jacob
Jacob.Hoover at greenheck.com
Thu Feb 16 15:07:21 PST 2017
Verbose logs will tell you what is going on. What makes you say the CA isn't being executed?
-----Original Message-----
From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf Of Harinatha Narisetty
Sent: Thursday, February 16, 2017 4:57 PM
To: WiX Toolset Users Mailing List <wix-users at lists.wixtoolset.org>
Subject: [wix-users] Custom action after InstallFiles
<Binary Id="EnerpriseCustomActions" SourceFile='..\Temp\BABuild\Enerprise.CustomActions.CA.dll'/>
<CustomAction Id="UpdateUrlsAction" Return="check" Execute="deferred" BinaryKey="EnerpriseCustomActions" DllEntry="UpdateUrls"/>
<InstallExecuteSequence>
<Custom Action="UpdateUrlsAction" After="InstallFiles">NOT (REMOVE="ALL")</Custom>
</InstallExecuteSequence>
The custom action is not executed. I want this to be executed after install files.. so that I can find a file and modify.
Am I doing anything wrong here?
Thanks
Hari
____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/
More information about the wix-users
mailing list