Terry MacDonald
bb37dc908a
Changed LogLevel applies immediately
...
Configured NLog so that the loglevel
UI changes happen straight away. Also
am using NLog to generate the user
messages while it's running.
2021-02-20 22:03:19 +13:00
Terry MacDonald
6b02e2ccbe
Added logging and improved readme
...
Added logging to ProfileRepository and
ShortcutRepository
2021-02-15 20:33:46 +13:00
Terry MacDonald
aece0cce29
Added extra debug logging
2021-02-14 22:42:48 +13:00
Terry MacDonald
dd8939b395
Logging changes
...
Combined DisplayMagicianShared logging into
the main log file to simplify log reporting for the
future. Also started adding info and debug
statements to the program to make the debug
level log work well for troubleshooting. This is
going to take a LONG time to complete, but will
be worth it in the end.
2021-02-10 22:40:22 +13:00
Terry MacDonald
a06651190d
Upgrade nuget libraries
...
Upgrade CommanlineUtils, HTMLAgility
and other libraries. Leaving ValveKeyValue
as it requires some breaking changes.
2021-02-07 15:22:54 +13:00
Terry MacDonald
ba636414c0
Improve exception handling of existing ex
...
Added logger instances for DisplayMagicianShared
functions. Also added logger debug commands to
all exceptions with existing ex objects.
2021-02-07 14:42:17 +13:00
Terry MacDonald
0f38881709
More code analysis suppression
2021-01-28 22:20:00 +13:00
Terry MacDonald
88bd1a71fa
Fixing some CodeAnalyzer suggestions
2021-01-28 22:03:02 +13:00
Terry MacDonald
6ab1e0842a
Additional suppression messages
2021-01-28 21:34:45 +13:00
Terry MacDonald
3ecababc73
Suppressing CLS compliance errors
...
Some functions and procedures require CLS
non-compliance due to file formats and the like.
Suppressing these compiler warnings
2021-01-28 21:19:20 +13:00
Terry MacDonald
ed167459fa
Fixed UplayGame monitoring
...
Also fixed errors caused by trying to access
32bit processes information from 64-bit
processes by using smoe cool code thanks
to Jeff Mercado and Mike Fuchs:
https://stackoverflow.com/questions/9501771/how-to-avoid-a-win32-exception-when-accessing-process-mainmodule-filename-in-c
2020-12-28 21:34:59 +13:00
Terry MacDonald
e4ed01f33b
Added .Net 4.8 and Win 10 checks to installer
2020-12-21 15:02:06 +13:00
Terry MacDonald
9e1ef4a095
[WIP] First working WiX installer
...
Installer works, but there are a few issues with it.
- It doesn't register the DesktopBackground COM server
- It doesn't create a start menu shortcut with the AUMID
- It doesn't check for .Net Framework 4.8 or later
- It doesn't try to install .Net Framework 4.8 or later if not there
- It doesn't have any customised backgrounds...
- It doesn't ask to run DisplayMagician when install is finished
2020-12-20 20:42:04 +13:00
Terry MacDonald
41fd798a07
Renamed projects to work with WiX file harvesting
2020-12-20 15:50:32 +13:00