InstallTopshelfServiceWithInstance


InstallTopshelfServiceWithInstance
    [-serviceName] <String>
    [-exePath] <String>
    [-instance] <String>

Description

Install a Topshelf service with a specific instance identifier

Example


InstallTopshelfServiceWithInstance -serviceName "MySvc" -exePath "/Path/To/exe.exe" -instance "1"