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

Popular posts from this blog

Ansible - ERROR! the field 'hosts' is required but was not set -

customize file_field button ruby on rails -

SoapUI on windows 10 - high DPI/4K scaling issue -