Version 0.9.4
Ylian Saint-Hilaire committed
Aug 14, 2021 at 22:12 UTC
453657fee7ff0456b4d5c9ac6552275d9ab56de6
2 files changed
+2
-2
meshagent.js
+1
-1
@@ -1916,7 +1916,7 @@ module.exports.CreateMeshAgent = function (parent, db, ws, req, args, domain) {
1916
1917
// No match, update the agent.
1918
if (args.agentupdatesystem === 2) return 2; // If set, force a meshcore update.
1919
- if (agentExeInfo.id == 3) return 2; // Due to a bug in Windows 7 SP1 environement variable exec, we always update 32bit Windows agent using MeshCore for now. Upcoming agent will have a fix for this.
1919
+ //if (agentExeInfo.id == 3) return 2; // Due to a bug in Windows 7 SP1 environement variable exec, we always update 32bit Windows agent using MeshCore for now. Upcoming agent will have a fix for this.
1920
// NOTE: Windows agents with no commit dates may have bad native update system, so use meshcore system instead.
1921
// NOTE: Windows agents with commit date prior to 1612740413000 did not kill all "meshagent.exe" processes and update could fail as a result executable being locked, meshcore system will do this.
1922
if (((obj.AgentCommitDate == null) || (obj.AgentCommitDate < 1612740413000)) && ((agentExeInfo.id == 3) || (agentExeInfo.id == 4))) return 2; // For older Windows agents, use the meshcore update technique.
package.json
+1
-1
@@ -1,6 +1,6 @@
1
{
2
"name": "meshcentral",
3
- "version": "0.9.3",
3
+ "version": "0.9.4",
4
"keywords": [
5
"Remote Device Management",
6
"Remote Device Monitoring",