![]() |
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 |
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 |
|
Quote:
|
Quote:
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 |
Quote:
|
Quote:
|
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 |
Quote:
but I don't know how can we intengrate these with Inno Setup scirtps. :D If someone knows how can we integrate these, I wait help. |
Ismd5
1 Attachment(s)
ISMD5.dll example...
|
MD5 Hash
|
Usefull DLL for Inno Setup users by peterf1999 > http://fileforums.com/showthread.php?t=95775
|
| All times are GMT -7. The time now is 10:31. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com