|
|
|
#1
|
||||
|
||||
|
Yes.
|
| Sponsored Links |
|
#2
|
||||
|
||||
|
|
| The Following User Says Thank You to Razor12911 For This Useful Post: | ||
Andre Jesus (24-02-2013) | ||
|
#3
|
||||
|
||||
|
There's any way to integrate a file that depending of wich language the installer is, set up the correct language. Is a system.cfg the file I need.
Code:
ie. name file system.cfg content: ; crysis3 sys_game_folder=c3 sys_user_folder=Crysis3 sys_languages=english,french,spanish,german,turkis h,italian,czech,chineset g_language="lang desired name" |
|
#4
|
||||
|
||||
|
hey guys i have small problem i need to insert multiple installer.bmp in setup.cab cause i have 4 png images for the installer but it wouldn't work what ever i do because the script made for only one bmp so which lines i have to modify in the script? or is there another way?
also how to insert name on play button like -play dead space 1- instead of just -play- thanks Last edited by JacksMafia; 27-02-2013 at 06:37. |
|
#5
|
||||
|
||||
|
How do I engage isdone.dll to extract arc files, I use CIU 1.0.0.5 by Yener90
I know that the setup.ini has to had the ExtractSettings I tried several times but no luck, the installer keep asking me for the disc whit the arc file. I use this to compress Code:
arc a -ep1 -r -w.\ -msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 [email protected] -dp"%choice1%" .\DVD1\%arc% |
|
#6
|
||||
|
||||
|
then the archive name and location must agree with setup.ini Extract settings
|
|
#7
|
||||
|
||||
|
Quote:
Code:
FreeArcFile1=Data1.cab;DestDir:{app};Disk:1;
|
|
#8
|
||||
|
||||
|
write {src}\Data1.cab
{src} is for source. |
|
#9
|
||||
|
||||
|
did you include arc.ini in setup.cab & use internal compression in ISS script rather then #define programfile line ..??
look at bottom of first post > http://fileforums.com/showthread.php?t=92805 it shows what needs to be there for internal compression ( what you're using ) & how to set it up. Last edited by pakrat2k2; 03-03-2013 at 09:58. |
|
#10
|
||||
|
||||
|
Know I got this error
|
|
#11
|
||||
|
||||
|
in setup.ini you need to add
[InstallOptions] PrecompVer=inside . . . [ExtractSettings] FreeArcFile1=Data1.cab;DestDir:{app};Disk:1; FreeArcFile2=Data2.cab;DestDir:{app};Disk:2; for example, look to Fabioddq's Devil May Cry topic it uses both. ( look at ISS script & setup.ini. Also in setup.cab you need arc.ini in root. |
| The Following User Says Thank You to pakrat2k2 For This Useful Post: | ||
spawniectes (03-03-2013) | ||
|
#12
|
||||
|
||||
|
Quote:
|
|
#13
|
|||
|
|||
|
Hello, how to modify the about message to become like this:
![]() I've tried this code: Quote:
Last edited by danswano; 09-03-2013 at 11:38. |
|
#14
|
|||
|
|||
|
How to skip the Start Menu Folder dialog please?
|
|
#15
|
||||
|
||||
|
you mean "select program group page"? If yes then
Code:
[setup] DisableProgramGroupPage=yes Code:
function ShouldSkipPage(PageID: Integer): Boolean; begin if (PageID = wpSelectProgramGroup) then result:=true; end; Last edited by altef_4; 12-03-2013 at 11:37. Reason: rusult->result |
| The Following User Says Thank You to altef_4 For This Useful Post: | ||
danswano (11-03-2013) | ||
![]() |
|
|
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 |
| Frequently Asked Questions | Joe Forster/STA | PC Games - Frequently Asked Questions | 0 | 29-11-2005 09:48 |