Shane Gowland

Forum Replies Created

Viewing 10 posts - 481 through 490 (of 777 total)
  • Author
    Posts
  • in reply to: /UNINSTALLALL /SILENT #8645
    Shane Gowland
    Keymaster

    By parsing everything through .toUpper, you can use /TEST,/Test or /tEsT. I just thought it was a bit neater.

    in reply to: /UNINSTALLALL /SILENT #8642
    Shane Gowland
    Keymaster

    I’ve committed your changes to the ‘development’ branch on GitHub.

    https://github.com/SingularLabs/JavaRa/tree/development

    I made some tweaks, too.
    – I’ve added translation support (and fixed a few grammatical errors) to the output of the /? switch.
    – All the switches are now case-insensitive, using the .ToUpper method.

    in reply to: /UNINSTALLALL /SILENT #8632
    Shane Gowland
    Keymaster

    The forum software we use only supports post editing for higher rank users.

    I’m still recovering from surgery at the moment, but hopefully I’ll be able to audit your changes to JavaRa and have them included in the next release version.

    Thank you for your contributions 🙂

    in reply to: /UNINSTALLALL /SILENT #8616
    Shane Gowland
    Keymaster

    What is needed here instead is msiexec /X {clsid} /qn /norestart.

    It’s coming. The challenge is doing this without enraging UAC or the various security applications we’re testing with.

    in reply to: JavaRa deploy and run via GPO #8614
    Shane Gowland
    Keymaster

    The inability to use ‘/UNINSTALLALL’ and ‘/SILENT’ in tandem is mentioned in the documentation:

    The supported commandline arguments are:
    /SILENT – Hides the graphical user interface and suppresses all dialog messages and error reports.
    /PURGE – Removes all JRE related registry keys, files and directories.
    /CLEAN – Removes only JRE registry keys from previous version.
    /UNINSTALLALL – Run the built-in uninstaller for all versions of JRE detected. Does not support the /SILENT argument at this time.
    /UPDATEDEFS – Downloads a new copy of the JavaRa definitions, without a version comparison.

    Use your network administration tools to perform the uninstall and then use the ‘/PURGE’ argument to do the rest.

    Of course, we’ll certainly try to work around this restriction in the future.

    in reply to: System Ninja Has Stopped Working #8613
    Shane Gowland
    Keymaster

    Could be one of two possible problems:

    – One of System Ninja’s files is missing or wasn’t updated properly. Try downloading the portable version and running System Ninja directly from the .zip file.

    – Your install of the Microsoft .NET Framework is corrupt or you’re running an inadequate version. We have an article titled ‘How to repair the Microsoft .NET Framework‘ which might be of assistance.

    in reply to: Marvelous & Suggestions #8605
    Shane Gowland
    Keymaster

    The context menu not translating is a ScintillaNET issue. Will attempt to contact them at some point.

    Preview screen can be resized. There is an invisible divider that can be dragged.

    in reply to: Russian Language #8604
    Shane Gowland
    Keymaster

    Thank you 🙂

    in reply to: Italian Language #8603
    Shane Gowland
    Keymaster

    Thank you. I will make sure this is included in the next release.

    in reply to: JavaRa 2.1 Closing by Itself #8600
    Shane Gowland
    Keymaster

    It could be the update check that’s failing. Open up the config.ini file (should be in the same folder as JavaRa.exe) and add the following line:

    UpdateCheck:False

Viewing 10 posts - 481 through 490 (of 777 total)