|
|
|
#1
|
||||
|
||||
|
Hey rinaldo I tried to add the password to decompress the files to your installer but continues to give the following error..
![]() ? |
| Sponsored Links |
|
#2
|
||||
|
||||
|
can you add
-internal compression -install redistributanles -color font on mouse -language suppport |
|
#3
|
||||
|
||||
|
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
|
|
#4
|
||||
|
||||
|
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. |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
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 |