Scheduling a task along with Deployment

Neutrino

Newcomer
Joined
Jun 14, 2003
Messages
21
Hi Frenz!!

I am using C# as codebehind. I want to schedule a task along with my Deployment.

The deployment consists of basically a Console Application which install shortcuts to the desktop and program menu. This exe (the installed file after deploying it in the target machine) should be invoked in the target machine using the Task Scheduler provided by Windows.

It would be helpful if anyone could provide me pointers regarding how to invoke the win api thru C# and schedule a task along with my deployment.

Amicalement,
Neutrino
 
Back
Top