cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Atom918
Level 2

Hash on files to be installed

I have an InstallShield project and I want to implement a hash / crc check like Microsoft has relating to MSICHECKCRCS. Is there a way in InstallShield to set some option that the file is hashed/checked before installation then hash/checked after installation to make sure the installation file was corrupted?

And if there is such an option what will InstallShield do if the file is corrupted?

 

Thank you

Labels (1)
0 Kudos
(1) Reply
shunt
Revenera Moderator Revenera Moderator
Revenera Moderator

Take a look at using Installshield to Digitally Sign your installer - this will use the SHA-256 hashing algorithm at build time.

https://docs.revenera.com/installshield28helplib/helplibrary/IHelpReleaseDigitalSignature.htm#buildingtestingdistributing_3735589470_1091904 

0 Kudos