|
#1
|
|||
|
|||
|
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:
Last edited by ffmla; 29-09-2017 at 09:04. |
| Sponsored Links |
|
#2
|
||||
|
||||
|
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. |
|
#3
|
|||
|
|||
|
Quote:
I've convert my batch to exe no problem .is there a way to include the bat installation to inno progress. Thanks in advance |
|
#4
|
|||
|
|||
|
ffmla
Use ISDone0.6final arc to unpack archives and wrapping iwi back arc to unpack archives if not ISArcExtract ( 0, 0, ExpandConstant('{src}\data-1.arc'), ExpandConstant('{app}\'), '', false, 'vint56', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}\'), notPCFonFLY{PCFonFLY}) then break; wrapping iwi back if not ISPackZIP( 0, 0, ExpandConstant('{app}\Main\iw_00\*'), ExpandConstant('{app}\Main\iw_00.iwd'), 1, true ) then break; |
| The Following User Says Thank You to vint56 For This Useful Post: | ||
ffmla (13-09-2015) | ||
|
#5
|
|||
|
|||
|
Quote:
Is it possible to get all iwd by packzip method?if not ISPackZIP( 0, 0, the number 0,0 for all is file re spectively or not. But my base question is how to call bat file along with installation of inno script. Thanks. |
![]() |
| Tags |
| bat file, inno script |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| -+- COMPLETE - Inno Setup Script -+- | Dante1995 | Conversion Tutorials | 119 | 30-06-2023 12:42 |
| Portable Installer Inno Setup Script | y_thelastknight | Conversion Tutorials | 59 | 23-10-2020 00:02 |
| [Help!!!] I need script extract ARC file inno | GloverK1911 | PC Games - CD/DVD Conversions | 5 | 16-02-2014 03:02 |
| FIFA 10 1x DVD9 to 1x DVD5 (MULTI5) | ottuh | PC Games - CD/DVD Conversions | 25 | 26-12-2011 23:18 |