#46
|
||||
|
||||
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 |
Sponsored Links |
#47
|
||||
|
||||
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. |
#48
|
||||
|
||||
Hey rinaldo I tried to add the password to decompress the files to your installer but continues to give the following error..
? |
#49
|
||||
|
||||
can you add
-internal compression -install redistributanles -color font on mouse -language suppport |
#50
|
||||
|
||||
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. |
#51
|
||||
|
||||
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 |
#52
|
||||
|
||||
Quote:
|
#54
|
|||
|
|||
nice work man :-) i do like the simplicity of the script.
just one suggestion if you can keep all you updates to the first page must easier to track just say that you have updated the project and refer to first page to download. Last edited by mikey26; 12-11-2015 at 02:37. |
#55
|
||||
|
||||
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. |
#57
|
||||
|
||||
No one?
|
#58
|
||||
|
||||
#59
|
||||
|
||||
And the needed size problem?
|
#60
|
||||
|
||||
Code:
#define NeedSize "gamesizenumber" |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
altef_4's installer | altef_4 | Conversion Tutorials | 244 | 24-05-2024 22:20 |
Conversion Designer/Installer Creator | Razor12911 | Conversion Tutorials | 1613 | 22-03-2022 09:59 |
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 |