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
ServiceInstallType
Determines the type of the service. The Windows Installer does not currently support kernelDriver or systemDriver.
Union Cases
Union Case | Description |
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. |