0

I want to use a batch file in my project's application files....but don't know how to make it executable through installshield......... please let me know if you have worked before on the similar situation.

Cœur
  • 37,241
  • 25
  • 195
  • 267
Advait
  • 1
  • 1
  • Do you want to run the batch file as part of the installation process, or are you trying to install a batch file and turn it into an executable once the installation is complete? – Cody Gray - on strike Dec 31 '10 at 10:24

1 Answers1

1

If what you want is to run a batch file as part of your installation process, you can probably find this information useful:

http://www.robertdickau.com/msi_tips.html#bat

Regards,

Juan Carlos

Juan C. Becerra
  • 302
  • 2
  • 11