From 5904f24872e48399ce84bdee6161958c5d686c11 Mon Sep 17 00:00:00 2001
From: wah <wah@qq.com>
Date: 星期五, 09 九月 2022 09:58:21 +0800
Subject: [PATCH] data
---
mbsetup/config/controller.qs | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/mbsetup/config/controller.qs b/mbsetup/config/controller.qs
index 2f98f55..b1c42f6 100644
--- a/mbsetup/config/controller.qs
+++ b/mbsetup/config/controller.qs
@@ -1,6 +1,6 @@
function Controller()
{
- installer.gainAdminRights();
+ //installer.gainAdminRights();
installer.uninstallationFinished.connect(this, this.uninstallationFinished);
installer.uninstallationStarted.connect(this, this.uninstallationStarted);
@@ -13,12 +13,12 @@
var tmpSys = installer.value("os")
if (tmpSys === "win") {
- installer.execute("@TargetDir@/mbwatch.exe","-t");
- installer.execute("@TargetDir@/mbwatch.exe","-u");
+ // installer.execute("@TargetDir@/mbwatch.exe","-t");
+ // installer.execute("@TargetDir@/mbwatch.exe","-u");
}else{
- installer.execute("@TargetDir@/mbwatch","-t");
- installer.execute("@TargetDir@/mbwatch","-u");
+ // installer.execute("@TargetDir@/mbwatch","-t");
+ // installer.execute("@TargetDir@/mbwatch","-u");
}
} catch(e) {
--
Gitblit v1.9.1