PDA

View Full Version : Useful Dlls for Inno Setup users


peterf1999
30-11-2017, 09:27
ISSysInfo v0.1.9.9

System Information plug-in for Inno Setup

ISCrypto v0.2.0.5
AES encryption plug-in for Inno Setup

ISHash v1.0.2.0

Inno Setup's plugin to verify files with the following cryptographic hash function:

MD5
SHA1
SHA256
SHA512
BLAKE3-256


ISutils v1.0.0.3

A collection of useful functions/procedures for Inno Setup.

peterf1999
25-01-2018, 05:20
ISHash v1.0.1.122


Added CheckHashesFromFile procedure.
Now you can open and process QuickSFV md5 checksum files in Inno setup.
The procedure can also open and process sha1, sha256, sha512 hashes with the same structure of the checksum files.


20827

peterf1999
28-01-2018, 23:14
ISHash v1.0.1.125


[Bug] Fixed hash of zero-length file

peterf1999
31-01-2018, 06:04
ISHash v1.0.1.126


[Bug fixed] CheckFileHash function doesn't handle the overall progress properly.

peterf1999
02-02-2018, 10:49
ISHash v1.0.1.140

[NEW] CheckHashesFromFile can create a logfile
[NEW] Examples updated

21375

yasitha
27-12-2018, 11:47
can you please provide me
MD5 Plugins only for my script?
I can add it to my scrip i just need MD5 Plugins only.

Help!
Thanks You :)

pakrat2k2
27-12-2018, 18:13
in the first post IsHash.7z

yasitha
27-12-2018, 19:51
in the first post IsHash.7z

Yes pakrat2k2 i know,
I have download it,
and i have seen the script of md5,
but there's something more in there,
im not sure, cause I'm not a coder
so i don't know how to extract them exactly.
that's why i ask for help.

if you can please take a look and help me out!

PsYcHo_RaGE
28-12-2018, 04:08
Yes pakrat2k2 i know,
I have download it,
and i have seen the script of md5,
but there's something more in there,
im not sure, cause I'm not a coder
so i don't know how to extract them exactly.
that's why i ask for help.

if you can please take a look and help me out!

Download, extract the file/s and implement it in your installer script. Check provided example scripts with it.

devil777
24-06-2019, 11:23
Panker1992 boss it's like cheesy mozzarella over chicken fries...

______________________
A newbie and trying to learn something

maybeknow
21-09-2021, 17:03
I wonder why GetFileHash function doesn't support getting progress of hash generation...
I really need to first get hash of a file and then compare it to a list of hash and check which one match, but because GetFileHash doesn't support progress I cant use it. (I want to show the progress, because the file is big.)
anyone have any Idea? thanks