idrassi / HashCheck

HashCheck Shell Extension for Windows with added SHA2, SHA3, and multithreading; originally from code.kliu.org
Other
257 stars 12 forks source link

[Feature Request] Silent install switch #9

Closed o-l-a-v closed 2 years ago

o-l-a-v commented 3 years ago

Add silent install switch, so we have the ability to push this useful software from Intune, SCCM and similar.

idrassi commented 2 years ago

Installer can already be silent by passing /S switch: HashCheckSetup-v2.5.0.1.exe /S

Installer is made with NSIS and this is the default way to have silent installers: https://documentation.help/NSIS/Section4.12.html