I have written a windows batch command as follows to install a application silently
msiexec /q /i ZFPSetup.msi WIXUI_INSTALLDIR="C:\GEHC\" TARGETVDIR="ZFP" WIXUI_EXITDIALOGOPTIONALCHECKBOX=1 /l*v "C:\gehc\log.txt"
but there is a batch file in that application folder which should run at the time of installation. what should i add to above command inorder to invoke that batch file. as if that batch file doesnt run, the installation is not successfull.
Call the batch file by putting this on the line below