I'm deploying a C# application using the Setup Wizard project in Visual Studio 2008.
What is the simplest way for me to have Windows schedule my application to run at regular intervals (e.g. every 8 hours)? I prefer if this scheduling would happen during the application's installation to simplify setup for the end-user.
Thanks!