Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials
Register FAQ Community Calendar Today's Posts Search

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #10  
Old 05-08-2017, 00:51
78372 78372 is offline
Registered User
 
Join Date: Dec 2016
Location: Bangladesh
Posts: 650
Thanks: 772
Thanked 954 Times in 309 Posts
78372 is on a distinguished road
Quote:
Originally Posted by Titeuf View Post
Hi 78372,
Thank you for your help, it's great!
One more thing, please, I want to copy the folder crack since install it to the directory of the game on the computer, (ex: as codex) what is the code to put?
Thank you for your help,
Titeuf
No idea it will work or not, this code is written in notepad

Code:
var
  NewCheckBox1: TNewCheckBox;
procedure InitializeWizard();
begin
    NewCheckBox1 := TNewCheckBox.Create(WizardForm);
  with NewCheckBox1 do
  begin
    Parent := WizardForm.SelectDirPage;
    Left := ScaleX(0);
    Top := ScaleY(96);
    Width := ScaleX(169);
    Height := ScaleY(17);
    Caption := 'Copy Crack from .\CRACK DIR';
  end;
  NewCheckBox1.TabOrder := 5;
end;

procedure CurStepChanged(CurStep: TSetupStep);
begin
  if CurStep = ssPostInstall then
    begin
    if NewCheckBox1.Checked then
    FileCopy(ExpandConstant('{src}\CRACK\*'),ExpandConstant('{app}\*'),false);
    end;
end;
__________________
NOT AVAILABLE
Reply With Quote
The Following 2 Users Say Thank You to 78372 For This Useful Post:
Jiva newstone (29-12-2017), Titeuf (05-08-2017)
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Tom Clancy's Splinter Cell Conviction Faks PC Games - Protection List 3 03-06-2010 02:10
PMA Update failure....????????? dannyk DVD Backup Forum 1 05-01-2005 14:19
cd burner help snatchcrash CD/DVD-Writers 1 14-09-2002 04:32
i know nobody likes the new people, but ill try anyway.. BWeb DC Games 3 25-07-2001 06:44
HELP ME PLZ!!!! Dalvin DC Games 0 02-01-2001 22:15



All times are GMT -7. The time now is 02:56.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com