![]() |
why ?
its already in its default location, just that OP didnt know what it was properly called, and wrote it wrong in the script. |
what if u just wanna use the normal compression internal compression from inno?
|
@mikey26
hopeless and hopeful at the same time. He must upgrade script so that feature can work. |
Can you give me script for "compact view"..
http://s21.postimg.org/467zd6tlj/isdonedll.png |
@Pein46
example: [Code] var NewCheckBox: TCheckBox; procedure WizardFormResizer(Sender: TObject); begin if NewCheckBox.Checked = True then begin WizardForm.Width:=NewWizardFormSizeX WizardForm.Height:=NewWizardFormSizeY end else begin WizardForm.Width:=OldWizardFormSizeX WizardForm.Height:=OldWizardFormSizeY end; end; procedure InitializeWizard; begin NewCheckBox:= TCheckBox.Create(WizardForm); with NewCheckBox do begin Parent:= WizardForm.InstallingPage; Left:= SetPositionX; Top:= SetPositionY; Width:= SetSizeX; Height:= SetSizeY; Checked:= False; OnClick:= @WizardFormResizer; Caption := 'Compact View'; end; end; but you'll have to resize progressbar and lables :D |
|
I just showed you what to do.
Post #37 |
excusme sir , i'am newbie want to ask, i have error on final extract show me notice like this " It Is Not Found Any File Specified For IsarcExtract "
i dont change compres method just like this Compression=none and i have file "setup-1a.bin" and use default method : Code:
if not ISArcExtract ( 0, 100, ExpandConstant('{src}\data.arc'), ExpandConstant('{app}\'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}\'), notPCFonFLY{PCFonFLY}) then break;thx *sorry my bad english :( |
If your arc data = "setup-1a.bin"
Code:
if not ISArcExtract ( 0, 100, ExpandConstant('{src}\setup-1a.bin'), ExpandConstant('{app}\'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}\'), notPCFonFLY{PCFonFLY}) then break; |
@pein46
thx for help, i have "setup-1a.bin - setup-1c.bin" and "setup-2a.bin - setup-2c.bin" so,must add new code for setup-b,c too ? have error like this when i change what you said before.. http://s23.postimg.org/yp4poaxd7/Untitled.png |
hmm, those files must be created using freearc
|
@Razor12911
Quote:
can you?.. please.. This is my script.. |
script with all files?
|
@ Razor12911
how to keep the file can be successfully extracted, whether the script should replace ? Which part should I replace? |
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; |
| All times are GMT -7. The time now is 04:04. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com