1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-06 00:13:33 +00:00

127 Commits

Author SHA1 Message Date
si458
28d6727426 fix commit dates 2025-03-06 21:44:07 +00:00
si458
604f24ce11 fix win7+server2008r2 support again 2025-03-06 21:37:17 +00:00
Simon Smith
813c3452fb target 2019 (v142) for 32bit builds
Signed-off-by: Simon Smith <simonsmith5521@gmail.com>
2024-01-28 00:45:00 +00:00
Simon Smith
998e9fb1c5 add OS Name to Connection Details (#227)
Signed-off-by: Simon Smith <simonsmith5521@gmail.com>
2024-01-27 23:58:43 +00:00
Simon Smith
6d64ad3ff1 fix output names in vs2022 (#229)
Signed-off-by: Simon Smith <simonsmith5521@gmail.com>
2024-01-27 23:50:51 +00:00
Simon Smith
47cd995f70 add minimize button correctly
Signed-off-by: Simon Smith <simonsmith5521@gmail.com>
2024-01-27 01:01:52 +00:00
Simon Smith
263bce96ec add minimize button (#218)
Signed-off-by: Simon Smith <simonsmith5521@gmail.com>
2024-01-18 22:50:30 +00:00
Ylian Saint-Hilaire
38f8926ba3 Added Visual Studio 2022 and Windows ARM 64bit support 2023-04-14 13:20:45 -07:00
Bryan Roe
7ea36ae572 1. Added -import
2. Added ability to set uid on agent start
2023-01-20 13:06:15 -08:00
Bryan Roe
1ac56a2aa2 Added code, to set the background mode for IDC_IMAGE, fixing a transparency issue for Windows Common Controls v6 2022-12-02 11:42:16 -08:00
Bryan Roe
e194dabbfa Updated Details Dialog on Windows Installer, to have an autoproxy check box. Updated so that this checkbox shows the configured autoproxy state, and can be manually set or unset. 2022-10-25 22:50:36 -07:00
Bryan Roe
f99e365be3 Added -export command line option to export modules 2022-10-20 22:31:05 -07:00
Bryan Roe
1db1d9fbe6 Fixed compiler warning 2022-10-12 09:25:11 -07:00
Bryan Roe
c1cd8d7a5a Updated Windows App, to display ToolTip with full server URL, and to truncate the displayed URL in the static text field with an ellipsis if too long. 2022-09-28 13:17:24 -07:00
Bryan Roe
e0044984e5 Added 'exstate' parameter that returns the windows service manager service state as the status code 2022-09-15 23:47:11 -07:00
Bryan Roe
f221183413 Updated -resetnodeid, to display admin is needed, when it throws an exception 2022-08-25 00:17:18 -07:00
Ylian Saint-Hilaire
8d86bcfa1c Minor fixes to -? help text. 2022-08-24 23:57:15 -07:00
Bryan Roe
a1679280ae Added WebLogging Support #define to release
Added Delay start support to unit tests
2022-07-07 14:46:12 -07:00
Bryan Roe
a1271b27b3 Update Product Version to use Commit Date instead of Commit Hash 2022-06-05 22:05:05 -07:00
Bryan Roe
c803e8fdda Added copyright notice 2022-06-03 20:30:49 -07:00
Bryan Roe
03d4908956 1. Reverted Manifest Generation
2. Added PreBuild Event to populate ProductVersion with GIT Commit Hash
2022-06-03 20:27:21 -07:00
Bryan Roe
85987ac945 Added -checkfirewall, -clearfirewall, -setfirewall switches for Windows Service 2022-06-03 02:18:12 -07:00
Bryan Roe
39150e1c27 1. Fixed -resetnodeid for Windows Service
2. Updated PE Parser
2022-06-03 01:19:47 -07:00
Bryan Roe
646417b5a2 Fixed compiler warning 2022-05-09 22:41:53 -07:00
Bryan Roe
7c0dc07ee3 Updated a few things to help alleviate false positives with AV Vendors 2022-05-09 22:39:49 -07:00
Bryan Roe
a37eb032ff Added support for acknowledgement Dialog, prior to Windows Installation 2022-04-22 11:13:57 -07:00
Ylian Saint-Hilaire
c9421306f4 Merge pull request #65 from smartekIT/patch-1
Update MeshService.rc
2022-04-02 09:00:31 -07:00
Bryan Roe
3f0cfeaae5 Removed unneeded code 2022-02-16 20:27:53 -08:00
Bryan Roe
9311ef3fd4 fixed error checking bug for foreground/background MSH values 2022-02-16 20:23:10 -08:00
Bryan Roe
7a2356f777 Added ability to specify alternate colors for windows installer UI 2022-02-14 12:13:56 -08:00
Ylian Saint-Hilaire
7adf0dddd4 Updated headers. 2022-02-04 14:43:55 -08:00
Ylian Saint-Hilaire
ac5142e064 Added icon back. 2022-02-04 14:21:51 -08:00
Bryan Roe
0d354c9c52 Removed old code that setup firewall rules on each service start 2022-02-03 09:45:18 -08:00
Bryan Roe
e332236c4f Fixed size/spacing of image box 2022-01-31 19:00:08 -08:00
Bryan Roe
95f5e310f2 Fixed gdiplus name collision 2022-01-26 15:25:48 -08:00
Bryan Roe
a3161484a7 Added ability to lock windows agent to a particular DNS/ID 2022-01-21 17:49:26 -08:00
Bryan Roe
fe35fa4a02 1. Changed where FreeConsole() is called.
2. Added Installer check of MSH for locked binaries
2022-01-21 10:48:41 -08:00
Bryan Roe
e4c4d39a92 Fixed windows installer for 32 bit 2022-01-21 10:32:15 -08:00
Bryan Roe
fae6b34159 1. Updated Windows Installer
a. Attached Connection Details Dialog
   b. Added translation support
   c. Added HighDPI support
   d. Replaced default image, with scaled PNG
   e. Added Custom Image support
2. Updated win-userconsent to use High Quality Bicubic, instead of Bicubic
2022-01-20 10:00:54 -08:00
Bryan Roe
d196e33381 Updated translations for windows installer 2022-01-19 09:47:01 -08:00
Ylian Saint-Hilaire
28676d5860 Updated installation dialog box, new user interface. 2022-01-18 10:58:25 -08:00
Bryan Roe
bc40427b26 1. Updated CoInitializseEx() to MULTITHREAD when running service in console mode
2. Updated Cleanup code for COM, so that Release is not called from finalizer
3. Updated installer to create WebRTC UDP firewall rule
2021-11-09 15:21:16 -08:00
Bryan Roe
f3ed0f8572 Updated text of -info switch 2021-08-10 22:34:52 -07:00
Bryan Roe
c60b067c00 Updated -info switch to include Host OS Info and Architecture 2021-08-10 22:32:13 -07:00
Ylian Saint-Hilaire
51646002cd Fixed windows service install dialog box button placement. 2021-07-09 13:10:40 -07:00
Ylian Saint-Hilaire
2a2386b78e Fixed agent install dialog text. 2021-07-09 12:40:53 -07:00
Bryan Roe
9fa19bf1be 1. Added getDomain() to user-sessions for windows
2. Fixed service.restart() error condition, to reject the promise
3. Fixed ServiceMain start/stop/restart/state for Windows
2021-04-20 15:02:54 -07:00
Bryan Roe
c4eebc78eb Fixed MSH parsing bug on Windows 2020-12-18 17:58:18 -08:00
Bryan Roe
eb1dbb6119 Updated language selection and defaults 2020-12-18 14:08:03 -08:00
Bryan Roe
c37087272a Added language default 2020-12-18 13:29:44 -08:00