Actions
Feature #1819
open
IM
CT
Silent installer for suricata windows
Feature #1819:
Silent 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
VJ Updated by Victor Julien about 10 years ago
- Priority changed from High to Normal
- Target version set to Packaging/PPA
AH Updated by Andreas Herz almost 10 years ago
- Assignee set to Anonymous
AH Updated by Andreas Herz over 7 years ago
- Assignee set to Community Ticket
JI Updated by Jason Ish about 1 year 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