PDA

View Full Version : Help how to embed bat


coveiro
26-01-2016, 08:40
how to embed .bat in inno setup?

RamiroCruzo
26-01-2016, 08:45
how to embed .bat in inno setup?

if not ISExec ( 0, 0, 0, ExpandConstant('{app}\blah_dir\lameUnpack.bat'), ExpandConstant(''), ExpandConstant('{app}\blah_dir\'), '...',true) then break;

coveiro
26-01-2016, 08:50
if not ISExec ( 0, 0, 0, ExpandConstant('{app}\blah_dir\lameUnpack.bat'), ExpandConstant(''), ExpandConstant('{app}\blah_dir\'), '...',true) then break;

Thank you: D