Quote:
Originally Posted by fabrieunko
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
SKiDROW