Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

Reply
 
Thread Tools Search this Thread Display Modes
  #16  
Old 06-04-2013, 16:17
Kurutucu Kurutucu is offline
Registered User
 
Join Date: Aug 2012
Location: Somewhere in the world
Posts: 159
Thanks: 78
Thanked 209 Times in 48 Posts
Kurutucu is on a distinguished road
Quote:
Originally Posted by huavancuong098 View Post
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')
Reply With Quote
The Following User Says Thank You to Kurutucu For This Useful Post:
huavancuong098 (06-04-2013)
Sponsored Links
  #17  
Old 06-04-2013, 16:42
huavancuong098 huavancuong098 is offline
Registered User
 
Join Date: Mar 2013
Location: viet nam
Posts: 40
Thanks: 26
Thanked 5 Times in 5 Posts
huavancuong098 is on a distinguished road
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!
Reply With Quote
  #18  
Old 06-04-2013, 17:15
Kurutucu Kurutucu is offline
Registered User
 
Join Date: Aug 2012
Location: Somewhere in the world
Posts: 159
Thanks: 78
Thanked 209 Times in 48 Posts
Kurutucu is on a distinguished road
You must look here: INNO TROUBLESHOOT Because my English bad.
Reply With Quote
  #19  
Old 09-04-2013, 03:54
adiga adiga is offline
Registered User
 
Join Date: Apr 2013
Location: syria
Posts: 5
Thanks: 5
Thanked 0 Times in 0 Posts
adiga is on a distinguished road
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'
Reply With Quote
  #20  
Old 09-04-2013, 04:59
altef_4's Avatar
altef_4 altef_4 is offline
Registered User
 
Join Date: Mar 2012
Location: Ukraine
Posts: 361
Thanks: 248
Thanked 1,020 Times in 239 Posts
altef_4 is on a distinguished road
Quote:
Originally Posted by adiga View Post
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

Last edited by altef_4; 09-04-2013 at 05:03.
Reply With Quote
The Following 4 Users Say Thank You to altef_4 For This Useful Post:
adiga (21-04-2013), F0NT3 (06-05-2013), Kurutucu (09-04-2013), papas (24-10-2016)
  #21  
Old 15-04-2013, 01:17
TsubasaHP's Avatar
TsubasaHP TsubasaHP is offline
Registered User
 
Join Date: Jul 2012
Location: Iran
Posts: 31
Thanks: 9
Thanked 4 Times in 3 Posts
TsubasaHP is on a distinguished road
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?
Reply With Quote
  #22  
Old 15-04-2013, 04:52
altef_4's Avatar
altef_4 altef_4 is offline
Registered User
 
Join Date: Mar 2012
Location: Ukraine
Posts: 361
Thanks: 248
Thanked 1,020 Times in 239 Posts
altef_4 is on a distinguished road
Quote:
Originally Posted by TsubasaHP View Post
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.
Reply With Quote
  #23  
Old 15-04-2013, 05:00
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,038 Times in 3,084 Posts
pakrat2k2 is on a distinguished road
because its usually called default.isl not english.isl
Reply With Quote
  #24  
Old 15-04-2013, 08:42
TsubasaHP's Avatar
TsubasaHP TsubasaHP is offline
Registered User
 
Join Date: Jul 2012
Location: Iran
Posts: 31
Thanks: 9
Thanked 4 Times in 3 Posts
TsubasaHP is on a distinguished road
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 .
Reply With Quote
  #25  
Old 15-04-2013, 09:08
altef_4's Avatar
altef_4 altef_4 is offline
Registered User
 
Join Date: Mar 2012
Location: Ukraine
Posts: 361
Thanks: 248
Thanked 1,020 Times in 239 Posts
altef_4 is on a distinguished road
Quote:
Originally Posted by TsubasaHP View Post
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
Reply With Quote
The Following User Says Thank You to altef_4 For This Useful Post:
Kurutucu (15-04-2013)
  #26  
Old 15-04-2013, 10:29
amgad_800 amgad_800 is offline
Registered User
 
Join Date: Feb 2013
Location: cairo
Posts: 7
Thanks: 76
Thanked 2 Times in 2 Posts
amgad_800 is on a distinguished road
thanks buddy but i'm new to this
how to add the game image on the top please ?
Reply With Quote
  #27  
Old 15-04-2013, 11:05
Kurutucu Kurutucu is offline
Registered User
 
Join Date: Aug 2012
Location: Somewhere in the world
Posts: 159
Thanks: 78
Thanked 209 Times in 48 Posts
Kurutucu is on a distinguished road
Quote:
Originally Posted by amgad_800 View Post
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.
Reply With Quote
  #28  
Old 15-04-2013, 11:28
Kurutucu Kurutucu is offline
Registered User
 
Join Date: Aug 2012
Location: Somewhere in the world
Posts: 159
Thanks: 78
Thanked 209 Times in 48 Posts
Kurutucu is on a distinguished road
Updated 1.2

-Fixed some bugs and extraction problems.

Last edited by Kurutucu; 09-06-2013 at 12:10.
Reply With Quote
  #29  
Old 15-04-2013, 16:07
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,038 Times in 3,084 Posts
pakrat2k2 is on a distinguished road
Quote:
Originally Posted by TsubasaHP View Post
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!
Attached Images
File Type: jpg default.isl.jpg (224.4 KB, 1320 views)

Last edited by pakrat2k2; 15-04-2013 at 17:18.
Reply With Quote
The Following User Says Thank You to pakrat2k2 For This Useful Post:
Kurutucu (16-04-2013)
  #30  
Old 17-04-2013, 02:30
Pein46's Avatar
Pein46 Pein46 is offline
Registered User
 
Join Date: Feb 2013
Location: Malaysia
Posts: 27
Thanks: 12
Thanked 8 Times in 7 Posts
Pein46 is on a distinguished road
Copy "Black_Box_Script_By_Kurutucu\Languages\English.is l" and paste to "C:\Program Files (x86)\Inno Setup 5\Languages\"
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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



All times are GMT -7. The time now is 05:43.


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