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.ServiceInstallStart Type

Determines when the service should be started. The Windows Installer does not support boot or system.

Union cases

Union case Description

Auto

Full Usage: Auto

The service will start during startup of the system.

Boot

Full Usage: Boot

The service is a device driver that will be started by the operating system boot loader. This value is not currently supported by the Windows Installer.

Demand

Full Usage: Demand

The service will start when the service control manager calls the StartService function.

Disabled

Full Usage: Disabled

The service can no longer be started.

System

Full Usage: System

The service is a device driver that will be started by the IoInitSystem function. This value is not currently supported by the Windows Installer.