|
|
|
#1
|
|||
|
|||
|
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 |
| Sponsored Links |
|
#2
|
||||
|
||||
|
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 09:55. |
| The Following User Says Thank You to Dario06 For This Useful Post: | ||
ScOOt3r (27-10-2024) | ||
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Light Installer Script (LIS) - DiskSpan_GUI | Cesar82 | Conversion Tutorials | 227 | 30-05-2026 05:01 |
| Simple Installer Script | Masquerade | Conversion Tutorials | 88 | 11-11-2024 00:49 |
| Ultimate Conversion Compressor (UCC) | vollachr | Conversion Tutorials | 55 | 26-04-2021 09:27 |
| INDEX - Conversion Tutorial Index | Razor12911 | Conversion Tutorials | 5 | 11-06-2020 02:05 |