mirror of
https://github.com/Ylianst/MeshAgent
synced 2026-01-06 10:34:09 +00:00
Updated windows installer, to ignore PowerShell error on install/uninstall
This commit is contained in:
@@ -543,13 +543,13 @@ function serviceExists(loc, params)
|
||||
{
|
||||
// SUCCESS
|
||||
process.stdout.write(' [DELETED]\n');
|
||||
uninstallService(this._params);
|
||||
uninstallService(params);
|
||||
}, function ()
|
||||
{
|
||||
// FAILED
|
||||
process.stdout.write(' [No Rules Found]\n');
|
||||
uninstallService(this._params);
|
||||
}).parentPromise._params = params;
|
||||
uninstallService(params);
|
||||
});
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user