Search Results

1
vote

Windows Service setup project - run service as administrator

You should be able to add a new ServiceProcessInstaller in the InitializeComponent() method of your installer. This class will allow you to set account type, user …