C# – I would like to create Visual Studio deployment project that creates some scheduled tasks in a domain environment

cdeployment-projectscheduled-tasksvisual-studio-2008

I want to create a Visual Studio 2008 deployment project that installed some scheduled tasks in the commit phase.
I'm working in a domain environment and I would also like the scheduled tasks to run whether the user is or is not logged on. So for this, the Task Schedules needs the password for the domain user.
Also, the installation of the application is done over RDP, so figuring out the current logged in user is a problem.
Any ideas on how to do this would be very welcome.

Thank you,

Valeriu

Best Answer

Related Topic