|
|
|
#1
|
||||
|
||||
|
Can I extract multiple .bin files without any "Archves.ini" by editing the Script.
If there is any method can you break down it to me in clear steps? And thankyou for the quick reply ![]() And how should I edit the script for making setup.bin to data.bin Last edited by Abin Antony; 17-02-2017 at 03:19. |
| Sponsored Links |
|
#2
|
||||
|
||||
|
Quote:
change name Setup-1.bin to Data-1.bin |
|
#3
|
||||
|
||||
|
What about my first question?
|
|
#4
|
||||
|
||||
|
change #include 'Archives.ini'
with code in Archives.ini Last edited by rinaldo; 17-02-2017 at 21:23. |
| The Following User Says Thank You to rinaldo For This Useful Post: | ||
Abin Antony (17-02-2017) | ||
|
#5
|
||||
|
||||
|
Problem installing directx
|
|
#6
|
||||
|
||||
|
use switch Silent
Last edited by rinaldo; 18-02-2017 at 00:21. |
|
#7
|
||||
|
||||
|
Please make it clear
|
|
#8
|
||||
|
||||
|
Code:
old not working
Exec2 (ExpandConstant('{src}\Redist\DirectX\DXSETUP.exe'),'/q',false)
new ok
Exec2 (ExpandConstant('{src}\Redist\DirectX\DXSETUP.exe'),'/Silent',false)
Last edited by rinaldo; 18-02-2017 at 01:54. |
| The Following 2 Users Say Thank You to rinaldo For This Useful Post: | ||
Behnam2018 (12-01-2020), Stor31 (27-02-2017) | ||
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| INNO TROUBLESHOOT - Tutorials and Answers about INNO Setup | REV0 | Conversion Tutorials | 129 | 21-05-2021 05:51 |
| INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup | REV0 | Conversion Tutorials | 51 | 26-03-2015 06:57 |
| Copy file with Inno Setup Script | emrahcey | Software | 1 | 02-07-2010 08:24 |