Note: This API documentation is for FAKE version 4. The migration API documentation can be found here. The API documentation for the new fake 5 modules can be found here

ServiceInstallType

Determines the type of the service. The Windows Installer does not currently support kernelDriver or systemDriver.

Union Cases

Union CaseDescription
KernelDriver
Signature:

A kernel driver service. This value is not currently supported by the Windows Installer.

OwnProcess
Signature:

A Win32 service that runs its own process.

ShareProcess
Signature:

A Win32 service that shares a process.

SystemDriver
Signature:

A file system driver service. This value is not currently supported by the Windows Installer.