|
|
|
#1
|
|||
|
|||
|
@ Razor12911
how to keep the file can be successfully extracted, whether the script should replace ? Which part should I replace? |
| Sponsored Links |
|
#2
|
||||
|
||||
|
don't understand what you are asking but if you are asking how to set up archives, read base post, if asking how to remove setup-1a.bin then disable diskspanning in [Setup] but if asking how to keep file after extracting then
use this line, changes are bolded if not ISArcExtract ( 0, 100, ExpandConstant('{src}\setup-1a.bin'), ExpandConstant('{app}\'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}\'), notPCFonFLY) then break; not to keep if not ISArcExtract ( 0, 100, ExpandConstant('{src}\setup-1a.bin'), ExpandConstant('{app}\'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}\'), PCFonFLY) then break; |
| The Following User Says Thank You to Razor12911 For This Useful Post: | ||
felix1788 (23-04-2013) | ||
|
#3
|
||||
|
||||
|
@Razor12911
This is my script (with files).. Last edited by Pein46; 23-04-2013 at 03:22. |
|
#4
|
|||
|
|||
|
@Razor12911
hmm i mean ..why always get error like this ![]() and how to fix it ? thx... |
|
#5
|
|||
|
|||
|
Data.cab missing. Compress your game files with freearc. For no compression use freearc -m0 method. And don't use archive password.
Last edited by Kurutucu; 24-04-2013 at 08:45. |
|
#8
|
|||
|
|||
|
Error in this (Caption:=' Shortcut will be created in following «Start?
|
|
#9
|
||||
|
||||
|
should read Start Menu
|
|
#10
|
|||
|
|||
|
Updated 1.3
-Changed interface. -Fixed text grounds. -Added splash and logo. -You can create images in PSD files folder with *.psd. Last edited by Kurutucu; 09-06-2013 at 12:09. |
|
#12
|
||||
|
||||
|
@Kurutucu
Note 2: I don't think using setup-1.bin or setup-1a.bin is a good example, Inno Setup can delete those files when you compile script because it thinks those files are created by it. |
|
#13
|
|||
|
|||
|
@Razor12911
I know. First compile script. Then create setup-1.bin
|
|
#14
|
|||
|
|||
|
i compress files with this method
-mprecomp+srep+lzma:a1:mfbt4:d200m:fb128:mc1000:lc8 what should i change in script to extract files ? , and how to extract more than 1 file ? Thx
Last edited by elnesr; 24-04-2013 at 19:45. |
|
#15
|
||||
|
||||
|
Quote:
Code:
if not ISArcExtract ( 0, 0, ExpandConstant('{src}\setup-1.bin'), ExpandConstant('{app}'), '', false, '', '', ExpandConstant('{app}'), notPCFonFLY {PCFonFLY}) then break;
Razor' in script section Code:
With GroupLbl do begin
//Transparent:=true;
Parent:=WizardForm;
//Alignment:=taCenter;
Caption:='Setup will create shortcuts in the following Start';
missing (space) Menu';
Caption:='Setup will create shortcuts in the following Start Menu';
|
| The Following 3 Users Say Thank You to pakrat2k2 For This Useful Post: | ||
![]() |
|
|
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 |