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

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 26-01-2016, 05:23
Amsal Amsal is offline
Registered User
 
Join Date: May 2015
Location: New Delhi
Posts: 237
Thanks: 242
Thanked 41 Times in 28 Posts
Amsal is on a distinguished road
I want to add a Checksum of files

Hello Everyone, I need a help. I want to add checksum utility in my script, so that when my files are installed then I can sure my members that it is installed with exact hashs.

Thanks in Advance
Reply With Quote
Sponsored Links
  #2  
Old 26-01-2016, 09:37
hasandgn34 hasandgn34 is offline
Registered User
 
Join Date: Apr 2013
Location: Turkey
Posts: 50
Thanks: 19
Thanked 35 Times in 21 Posts
hasandgn34 is on a distinguished road
Quote:
Originally Posted by Amsal View Post
Hello Everyone, I need a help. I want to add checksum utility in my script, so that when my files are installed then I can sure my members that it is installed with exact hashs.

Thanks in Advance
you can use "RapidCRC" hash controller after installation.
you need to use it "RapidCRC.exe" and "rcrcshex.dll"

and inno setup Script has to be like this;


[Run]
Filename: "{app}\RapidCRC.exe"; Parameters: "checksums.md5"; WorkingDir: "{app}"; Flags: nowait postinstall

[Files]
Source: "C:\Users\your name\Desktop\RapidCRC\RapidCRC.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Users\your name\Desktop\RapidCRC\rcrcshex.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Users\your name\Desktop\RapidCRC\checksums.md5"; DestDir: "{app}"; Flags: ignoreversion
Reply With Quote
The Following User Says Thank You to hasandgn34 For This Useful Post:
Amsal (26-01-2016)
  #3  
Old 26-01-2016, 09:54
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
http://fileforums.com/showthread.php?t=95775

Last edited by pakrat2k2; 08-04-2017 at 08:19. Reason: wrong topic.
Reply With Quote
  #4  
Old 26-01-2016, 17:36
Amsal Amsal is offline
Registered User
 
Join Date: May 2015
Location: New Delhi
Posts: 237
Thanks: 242
Thanked 41 Times in 28 Posts
Amsal is on a distinguished road
Quote:
Originally Posted by hasandgn34 View Post
you can use "RapidCRC" hash controller after installation.
you need to use it "RapidCRC.exe" and "rcrcshex.dll"

and inno setup Script has to be like this;


[Run]
Filename: "{app}\RapidCRC.exe"; Parameters: "checksums.md5"; WorkingDir: "{app}"; Flags: nowait postinstall

[Files]
Source: "C:\Users\your name\Desktop\RapidCRC\RapidCRC.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Users\your name\Desktop\RapidCRC\rcrcshex.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Users\your name\Desktop\RapidCRC\checksums.md5"; DestDir: "{app}"; Flags: ignoreversion
Thanks a lot bro, but can you tell me the process for QuickSFV?
Reply With Quote
  #5  
Old 26-01-2016, 19:06
hasandgn34 hasandgn34 is offline
Registered User
 
Join Date: Apr 2013
Location: Turkey
Posts: 50
Thanks: 19
Thanked 35 Times in 21 Posts
hasandgn34 is on a distinguished road
Quote:
Originally Posted by Amsal View Post
Thanks a lot bro, but can you tell me the process for QuickSFV?
you need to use it "QuickSFV.EXE" and "QuickSFV.ini"

and inno setup Script has to be like this;

[Run]
Filename: "{app}\QuickSFV.EXE"; Parameters: "checksums.md5"; WorkingDir: "{app}"; Flags: postinstall hidewizard

[Files]
Source: "C:\Users\your name\Desktop\QuickSFV\QuickSFV.EXE"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Users\your name\Desktop\QuickSFV\QuickSFV.ini"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Users\your name\Desktop\QuickSFV\checksums.md5"; DestDir: "{app}"; Flags: ignoreversion
Reply With Quote
The Following User Says Thank You to hasandgn34 For This Useful Post:
Amsal (27-01-2016)
  #6  
Old 27-01-2016, 02:43
Amsal Amsal is offline
Registered User
 
Join Date: May 2015
Location: New Delhi
Posts: 237
Thanks: 242
Thanked 41 Times in 28 Posts
Amsal is on a distinguished road
Quote:
Originally Posted by hasandgn34 View Post
you need to use it "QuickSFV.EXE" and "QuickSFV.ini"

