|
#7
|
||||
|
||||
|
Quote:
Code:
FileCopy(ExpandConstant('{app}\openingmovie.bk2'), ExpandConstant('{app}\openingmovie_hi.bk2'), False);
You can also use something like this Code:
[ Code]
var
ResultCode: Integer;
ShellExec('open', 'cmd.exe', '/c copy /Y "' + ExpandConstant('{app}\openingmovie.bk2') + '" "' + ExpandConstant('{app}\openingmovie_hi.bk2') + '"', '', SW_Hide, ewWaitUntilTerminated, ResultCode);
You have to use one of the the above codes somewhere after install procedure (at the time when the game is installed, like on finish page).
__________________
Haters gonna hate
Last edited by KaktoR; 05-10-2019 at 04:59. |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Frequently Asked Questions | Joe Forster/STA | PC Games - Frequently Asked Questions | 0 | 29-11-2005 09:48 |
| Please explain to me how to make a copy PLEASE!! | AlexMcCallum | PSX Games | 8 | 03-02-2002 13:28 |
| Is it possble to make a copy of a copy? | nuhnya | DC Games | 1 | 19-06-2001 18:34 |
| Is it possible to make a Copy of a Copy? | DYnamo | PSX Games | 3 | 10-06-2001 07:18 |
| How to make perfect copy of Project IGI UK version | Raks55 | PC Games | 2 | 18-12-2000 05:39 |