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
  #19  
Old 22-12-2018, 04:06
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,337 Times in 2,839 Posts
KaktoR is on a distinguished road
Include quicksfv.exe and your md5/sfv file in setup.exe [Files] section and let this two files unpack in your game folder {app}.

Code:
[Files]
Source: File.md5; DestDir: {app};
Source: QuickSFV.exe; DestDir: {app};
After install is finished use this in [Code]
Code:
procedure CurStepChanged(CurStep: TSetupStep);
var
  ErrorCode: Integer;
begin
if (CurStep = ssDone) then begin
      Exec(ExpandConstant('{app}\QuickSFV.exe'),'{#CRCFileName}','',SW_SHOW, ewWaitUntilTerminated, ErrorCode);
      DeleteFile(ExpandConstant('{app}\QuickSFV.exe'));
      DeleteFile(ExpandConstant('{app}\QuickSFV.ini'));
    end;
  end;
end;
__________________
Haters gonna hate

Last edited by KaktoR; 22-12-2018 at 04:23.
The Following 2 Users Say Thank You to KaktoR For This Useful Post:
BLACKFIRE69 (12-09-2019), Punisher (22-12-2018)
 


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
I need commandline sha1 md5 checksum program ipman_98 Conversion Tutorials 10 10-03-2021 07:56
I want to add a Checksum of files Amsal Conversion Tutorials 11 08-04-2017 08:18
Doom3 wrong game DLL API version Problem after 1.31 from 1.3 install sledge22 General Gaming 0 03-03-2009 19:07
CMOS Checksum Error themonkey39 Hardware 11 23-09-2008 06:30
Heroes of Might and Magic V Checksum Error 0.2.0 tyrs4u General Gaming 1 28-06-2006 17:08



All times are GMT -7. The time now is 05:09.


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