GUI/StartupManager.cs
Sun, 27 May 2012 14:23:31 +0000 Changed the license to the Mozilla Public License 2.0 and update the licensing information.
Tue, 14 Sep 2010 19:23:11 +0000 Fixed an UnauthorizedAccessException when modifying the auto-startup registry entry.
Sun, 27 Jun 2010 13:02:02 +0000 Fixed Issue 71.
Sat, 12 Jun 2010 12:15:00 +0000 Fixed Issue 73.
Sat, 29 May 2010 13:49:20 +0000 Fixed Issue 64.
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.