FAKE - F# Make - A DSL for build tasks and more FAKE
6.0.0

Lookig for older versions of the documentation, pre FAKE v6? See 

v5.fake.build

Wix.ServiceInstallType Type

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

Union cases

Union case Description

KernelDriver

Full Usage: KernelDriver

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

OwnProcess

Full Usage: OwnProcess

A Win32 service that runs its own process.

ShareProcess

Full Usage: ShareProcess

A Win32 service that shares a process.

SystemDriver

Full Usage: SystemDriver

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