cronix


ProjectInstaller

Module responsible for installing, uninstalling and starting up the cronix service

Functions and values

Function or valueDescription
initialize installer assembly
Signature: installer:Installer -> assembly:Assembly -> unit

Performs required initialization steps in order to install or uninstall the cronix service

Install assembly
Signature: assembly:Assembly -> Result<string,string>

Installs the cronix service. An installation rollback will be done on failure.

logger
Signature: Logger

Project installer module specific logger

Uninstall assembly
Signature: assembly:Assembly -> Result<string,string>

Uninstalls the cronix service.

Fork me on GitHub