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
ServiceInstallStart
Determines when the service should be started. The Windows Installer does not support boot or system.
Union Cases
Union Case | Description |
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. |