View Single Post
  #2  
Old 27-10-2024, 06:30
Dario06's Avatar
Dario06 Dario06 is offline
Registered User
 
Join Date: Sep 2024
Location: Betelgeuse
Posts: 37
Thanks: 10
Thanked 25 Times in 16 Posts
Dario06 is on a distinguished road
Quote:
Originally Posted by fabrieunko View Post
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

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;
Copy Folder and Files

Code:
   if (CurStep = ssPostInstall) and (chbCopyCrack.Checked) and not ISDoneError then begin
    CopyCrack(ExpandConstant('{src}\CODEX'), ExpandConstant('{app}\CODEX'));
   end;
Rename CODEX in your folder Crack:

CODEX
Code:
{src}\CODEX
SKiDROW
Code:
{src}\SKiDROW
Attached Images
File Type: png Screenshot_1.png (63.6 KB, 88 views)
Attached Files
File Type: 7z codex_installer.7z (1.46 MB, 35 views)

Last edited by Dario06; 27-10-2024 at 09:55.
Reply With Quote
The Following User Says Thank You to Dario06 For This Useful Post:
ScOOt3r (27-10-2024)