1

I am trying to deploy OSSEC agent to about 100 Windows 7 boxes through GPO on our AD. I understand that I need to create and MSI from the EXE and import the specific client.keys file for the windows box. I was wondering if anyone has done this and if they could offer any helpful advice for accomplishing this task.

2
  • 1
    What is your exact problem? Yuor question is too broad. Commented Jun 25, 2014 at 14:40
  • The exact problem is: "I need to create an MSI that can be deployed by GPO from a bare EXE. How can I do this?"
    – sysadmin1138
    Commented Jun 26, 2014 at 14:38

2 Answers 2

1

This can be now be accomplished via auto-ossec - https://github.com/BinaryDefense/auto-ossec

Download the WiX Toolset binaries and use the wxs\Create-AutoOssecMsi.ps1 to create the MSI file for deployment via GPO.

-2

You use Wininstall to convert Ossec from exe to msi include IP server ossec in file msi. Deployment ossec.msi from GP. Make key file from server ossec in the format ip_address.key. Copy them to folder in server windows and share this folder.

or very simple you user script to deployment this soft when your computer startup

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .