Sun, 27 May 2012 14:23:31 +0000 |
Changed the license to the Mozilla Public License 2.0 and update the licensing information.
|
file | diff | annotate |
Tue, 14 Sep 2010 19:23:11 +0000 |
Fixed an UnauthorizedAccessException when modifying the auto-startup registry entry.
|
file | diff | annotate |
Sun, 27 Jun 2010 13:02:02 +0000 |
Fixed Issue 71.
|
file | diff | annotate |
Sat, 12 Jun 2010 12:15:00 +0000 |
Fixed Issue 73.
|
file | diff | annotate |
Sat, 29 May 2010 13:49:20 +0000 |
Fixed Issue 64.
|
file | diff | annotate |
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.
|
file | diff | annotate |
Tue, 18 May 2010 19:12:13 +0000 |
Fixed Issue 60.
|
file | diff | annotate |
Wed, 28 Apr 2010 06:55:45 +0000 |
Fixed exception handling in StartupManager (some systems throw a DirectoryNotFoundException instead of a FileNotFoundException).
|
file | diff | annotate |
Mon, 26 Apr 2010 19:22:42 +0000 |
Fixed a few more crash causing bugs.
|
file | diff | annotate |
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.
|
file | diff | annotate |