When using VS setup and deployment project for creating windows installer database file, how to set a windows service to ‘Allow service to interact with Desktop’. I am using System.Configuration.Install.Installer derived class to install a new windows service. This installer class gets invoked as a custom action. I did not found any property on installer class that could solve the problem.
Thanks