Quote:
Originally Posted by Razor12911
ISExec function executes win32 executable files, and a batch file is not an executable. Try using this example.
Cmd.exe /c mybatchfile.bat to make it work.
|
Thanks for reply
I've convert my batch to exe no problem .is there a way to include the bat installation to inno progress.
Thanks in advance