![]() |
Blackbox Inno Setup Script
BlackBox Script V2 By y_thelastknight HERE
|
This script based on Ansi OR Unicode?
|
this script needs some work and some permissions.
|
Quote:
|
why in time remaining : Test Run ?
|
are u have tutorial for use this conversion... sorry i'm newbie :)
|
Quote:
|
can you explain to me how to compress game, i don't known how to compress with arc file in inno setup!
|
1 Attachment(s)
Quote:
Your ISSkinex.dll doesnt support ANSI version of inno setup Replace with attach file |
Quote:
|
1 Attachment(s)
Quote:
Code:
www.freearc.orgQuote:
|
thank, Can i use funtion or value arc compress in inno setup?
|
there are two versions of isskinex, one for ansi and unicode versions.
|
Quote:
|
I want to ask about this script. This script create setup preview or create my repack with bin file? Can i create file compress.bat?
|
Quote:
|
thank, but i don't known what it mean of thí scrip. Create file bin or use compress.bat to create file. Game have many file. How can i create file bin? Use Inno to create? Sorry for my question, i'm new!
|
You must look here: INNO TROUBLESHOOT Because my English bad.
|
hi Friends
help me pliz i have some Problem i have thes error compiler error file: ISDone.iss Line 91: Column: 94 UnKnown identifier 'PAnsiChar' |
Quote:
Code:
#ifdef UNICODE |
Hi, when I press Compile, The Program gave me This Error
------------------------------------------ Compiler Error Line 44: Couldn't open include file " C:\Program Files\Inno Setup 5\Languages\English.isl": The system cannot find the file specified. ------------------------------------------------------------------ what's the Problem? |
Quote:
|
because its usually called default.isl not english.isl
|
Quote:
Quote:
Here is Script for languages : [Languages] Name: eng; MessagesFile: compiler:Languages\English.isl I'don't now What's the Problem . Everythings is Ok . But when I Press Compile, I Gave That Error . |
Quote:
|
thanks buddy but i'm new to this
how to add the game image on the top please ? |
Quote:
|
Updated 1.2
-Fixed some bugs and extraction problems. |
1 Attachment(s)
Quote:
see screenshot. it should be written: Code:
|
Copy "Black_Box_Script_By_Kurutucu\Languages\English.is l" and paste to "C:\Program Files (x86)\Inno Setup 5\Languages\"
|
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 |
| All times are GMT -7. The time now is 17:40. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com