|
#1
|
|||
|
|||
|
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 |
| Sponsored Links |
|
#2
|
|||
|
|||
|
Quote:
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 |
| The Following User Says Thank You to hasandgn34 For This Useful Post: | ||
Amsal (26-01-2016) | ||
|
#3
|
||||
|
||||
|
Last edited by pakrat2k2; 08-04-2017 at 08:19. Reason: wrong topic. |
|
#4
|
|||
|
|||
|
Quote:
|
|
#5
|
|||
|
|||
|
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 |
| The Following User Says Thank You to hasandgn34 For This Useful Post: | ||
Amsal (27-01-2016) | ||
|
#6
|
|||
|
|||
|
Quote:
|
|
#7
|
|||
|
|||
|
Quote:
Last edited by Amsal; 29-01-2016 at 04:04. |
|
#8
|
||||
|
||||
|
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 |
|
#9
|
|||
|
|||
|
Quote:
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. |
|
#10
|
||||
|
||||
|
Ismd5
ISMD5.dll example...
|
|
#11
|
||||
|
||||
|
MD5 Hash
__________________
lol... |
|
#12
|
||||
|
||||
|
Usefull DLL for Inno Setup users by peterf1999 > http://fileforums.com/showthread.php?t=95775
|
![]() |
|
|
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 |