#16
|
||||
|
||||
perfect!
it works now the code says if there is an error in isdone you have to go back to 100%, I'm right cesar? or if it doesn't find isdone Code:
if not ISDoneError then begin WizardForm.ProgressGauge.Position := 1000; end; Last edited by Dario06; 09-10-2024 at 16:29. |
Sponsored Links |
#17
|
||||
|
||||
Quote:
Code:
if not ISDoneError then begin WizardForm.ProgressGauge.Position := 1000; end; This causes the bar to return to 100% if no error occurs. Last edited by Cesar82; 09-10-2024 at 17:47. |
The Following User Says Thank You to Cesar82 For This Useful Post: | ||
Behnam2018 (09-10-2024) |
#18
|
||||
|
||||
Other Options
I made some changes and everything seems to work well cesar, I will use it for GTA5 evolved, Thanks for everything!
Original Script Last edited by Dario06; 11-10-2024 at 14:24. |
The Following 4 Users Say Thank You to Dario06 For This Useful Post: | ||
#19
|
|||
|
|||
Hello dear friend, I used your installation, but how can I get more information?
Data.bin I need 8 data, can you solve this problem? |
#20
|
||||
|
||||
CODEX Installer Script (DSG) attached.
Code:
- updated DSG module. |
The Following User Says Thank You to Cesar82 For This Useful Post: | ||
Lord.Freddy (24-10-2024) |
#21
|
|||
|
|||
I wanted to test this installer with a game that I have already compacted with DSG 2.0.2.1.
so I took my setup.dll which I decompressed with dsg and put all the files in Setup_DLL (from codex) and launched a build. but when I run the setup I get the following message: incompatible version of the CLS-DiskSpan.dll library so I retested by putting back the original CLS-DISKSPAN.dll file (from codex) and I got the same error? what to do to resolve the problem? thanks in advance |
#22
|
||||
|
||||
Quote:
From what I remember it was in v2.0.2.0 that cls-diskspan.dll was changed, so maybe you used an older DSG to compress the game. CODEX installer does not have a cls-diskspan.dll. The Setup_DLL folder in the installer's psdts contains CLS-DiskSpan.dll which is the content generated by DSG in Setup.dll during compression of the sample that accompanies the installer. Last edited by Cesar82; 25-10-2024 at 07:26. |
The Following User Says Thank You to Cesar82 For This Useful Post: | ||
fabrieunko (25-10-2024) |
#23
|
|||
|
|||
#24
|
||||
|
||||
Quote:
HTML Code:
[Languages] Name: "Francaise"; MessagesFile: "compiler:languages\French.isl" frmDirBrowse.Caption := SetupMessage(msgBrowseDialogTitle); lblBrowse.Caption := SetupMessage(msgBrowseDialogLabel); example: =Install path contains bad characters! is english =Le chemin d'installation contient des caractères incorrects! is francaise refer HTML Code:
Francaise.ErrDir=Install path contains bad characters! HTML Code:
[CustomMessages] Francaise.ErrDir=Install path contains bad characters! Francaise.ErrBro=They are bad characters at Start Menu directory! Francaise.DirInstall=Install directory Francaise.IconDest=&Create desktop shortcut Francaise.IconGroup=Directory at Start Menu Francaise.CreateIconGroup=&Create a Start Menu folder Francaise.NoUninstall=Do not create uninstaller and do not write any specific system info Francaise.ExitBtn=&Exit Francaise.CopyCrack=Copy contents of CODEX directory to installdir Francaise.ExDir=Directory to copy is wrong or empty! Francaise.ErrCopy=Auto copying of CODEX folder is blocked by a system or AV! You need to copy CODEX folder yourself. Francaise.FreeSpace1=At least Francaise.FreeSpace2=of free space required Francaise.ErrSize=There is not enough of free space on selected disk! Francaise.MemoReady=Waiting for Input... Francaise.InteProc=Cancel extraction? Francaise.Success=Successfully Installed Francaise.Fail=Installation Failed Last edited by Dario06; 25-10-2024 at 09:23. |
The Following User Says Thank You to Dario06 For This Useful Post: | ||
fabrieunko (25-10-2024) |
#25
|
|||
|
|||
I have another problem.. the files from the CODEX folder are not copied, and I don't have a shortcut on the desktop?
thank you Dario06 for your help I was able to translate everything into French |
#26
|
||||
|
||||
Quote:
this version works for me the codex folder does not have to have a shortcut on the desktop it seems to me, because it is a game Crack and only needs to be copied into the game directory, but if you like having it you can have everything you want, just create a shortcut in [Icons] Other: Copy Codex files Code:
if (CurStep = ssPostInstall) and (chbCopyCrack.Checked) and not ISDoneError then begin CopyCrack(ExpandConstant('{src}\CODEX'), ExpandConstant('{app}')); end; Code:
if (CurStep = ssPostInstall) and (chbCopyCrack.Checked) and not ISDoneError then begin CopyCrack(ExpandConstant('{src}\CODEX'), ExpandConstant('{app}\CODEX')); end; CODEX Code:
{src}\CODEX Code:
{src}\SKiDROW Last edited by Dario06; 27-10-2024 at 10:55. |
The Following User Says Thank You to Dario06 For This Useful Post: | ||
ScOOt3r (27-10-2024) |
#27
|
|||
|
|||
It's my fault I forgot something it works..
Last edited by fabrieunko; 27-10-2024 at 08:32. |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Simple Installer Script | Masquerade | Conversion Tutorials | 90 | 11-11-2024 01:49 |
Light Installer Script (LIS) - DiskSpan_GUI | Cesar82 | Conversion Tutorials | 203 | 04-10-2024 11:48 |
Ultimate Conversion Compressor (UCC) | vollachr | Conversion Tutorials | 55 | 26-04-2021 10:27 |
INDEX - Conversion Tutorial Index | Razor12911 | Conversion Tutorials | 5 | 11-06-2020 03:05 |