Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #991  
Old 29-01-2015, 16:12
Gamer009's Avatar
Gamer009 Gamer009 is offline
Registered User
 
Join Date: Oct 2013
Location: Mars
Posts: 51
Thanks: 34
Thanked 3 Times in 3 Posts
Gamer009 is on a distinguished road
Quote:
Originally Posted by Razor12911 View Post
look for #define AppExec
the default value is "Kurutucu.exe"

example:
if the executable is iwsp6.exe then it should be
#define AppExec "iwsp6.exe"

if the is executable is DMC-DevilMayCry.exe and it is located in binaries it should be
#define AppExec "Binaries\DMC-DevilMayCry.exe"
yes, this is what i exactly do

#define AppExec "Binaries\DMC-DevilMayCry.exe"

but still face the same error !

http://fileforums.com/attachment.php...1&d=1416517110
Reply With Quote
Sponsored Links
  #992  
Old 02-02-2015, 05:49
DrakeMcCain DrakeMcCain is offline
Registered User
 
Join Date: Sep 2014
Location: Turkey
Posts: 10
Thanks: 0
Thanked 8 Times in 5 Posts
DrakeMcCain is on a distinguished road
I have a question about BlackBox Inno Setup Script. I am newbie at Delphi. So, how to add licence agreement to BlackBox Script and where should I add required codes into the script?
Reply With Quote
  #993  
Old 08-02-2015, 06:21
ShadowEagle's Avatar
ShadowEagle ShadowEagle is offline
Registered User
 
Join Date: Dec 2014
Location: Wonderland
Posts: 138
Thanks: 18
Thanked 21 Times in 18 Posts
ShadowEagle is on a distinguished road
Hi, how to add this?

I want to make a MULTi2 version of a game. For example german and english. There are a few files only for one language. So i want it`s possible to select the language on start of the setup. But how to implent that the specified files only will be copied if a special language is selected. For example: File A only for english language and file B only for german.

Thanks in advance and kindly regards.
Reply With Quote
  #994  
Old 09-02-2015, 02:11
GhostSystem GhostSystem is offline
Registered User
 
Join Date: Jan 2015
Location: India, West Bengal
Posts: 12
Thanks: 5
Thanked 3 Times in 2 Posts
GhostSystem is on a distinguished road
Good joy my friends it works fine. but the compresor did not complete when pack using precomp. It show "general decompression error in precomp". how to solve it.help me..
Reply With Quote
  #995  
Old 09-02-2015, 03:54
GhostSystem GhostSystem is offline
Registered User
 
Join Date: Jan 2015
Location: India, West Bengal
Posts: 12
Thanks: 5
Thanked 3 Times in 2 Posts
GhostSystem is on a distinguished road
how to hide cancel button on welcome page and how to hide back button in second page in kurutucu script..help me please..
Reply With Quote
  #996  
Old 09-02-2015, 06:11
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
post question in 1 topic & wait for answer.
Reply With Quote
  #997  
Old 09-02-2015, 06:44
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
Quote:
Originally Posted by GhostSystem View Post
Good joy my friends it works fine. but the compresor did not complete when pack using precomp. It show "general decompression error in precomp". how to solve it.help me..
you get that error because:
arc.ini options may be missing or not properly configured.
packjpg_dll.dll may be missing
zlib1.dll may be missing
if using precomp version 0.43, make sure that the option is -cn in arc.ini
if using precomp version 0.43, make sure that the option is -c- in arc.ini
if using precomp 0.38, 0.40 or 0.41, make sure that the option is -slow in arc.ini
switch off antivirus as precomp progresses.
if error shows up about stream error, then never use precomp for that particular file.
Reply With Quote
The Following User Says Thank You to Razor12911 For This Useful Post:
pakrat2k2 (09-02-2015)
  #998  
Old 09-02-2015, 07:22
ShadowEagle's Avatar
ShadowEagle ShadowEagle is offline
Registered User
 
Join Date: Dec 2014
Location: Wonderland
Posts: 138
Thanks: 18
Thanked 21 Times in 18 Posts
ShadowEagle is on a distinguished road
Unhappy

Quote:
Originally Posted by ShadowEagle View Post
Hi, how to add this?

I want to make a MULTi2 version of a game. For example german and english. There are a few files only for one language. So i want it`s possible to select the language on start of the setup. But how to implent that the specified files only will be copied if a special language is selected. For example: File A only for english language and file B only for german.

