FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   Blackbox Inno Setup Script (https://fileforums.com/showthread.php?t=94425)

Kurutucu 06-04-2013 16:17

Quote:

Originally Posted by huavancuong098 (Post 416748)
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?

Of course. But change ExpandConstant('{src}\arc.arc') to your bin file name. For example: ExpandConstant('{src}\data1.bin')

huavancuong098 06-04-2013 16:42

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!

Kurutucu 06-04-2013 17:15

You must look here: INNO TROUBLESHOOT Because my English bad.

adiga 09-04-2013 03:54

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'

altef_4 09-04-2013 04:59

Quote:

Originally Posted by adiga (Post 416904)
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'

i think you use ansi version of inno setup, then in [code] section find type and add this
Code:

#ifdef UNICODE
 PChar = PAnsiChar;
#else
 PAnsiChar = PChar;
#endif

or just rename PAnsiChar to PChar in line with error ;)

TsubasaHP 15-04-2013 01:17

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?

altef_4 15-04-2013 04:52

Quote:

Originally Posted by TsubasaHP (Post 417138)
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?

this error means that you don't have file english.isl in your inno setup languages folder.

pakrat2k2 15-04-2013 05:00

because its usually called default.isl not english.isl

TsubasaHP 15-04-2013 08:42

Quote:

this error means that you don't have file english.isl in your inno setup languages folder.
Thanks for Answers , But, No, english.isl is exist in languages folder .


Quote:

because its usually called default.isl not english.isl
no, its Called English.isl

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 .

altef_4 15-04-2013 09:08

Quote:

Originally Posted by TsubasaHP (Post 417146)
Thanks for Answers , But, No, english.isl is exist in languages folder .




no, its Called English.isl

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 .

try reinstall inno setup

amgad_800 15-04-2013 10:29

thanks buddy but i'm new to this
how to add the game image on the top please ?

Kurutucu 15-04-2013 11:05

Quote:

Originally Posted by amgad_800 (Post 417149)
thanks buddy but i'm new to this
how to add the game image on the top please ?

Open Style folder. You can edit images here. Top image size 654x90. Start and finish pages image size 650x330.

Kurutucu 15-04-2013 11:28

Updated 1.2

-Fixed some bugs and extraction problems.

pakrat2k2 15-04-2013 16:07

1 Attachment(s)
Quote:

Originally Posted by TsubasaHP (Post 417146)
Thanks for Answers , But, No, english.isl is exist in languages folder .




no, its Called English.isl

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 .

try believing someone who speaks ENGLISH !!! the OP wrote it wrong he wrote english.isl which is WRONG ! Its supposed to be default.isl. But NOT in Languages subfolder, in root folder..

see screenshot.

it should be written:
Code:


[Languages]
Name: eng; MessagesFile: compiler\Default.isl

then it would be correct for english!

Pein46 17-04-2013 02:30

Copy "Black_Box_Script_By_Kurutucu\Languages\English.is l" and paste to "C:\Program Files (x86)\Inno Setup 5\Languages\"


All times are GMT -7. The time now is 03:22.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com