wix - Run an exe from CURRENTDIRECTORY before installation begins -
<property id="testdestination" value="currentdirectory" /> <customaction id="stopall" property="testdestination" execommand="[currentdirectory]\stopall.exe" execute="deferred" return="ignore" impersonate="no"> </customaction> <installexecutesequence> <custom action="stopall" before="removefiles" /> </installexecutesequence>
i want start job before installation begins. tried different kind of executesequences. exe didn't start. appreciated.
Comments
Post a Comment