Thanks in advance and kindly regards.
No Answer?
Reply With Quote
  #999  
Old 09-02-2015, 07:47
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
Quote:
Originally Posted by ShadowEagle View Post
No Answer?
I will try to answer this in a few hours,
watch this post, it will be edited.
Reply With Quote
The Following User Says Thank You to Razor12911 For This Useful Post:
ShadowEagle (09-02-2015)
  #1000  
Old 14-02-2015, 03:42
GhostSystem GhostSystem is offline
Registered User
 
Join Date: Jan 2015
Location: India, West Bengal
Posts: 12
Thanks: 5
Thanked 3 Times in 2 Posts
GhostSystem is on a distinguished road
i have a problem into the script.when i run the setup and did not find any ISArcExtrat. then
it did not uninstall automatically. i know there are no use the dll name InnoCallBack.dll.how to put it in the script and solve my problem . please help me....brothers
Reply With Quote
  #1001  
Old 14-02-2015, 05:02
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
http://fileforums.com/showpost.php?p...1&postcount=89
Reply With Quote
  #1002  
Old 25-03-2015, 14:05
DCrepacks's Avatar
DCrepacks DCrepacks is offline
Registered User
 
Join Date: Jul 2014
Location: India
Posts: 25
Thanks: 6
Thanked 2 Times in 2 Posts
DCrepacks is on a distinguished road
There's a problem... when I unchecked "create desktop icon" while installing it is create a desktop Icon on my desktop even when unchecked. Don't know why... Please respond to this as soon as you can. Everything with the installer is fine except (Desktop Icon Issue).

Please solve this riddle for me ?! LOL sorry for my bad English....
Reply With Quote
  #1003  
Old 01-04-2015, 02:14
Bilawal's Avatar
Bilawal Bilawal is offline
Registered User
 
Join Date: Apr 2014
Location: Pakistan
Posts: 127
Thanks: 176
Thanked 175 Times in 51 Posts
Bilawal is on a distinguished road
Change
Code:
WizardForm.TasksList.CheckItem(0,IconCB.Checked);
to

Code:
//WizardForm.TasksList.CheckItem(0,IconCB.Checked);
At CurPageID=wpInstalling.
Reply With Quote
  #1004  
Old 18-04-2015, 11:52
DrakeMcCain DrakeMcCain is offline
Registered User
 
Join Date: Sep 2014
Location: Turkey
Posts: 10
Thanks: 0
Thanked 8 Times in 5 Posts
DrakeMcCain is on a distinguished road
Black Box Inno Setup Script Fix

I have fixed some issues:

1) Even, user doesn't check "Create desktop shortcut" option; setup will create it. This issue fixed.

2) If user cancels the installation, setup won't roll back changes. This issue fixed.

3) If user selects additional software(s) option(s) and cancels the installation, additional softwares will be installed. This issue fixed.

But, as a human being, perhaps I may overlook other possible errors/bugs.

So, if you discover another error, you can modify this script. Which means, I am open to suggestions and warnings.
Attached Files
File Type: zip Main.zip (7.7 KB, 106 views)
Reply With Quote
The Following 3 Users Say Thank You to DrakeMcCain For This Useful Post:
Gehrman (04-06-2022), punchao (18-04-2015), yasserdivar (16-09-2015)
  #1005  
Old 19-04-2015, 10:53
punchao's Avatar
punchao punchao is offline
Registered User
 
Join Date: Apr 2014
Location: Barcelona
Posts: 156
Thanks: 112
Thanked 44 Times in 36 Posts
punchao is on a distinguished road
if using precomp 0.38, 0.40 or 0.41, make sure that the option is -slow in arc.ini

arc a -lc8 -ep1 -ed -r -w.\ Data\Setup-1.bin -mprecomp+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8

Where add-slow option,bro?
Reply With Quote
Reply


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 02:09.


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