and inno setup Script has to be like this;

[Run]
Filename: "{app}\QuickSFV.EXE"; Parameters: "checksums.md5"; WorkingDir: "{app}"; Flags: postinstall hidewizard

[Files]
Source: "C:\Users\your name\Desktop\QuickSFV\QuickSFV.EXE"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Users\your name\Desktop\QuickSFV\QuickSFV.ini"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Users\your name\Desktop\QuickSFV\checksums.md5"; DestDir: "{app}"; Flags: ignoreversion
Thanks a lot!
Reply With Quote
  #7  
Old 29-01-2016, 04:00
Amsal Amsal is offline
Registered User
 
Join Date: May 2015
Location: New Delhi
Posts: 237
Thanks: 242
Thanked 41 Times in 28 Posts
Amsal is on a distinguished road
Quote:
Originally Posted by hasandgn34 View Post
you need to use it "QuickSFV.EXE" and "QuickSFV.ini"

and inno setup Script has to be like this;

[Run]
Filename: "{app}\QuickSFV.EXE"; Parameters: "checksums.md5"; WorkingDir: "{app}"; Flags: postinstall hidewizard

[Files]
Source: "C:\Users\your name\Desktop\QuickSFV\QuickSFV.EXE"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Users\your name\Desktop\QuickSFV\QuickSFV.ini"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Users\your name\Desktop\QuickSFV\checksums.md5"; DestDir: "{app}"; Flags: ignoreversion
And bro, If I want to add this as a component, so how can I do that?

Last edited by Amsal; 29-01-2016 at 04:04.
Reply With Quote
  #8  
Old 29-01-2016, 04:32
ShadowEagle's Avatar
ShadowEagle ShadowEagle is offline
Registered User
 
Join Date: Dec 2014
Location: Wonderland
Posts: 138
Thanks: 18
Thanked 21 Times in 18 Posts
ShadowEagle is on a distinguished road
Anyone knows which way codex does that with their new update installer? It`s fully integrated into inno setup, no third party tools.

Any idea? Cheers
Reply With Quote
  #9  
Old 29-01-2016, 04:58
hasandgn34 hasandgn34 is offline
Registered User
 
Join Date: Apr 2013
Location: Turkey
Posts: 50
Thanks: 19
Thanked 35 Times in 21 Posts
hasandgn34 is on a distinguished road
Quote:
Originally Posted by ShadowEagle View Post
Anyone knows which way codex does that with their new update installer? It`s fully integrated into inno setup, no third party tools.

Any idea? Cheers
CODEX uses "ISMD5.dll" to check files. and they use "XDelta3.dll" to patch files.
but I don't know how can we intengrate these with Inno Setup scirtps.

If someone knows how can we integrate these, I wait help.
Reply With Quote
The Following 2 Users Say Thank You to hasandgn34 For This Useful Post:
Amsal (29-01-2016), oltjon (29-01-2016)
  #10  
Old 07-04-2017, 09:26
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,073
Thanks: 1,814
Thanked 2,302 Times in 786 Posts
Cesar82 is on a distinguished road
Ismd5

ISMD5.dll example...
Attached Files
File Type: 7z ISMD5.7z (35.71 MB, 293 views)
Reply With Quote
  #11  
Old 08-04-2017, 06:36
Nizar3003's Avatar
Nizar3003 Nizar3003 is offline
Registered User
 
Join Date: May 2015
Location: Indonesia
Posts: 62
Thanks: 16
Thanked 36 Times in 20 Posts
Nizar3003 is on a distinguished road
MD5 Hash
__________________
lol...
Reply With Quote
  #12  
Old 08-04-2017, 08:18
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
Usefull DLL for Inno Setup users by peterf1999 > http://fileforums.com/showthread.php?t=95775
Reply With Quote
Reply


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
Assassins Creed [FULL Backup] (DVD9 to 2x DVD5) FREEMAN100 PC Games - CD/DVD Conversions 16 26-12-2016 17:18
Call of Duty 2 Linux server dobledosis Multi Player Games 2 05-03-2015 20:52
How to Edit CAB files Grumpy PC Games 12 24-02-2013 09:47
Isobuster (got all the files of a game) now how do i Burn all the files? m0LteK DC Games 0 29-04-2001 09:43



All times are GMT -7. The time now is 03:57.


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