View Single Post
  #1  
Old 13-09-2015, 04:29
ffmla ffmla is offline
Registered User
 
Join Date: Nov 2014
Location: Digital world
Posts: 112
Thanks: 609
Thanked 65 Times in 41 Posts
ffmla is on a distinguished road
Question {HELP}-bat file integration in inno setup script

Hello helping mind people,
i've some doubt about inno script installation.

[For Example]
For making compression i've
data1.arc
data2.arc files.
In data1.arc contain some files and iwd.bat file.

I need to extract the above files using inno script.
After extracting data1 &2.arc using inno script,then call the iwd.bat{Rebuild game data} along with installation.

I need progress for
data1.arc -33%
data2.arc -33% then
iwd.bat execution 34%{need silent install no popup}

INFO:
now i am using iwd.bat in Run section command in post installation section.

i've find the code in other source{i don't know how to implement}
Quote:
if not ISExec (0, 0, 0, ExpandConstant ('{app} \ iwd.bat'), ExpandConstant (''), ExpandConstant ('{app} \'), '...', true) then break;
i am using BB script,if anyone understand please give the details

Last edited by ffmla; 29-09-2017 at 09:04.
Reply With Quote
Sponsored Links