Actions
Feature #1819
openSilent installer for suricata windows
Effort:
Difficulty:
Label:
Description
Hi team,
We wanted to do large deployment of suricata for multiple customer. We wanted to deploy this on windows server in IDS mode.
To do this large deployment we use powershell scripts to automate the installation. We would like to have silent installation feature for suricata.
Imran
Updated by Victor Julien about 9 years ago
- Priority changed from High to Normal
- Target version set to Packaging/PPA
Updated by Jason Ish about 1 month ago
- Target version changed from Packaging/PPA to TBD
One option might be to use 7z, for example, this extracts the msi in an msys2 environment, but I'm sure 7z is available for Windows proper as well:
7z -y x -o./test Suricata-7.0.10-1-64bit.msi
Actions