Thread
:
{HELP}-bat file integration in inno setup script
View Single Post
#
2
13-09-2015, 04:39
Razor12911
Noob
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
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.
Razor12911
View Public Profile
Find all posts by Razor12911