#31
|
||||
|
||||
the changes are made in setup.ini not the exe directly.
|
Sponsored Links |
#32
|
|||
|
|||
sorry dude saw it now
perfekt work. included and thx sooo much |
#33
|
|||
|
|||
Update 6.1 (Downloads before: 112)
Changes: - Updated Polish translation -> THX to BaMSE - Added Thai language -> THX to artdekdok - Fixed wrong text alignment of Install button - Bug fixes |
#34
|
|||
|
|||
then how to add new registry address from setup.ini?
aagh so many question in my mind.. i tried to make new setup.cab for changed background but i got error message.. for info i use freearc to make .cab what tools do you use for making .cab? thx before |
#35
|
||||
|
||||
@shanrq setup.cab is zip archive
@yener90 can you explain how to achieve lang sensitive reg values? Setting different values for each lang is rather troubling. I guess you're using some variable (defined in custom mesages?) to get proper lang entry |
#36
|
|||
|
|||
@BAMsE do you mean using winzip to create .cab.. how?
|
#37
|
||||
|
||||
not winzip but 7-zip available here
Code:
http://www.7-zip.org/ |
#38
|
||||
|
||||
winzip too and probably everything that uses deflate algorithm Simply zip all setup files and change an extension to cab. You can do it even by WinRAR
Last edited by BAMsE; 28-10-2011 at 21:36. |
#39
|
||||
|
||||
Quote:
Quote:
Code:
Root: HKLM; Subkey: SOFTWARE\ABCDEF\GAMENAME; ValueName: Language; ValueType: String; ValueData: {code:GetLngID}; Flags: uninsdeletekey Code:
function GetLngID(Param: string): string; begin case GetUILanguage of 1040: Result:='IT'; 1033: Result:='EN'; 1034: Result:='ES'; 1031: Result:='DE'; 1036: Result:='FR'; 1029: Result:='CS'; 1045: Result:='PL'; 1049: Result:='RU'; else Result:='EN'; end; Last edited by pakrat2k2; 28-10-2011 at 21:43. |
#40
|
|||
|
|||
@pakrat2k2 already try with 7zip freearc powerarchiver but still same error
can you explain me how step by step creating cab with 7zip or else maybe i missed something.. Runtime Error (at 80:180): Cannot open file "C:\Users\MyName\AppData\Local\Temp\is-M10BL.tmp\Uninstall.bmp". The system cannot find the file specified. when creating cab is fine but when i run setup.exe then show error messages Problem solved.. using 7zip save to zip file not 7z then rename to cab.. before i save to default "7z" or save direct to cab its give me error.. its have to save to .zip first then cab.. thx for give me clue.. Last edited by shanrq; 29-10-2011 at 03:28. |
#41
|
|||
|
|||
Quote:
a german phrase: some pics can describe more then 1000 words change in custom messages for pol example: pol.Language2= to the worth you need... also for other languages. |
#42
|
|||
|
|||
Update 6.5 (Downloads before: 57)
Changes: - Updated forgotten parts Polish translation - Bug fixes - 2 or more DVD installation problems solved - Speed up the installation start - File size of Setup.dll decreased - Fullscreen installer is now really fullscreen - Internal and external installation feature deleted -> not necessary for me |
#43
|
||||
|
||||
We have the same phrase in English:
A picture is worth a thousand words. |
#44
|
||||
|
||||
Yener, how to decompress the files, compressed with precomp & SREP - ARC in your source code?
|
#45
|
||||
|
||||
sulfurum1989 did you read the #1 post (where yener90 explains new features)?
In 'setup.ini' Code:
[ExtractSettings] FreeArcFile1={src}\Data.arc;DestDir:{app};Disk:1;PrecSrep:1 |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
INNO TROUBLESHOOT - Questions Here | REV0 | Conversion Tutorials | 1568 | 29-11-2024 10:51 |
Inno Setup: Additional Libraries | altef_4 | Conversion Tutorials | 50 | 21-10-2020 10:59 |
INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup | REV0 | Conversion Tutorials | 51 | 26-03-2015 07:57 |
Help- How to extract a .bin file compressed by a code ? | Adonix | Conversion Tutorials | 22 | 22-03-2015 16:02 |
yener90's older Inno Project Source Codes | THADEADMAN2011 | PC Games - CD/DVD Conversions | 0 | 16-06-2012 04:40 |