What is the default value of "ServiceProcessInstaller.Account" Property? In MSDN "LocalSystem" is mentioned. When I create a Windows Service and add Installer using right click then Account property is having "User" value.
Hi vinodkpasi,
According to your description, i checked this document, i found the default value is User, for more details, please check the following tutorial:
ServiceProcessInstaller.Account Property:
https://msdn.microsoft.com/en-us/library/system.serviceprocess.serviceprocessinstaller.account%28v=vs.110%29.aspx?f=255&MSPPError=-2147217396
Best Regards,
Eric Du