Forum Replies Created
-
AuthorPosts
-
Shane Gowland
KeymasterBy parsing everything through .toUpper, you can use /TEST,/Test or /tEsT. I just thought it was a bit neater.
Shane Gowland
KeymasterI’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.Shane Gowland
KeymasterThe 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 🙂
Shane Gowland
KeymasterWhat 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.
Shane Gowland
KeymasterThe 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.
Shane Gowland
KeymasterCould 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.
Shane Gowland
KeymasterThe 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.
Shane Gowland
KeymasterThank you 🙂
Shane Gowland
KeymasterThank you. I will make sure this is included in the next release.
Shane Gowland
KeymasterIt 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
-
AuthorPosts