|
#991
|
||||
|
||||
|
Quote:
#define AppExec "Binaries\DMC-DevilMayCry.exe" but still face the same error ! http://fileforums.com/attachment.php...1&d=1416517110 |
| Sponsored Links |
|
#992
|
|||
|
|||
|
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?
|
|
#993
|
||||
|
||||
|
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. |
|
#994
|
|||
|
|||
|
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..
|
|
#995
|
|||
|
|||
|
how to hide cancel button on welcome page and how to hide back button in second page in kurutucu script..help me please..
|
|
#996
|
||||
|
||||
|
post question in 1 topic & wait for answer.
|
|
#997
|
||||
|
||||
|
Quote:
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. |
| The Following User Says Thank You to Razor12911 For This Useful Post: | ||
pakrat2k2 (09-02-2015) | ||
|
#998
|
||||
|
||||
|
Quote:
|
|
#999
|
||||
|
||||
|
I will try to answer this in a few hours,
watch this post, it will be edited. |
| The Following User Says Thank You to Razor12911 For This Useful Post: | ||
ShadowEagle (09-02-2015) | ||
|
#1000
|
|||
|
|||
|
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 |
|
#1001
|
||||
|
||||
|
#1002
|
||||
|
||||
|
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....
|
|
#1003
|
||||
|
||||
|
Change
Code:
WizardForm.TasksList.CheckItem(0,IconCB.Checked); Code:
//WizardForm.TasksList.CheckItem(0,IconCB.Checked); |
|
#1004
|
|||
|
|||
|
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. |
| The Following 3 Users Say Thank You to DrakeMcCain For This Useful Post: | ||
|
#1005
|
||||
|
||||
|
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? |
![]() |
|
|
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 |