|
|
|
#1
|
||||
|
||||
|
Yeah, very very good
You`re a master of inno script i think ![]() 1. Can you remove the empty space in the middle? 2. How to change this logo in middle on the upper side? It`s a component of the skin file or of the install script? Best regards |
| Sponsored Links |
|
#2
|
||||
|
||||
|
Quote:
2 - You want the checkbox component I understand it (if you where) 3 - the empty space is not a problem 4 - make a second screenshot so I do not 2 times |
|
#3
|
||||
|
||||
|
Quote:
![]() 2. What checkbox? 3. Cool ![]() 4. It`s just to make the window more little / to remove the empty space. All other looks very good.
|
|
#4
|
||||
|
||||
|
Quote:
|
|
#6
|
||||
|
||||
|
Hey rinaldo I tried to add the password to decompress the files to your installer but continues to give the following error..
![]() ? |
|
#7
|
||||
|
||||
|
can you add
-internal compression -install redistributanles -color font on mouse -language suppport |
|
#8
|
||||
|
||||
|
Quote:
2 yes in checkbox 1,2,3,4,5 vcredist x86,x64,directx,SocialClub,framework 3 yes color font on mouse 4 yes language ita,eng+but I do not know which add over these
|
|
#9
|
||||
|
||||
|
Quote:
Code:
function pass: string; begin Result := 'f2c3bb4f15071c2926893de07fd34773187ecd9b'; //encrypted pass to sha1 end; function CheckPassword(Password: String): Boolean; var p: string; begin p := pass; Result := GetSHA1OfString(Password) = p; end; example: pass 12345 Last edited by rinaldo; 10-11-2015 at 16:23. |
|
#10
|
||||
|
||||
|
How to set the little drive box to drive d as standard drive?
I defined Quote:
And how to edit that the "AppName" is shown in Taskbar? Last edited by ShadowEagle; 17-11-2015 at 07:33. |
|
#11
|
||||
|
||||
|
Quote:
|
|
#12
|
||||
|
||||
|
#14
|
||||
|
||||
|
And the needed size problem?
|
|
#15
|
||||
|
||||
|
Code:
#define NeedSize "gamesizenumber" |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Conversion Designer/Installer Creator | Razor12911 | Conversion Tutorials | 1613 | 03-10-2024 01:24 |
| altef_4's installer | altef_4 | Conversion Tutorials | 244 | 24-05-2024 22:20 |
| Game Installer Designer by altef_4 | altef_4 | Conversion Tutorials | 236 | 28-05-2021 02:54 |
| Crysis 3 DVD9 to 3xDVD5 Custom Installer | spawniectes | PC Games - CD/DVD Conversions | 79 | 31-08-2017 07:19 |
| Tutorial using CI 8.0.0 | yener90 | Conversion Tutorials | 424 | 21-10-2014 09:49 |