Ylianst / MeshCentralAssistant

Tray icon tool for the MeshCentral Agent. It displays the state of the agent, you can start and stop the agent and request help.
https://meshcentral.com
Apache License 2.0
36 stars 26 forks source link

On "Request Help" no way to close this request form MC upon completion #3

Closed vitko-bg closed 3 years ago

vitko-bg commented 3 years ago

In case if help is provided already to requested computer, how to close that request from MC server side? Employees won't remember to click again on the MeshAssistant and to cancel the request, once help is provided. Thanks.

Ylianst commented 3 years ago

No way to close it on the server side yet, but need to add that.

vitko-bg commented 3 years ago

That would be great. Thanks.

Ylianst commented 3 years ago

Added a way to dismiss the help request in MeshCentral v0.7.4. Let me know if it works.

MC2-AssistantDismissHelp

vitko-bg commented 3 years ago

Thanks! Will update all EXEs and MC2 and will report back.

Ylianst commented 3 years ago

With latest versions of MeshCentral Assistant, once you update the server it should auto-update the MeshCentral Assistant. So, try it out and see if it needs an update at all.

vitko-bg commented 3 years ago

Hi @Ylianst - I updated MC2 server, you are right - a new option to dismiss remote help appeared. However, when trying to Dismiss the notification - nothing happends. The next step I have done - downloaded e MC Assistant source and started making changes (as no customization available) to Build the EXE for me. Changes I do are: MainForm.cs -> MainForm.Designer.cs this.mainNotifyIcon.BalloonTipTitle = "Assistant"; this.mainNotifyIcon.Text = "Assistant"; this.Text = "Assistant";

However - cannot build my own EXE, as on first start it is updating itself somehow?!?!? It is creating .update.exe file and deleting my customized EXE.

Please advise how I can comment this: // // Self update section //

    string seflUpdateDownloadHash = null;
    string serverTlsCertHash = null;
vitko-bg commented 3 years ago

In regards to the above comment, in short I am looking for MC Assistant customization :) To be able to customize "MeshCentral Assistant" on windows title to "MyCompany Assistant". Thanks.