Silent or automatic installation
April 25, 2021, 12:50 pmArticle Summary
admin
April 25, 2021, 12:50 pm
77
Public
Author Summary
Tue December 5, 2023, 1:34 am
Tue December 5, 2023, 1:34 am
HSMAdvisor is using an open-source installer builder called Inno Setup. So you can refer to the Inno Setup documentation page for reference.
If you are a system administrator and wish to install HSMAdvisor silently using the command line you can use the following parameters:
- /SILENT
- /VERYSILENT
For example:
Code
./HSMAdvisor_v2.3.6.2854_NET4.5.exe /VERYSILENT
Please note that HSMAdvisor installation requires elevated Administrator privileges.