|
|
|
#1
|
|||
|
|||
|
Update 6.5.1 (Downloads before: 67)
Changes: - fixed double appearing in taskbar for one language |
| Sponsored Links |
|
#2
|
|||
|
|||
|
Update 6.6 (Downloads before: 157)
Changes: - added InstallShield skin support -> now converters who dont have time to make the graphics can use this skin just edit InstallOptions, InstallSettings, ExtractSettings and LauncherSettings part in setup.ini. |
|
#3
|
||||
|
||||
|
yener90 where may I position button labels to be not horizontally centered?
|
|
#4
|
|||
|
|||
|
Quote:
search for LoadButtonImage... should be 5 of them. scroll down to the end and then look for Alignment:=taCenter you can choose following options: TAlignment = (taLeftJustify, taRightJustify, taCenter); |
|
#5
|
||||
|
||||
|
I've founded this already but I'm thinking about centering text on not center of bmp. For example when the button is 200px width your script places the centered text at 100px. I want to place it on 150px
|
|
#6
|
|||
|
|||
|
like the option "ButtonLabelTop"??
this point is a lil bit difficult ![]() will try to add an option like you wanted. |
|
#7
|
||||
|
||||
|
Exactly like that. Will you manage to do this till 11.11.11?
|
|
#8
|
|||
|
|||
|
dude couldnt do it....
dont know what the problem with inno setup is. |
|
#9
|
|||
|
|||
|
6.6 simple skin
|
|
#10
|
|||
|
|||
|
Thank Q. Yener. Great Work
![]() By the way... what is the best way to compress file larger than 4GB into one SFX Module (7zip) and the SFX file still running properly. I got error when compress file size 6GB. Last edited by COPyCAT; 07-11-2011 at 03:14. |
|
#11
|
||||
|
||||
|
yener90 don't rush man. I bypassed this limitation by faking a wider button =)
Last edited by BAMsE; 07-11-2011 at 10:29. |
|
#12
|
|||
|
|||
|
I have a suggestion:
If I change ApplicationName to (for example) Splinter Cell: Conviction, it will throw an error because folder names cant contain "\ / ^ * : etc" I would like setup to change all occurrences of banned characters to " -" or space to prevent this error. I know I could simply change the appname not to contain these chars but it would not look good in setup's window title. |
|
#13
|
||||
|
||||
|
easiest yet use Splinter Cell Conviction no need for anything else.
|
|
#14
|
|||
|
|||
|
Code:
Launch1=DirectX Launch164=0 LaunchCom1=__Installer\directx\redist\DXSetup.exe LaunchArg1=/silent Launch3=Microsoft Visual C++ 2008 (x86) Launch364=0 LaunchCom3=__Installer\vc\vc2008sp1\redist\vcredist_x86.exe LaunchArg3=/q:a Launch4=Microsoft Visual C++ 2008 (x64) Launch464=1 LaunchCom4=__Installer\vc\vc2008sp1\redist\vcredist_x64.exe LaunchArg4=/q:a |
|
#15
|
|||
|
|||
|
BUG:
Code:
FreeArcFile1={src}\Data.arc;DestDir:{app}\pc;Disk:1;PrecSrep:1
SOLUTION: Lines 964-967: Quote:
Quote:
Last edited by janek2012; 08-11-2011 at 22:38. Reason: Highlighted changes as requested |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| INNO TROUBLESHOOT - Questions Here | REV0 | Conversion Tutorials | 1565 | 29-11-2024 09:51 |
| Inno Setup: Additional Libraries | altef_4 | Conversion Tutorials | 50 | 21-10-2020 09:59 |
| INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup | REV0 | Conversion Tutorials | 51 | 26-03-2015 06:57 |
| Help- How to extract a .bin file compressed by a code ? | Adonix | Conversion Tutorials | 22 | 22-03-2015 15:02 |
| yener90's older Inno Project Source Codes | THADEADMAN2011 | PC Games - CD/DVD Conversions | 0 | 16-06-2012 03:40 |