Universal Windows Service Class Library

Installer.Install Method 

Install the given assembly on this computer.

public void Install();

Remarks

Function installs the given assembly on this computer. All required information about service account, description and so on must done before this function is called.

Exceptions

Exception TypeCondition
ExceptionThrown if an error occurs.

See Also

Installer Class | uws.Install Namespace