2012-05-27 |
Changed the license to the Mozilla Public License 2.0 and update the licensing information.
|
file | diff | annotate |
2010-09-14 |
Fixed an UnauthorizedAccessException when modifying the auto-startup registry entry.
|
file | diff | annotate |
2010-06-27 |
Fixed Issue 71.
|
file | diff | annotate |
2010-06-12 |
Fixed Issue 73.
|
file | diff | annotate |
2010-05-29 |
Fixed Issue 64.
|
file | diff | annotate |
2010-05-21 |
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 |
2010-05-18 |
Fixed Issue 60.
|
file | diff | annotate |
2010-04-28 |
Fixed exception handling in StartupManager (some systems throw a DirectoryNotFoundException instead of a FileNotFoundException).
|
file | diff | annotate |
2010-04-26 |
Fixed a few more crash causing bugs.
|
file | diff | annotate |
2010-03-26 |
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 |