Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #22  
Old 22-12-2018, 11:32
Punisher Punisher is offline
Banned
 
Join Date: Nov 2018
Location: India
Posts: 54
Thanks: 37
Thanked 0 Times in 0 Posts
Punisher is on a distinguished road
Smile

Quote:
Originally Posted by KaktoR View Post
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;
Thanks a lot KaktoR.. I will try that and I'll tell you if i had issue.. Thanks again your the best..

also I have open request thread for beginners,
For understanding Compression methods..
If you can make it, please do it.
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 16:10.


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