| | |
| | | function Controller() |
| | | { |
| | | installer.gainAdminRights(); |
| | | //installer.gainAdminRights(); |
| | | installer.uninstallationFinished.connect(this, this.uninstallationFinished); |
| | | installer.uninstallationStarted.connect(this, this.uninstallationStarted); |
| | | |
| | |
| | | |
| | | 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) { |