79126927

Date: 2024-10-25 18:31:15
Score: 1.5
Natty:
Report link

Something that worked for me for uninstalling the previous install was to replace inside installscript.js: installer.execute(dir + "/maintenancetool.exe", ["purge", "-c"]);

with

component.addElevatedOperation("Execute", dir + "/maintenancetool.exe", "purge", "-c");

Reasons:
  • Whitelisted phrase (-1): worked for me
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Greg