GUI/StartupManager.cs
Fri, 21 May 2010 17:28:52 +0000 Fixed an UnauthorizedAccessException in the StartupManager. The exception occurred when the application was running without administrator rights. A task for the current user could be created manually, but RegisterTaskDefinition somehow always throws an UnauthorizedAccessException. The current fix restricts the TaskScheduler startup method to accounts with administrator rights.
Tue, 18 May 2010 19:12:13 +0000 Fixed Issue 60.
Wed, 28 Apr 2010 06:55:45 +0000 Fixed exception handling in StartupManager (some systems throw a DirectoryNotFoundException instead of a FileNotFoundException).
Mon, 26 Apr 2010 19:22:42 +0000 Fixed a few more crash causing bugs.
Fri, 26 Mar 2010 20:58:10 +0000 Added an option to automatically startup after Windows logon using the Task Scheduler 2.0 for Windows Vista/7 or the Registry for Windows XP.