...
- Copy the Epilog exe file to your Epilog installation e.g. c:\program files\epilog
- Ensure you have administrator rights, open a command prompt and browse to the directory where the setup program is stored.
- 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:
This option is suitable for packaging and non-interactive installations.
/verysilent /suppressmsgboxes /LoadInf="mysettings.inf"Snare-Epilog-Agent-v
{Version}
-multiarch
.exe{Architecture}
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:
This option is suitable for reinstalling Snare with settings non-interactively.
/reinstall /verysilent /suppressmsgboxes /LoadInf="mysettings.inf"Snare-Epilog-Agent-v
{Version}
-multiarch
.exe{Architecture}
- To install the agent setting the network configuration:
/usehostip=1 /destination=10.1.1.1 /destport=514 /sockettype=0 /reinstall /verysilent /remoteallow=1 /audit=0Snare-Epilog-Agent-v
{Version}
-multiarch
.exe{Architecture}
- To install the agent setting the network configuration and allowing remote local access:
multiarchSnare-Epilog-Agent-v
{Version}
-
/usehostip=1 /destination=10.1.1.1 /destport=6161 /sockettype=1 /reinstall /verysilent /remoteallow=1 /remotelocal=1 /accesskey=mypassword
.exe{Architecture}