Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found here. If the API is already migrated you can check here if exists in a module. More information regarding the migration can be found here

OBSOLETE

Use Fake.Installer.Wix instead (FAKE0001 - package: Fake.Installer.Wix - member: Fake.Installer.Wix.ServiceInstallStart)

ServiceInstallStart

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

Union Cases

Union CaseDescription
Auto
Signature:

The service will start during startup of the system.

Boot
Signature:

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
Signature:

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

Disabled
Signature:

The service can no longer be started.

System
Signature:

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