diff --git a/bucket/osmonitor.json b/bucket/osmonitor.json new file mode 100644 index 00000000000000..80509eddaac615 --- /dev/null +++ b/bucket/osmonitor.json @@ -0,0 +1,32 @@ +{ + "version": "10.6.23", + "description": "Centralized IT administration and network management console for enterprise LANs (10-Day Trial Version).", + "homepage": "https://www.os-monitor.com", + "license": "Shareware", + "url": "https://www.os-monitor.com/OsMonitorServerSetup10.6.23.exe", + "hash": "51f1371c90667ac4f80a7597e777260dd83e4893a70c2c7276fbc7ac8c2999fc", + "installer": { + "args": [ + "/VERYSILENT", + "/SUPPRESSMSGBOXES", + "/NORESTART", + "/SP-", + "/DIR="$dir"" + ] + }, + "uninstaller": { + "file": "unins000.exe", + "args": [ + "/VERYSILENT", + "/SUPPRESSMSGBOXES", + "/NORESTART" + ] + }, + "bin": "OsMonitorServer.exe", + "shortcuts": [ + [ + "OsMonitorServer.exe", + "OsMonitor Management Console" + ] + ] +} \ No newline at end of file