Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Copy the Epilog exe file to your Epilog installation e.g. c:\program files\epilog
  2. Ensure you have administrator rights, open a command prompt and browse to the directory where the setup program is stored.
  3. To install Epilog with the options specified in <INFfile> for example where the INFfile is called mysettings.INF file, and not display any pop-up windows, run the file:

    Snare-Epilog-Agent-v{Version}-multiarch{Architecture}.exe /verysilent /suppressmsgboxes /LoadInf="mysettings.inf"

    This option is suitable for packaging and non-interactive installations. 

  4. To reinstall Epilog with the options specified in <INFfile> for example where the INFfile is called mysettings.INF file, and not display any pop-up windows, run the file:

    Snare-Epilog-Agent-v{Version}-multiarch{Architecture}.exe /reinstall /verysilent /suppressmsgboxes /LoadInf="mysettings.inf"

    This option is suitable for reinstalling Snare with settings non-interactively.
  5.  To install the agent setting the network configuration: 

    Snare-Epilog-Agent-v{Version}-multiarch{Architecture}.exe /usehostip=1 /destination=10.1.1.1 /destport=514 /sockettype=0 /reinstall /verysilent /remoteallow=1 /audit=0

  6. To install the agent setting the network configuration and allowing remote local access:  
    Snare-Epilog-Agent-v{Version}-multiarch{Architecture}.exe /usehostip=1 /destination=10.1.1.1 /destport=6161 /sockettype=1 /reinstall /verysilent /remoteallow=1 /remotelocal=1 /accesskey=mypassword