[wix-users] Running bat files

sampat magi ssmcs060 at gmail.com
Mon Mar 7 01:58:41 PST 2016


1. u can ve a DTF CA and add this bat as an item and consume it
2. doesnt keeping it as a binary key help?

Sampat

On Mon, Mar 7, 2016 at 3:12 PM, Winter,Stijn S. de <
stijn.dewinter at student.fontys.nl> wrote:

> Hello,
>
>
> I have a few bat files that have to be run before and after the install.
>
>
> I have 2 questions:
>
> Is WiX smart enough to put bat files which are only specified in a
> customaction tag into a temporary folder, or do i have to copy them before
> calling them?(And how would i do this before install)
>
>
> And will this work:
>
>
> <CustomAction Id="bat" ExeCommand="PathToFile\MyBatch.bat"
> Directory="PathToFile" Execute="deferred" Return="asyncWait"/>
> <InstallExecuteSequence>
> <Custom Action="bat" After="InstallFiles" >NOT Installed</Custom>
> </InstallExecuteSequence>
>
>
>
> Regards,
>
> Stijn de Winter
>
>
> ==========================================================
> Op deze e-mail zijn de volgende voorwaarden van toepassing:
> http://www.fontys.nl/disclaimer
> The above disclaimer applies to this e-mail message.
>
> ____________________________________________________________________
> WiX Toolset Users Mailing List provided by FireGiant
> http://www.firegiant.com/
>


More information about the wix-users mailing list