Quote:
Originally Posted by hasandgn34
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?