I am Using WiX 3.5 for making installer, i need to copy many files and folder. I used heat.exe to do that, and it is working fine. But i need to call bat file during installation, and the bat file is present in those folders i mentioned above. That bat file is depended on some other files. I am able to call the batch file but by that time the other files are not loaded. Below is the custom action i am using for running bat file.
<Custom Action="InstallFeature" After="InstallFinalize"><![CDATA[
(&TypicalFeature=3) AND NOT(!TypicalFeature=3)
]]></Custom>
Need help, may be files are loading after i call the bat file.
Thanks Ravi S