Home › Forums › Product Support › JavaRa Support › /UNINSTALLALL /SILENT
Tagged: administrator, enterprise, group, policy, silent, uninstall
- This topic has 25 replies, 4 voices, and was last updated 12 years ago by
Anonymous.
-
AuthorPosts
-
April 18, 2013 at 3:02 am #8629
Anonymous
InactiveWhoops, one more time.
Looks like the one I just uploaded was missing the Me.close that prevents the silent uninstallall from running indefinitely. Not sure how I missed that, but I uploaded the wrong one.
Last time I swear. 😆
Man it would be nice to be able to edit posts here… *hint* I’d clean this post storm up considerably.
April 19, 2013 at 8:55 pm #8632Shane 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 🙂
April 21, 2013 at 1:37 pm #8633Anonymous
InactiveGlad to help. Seemed like you had a little too much on your plate. 🙂
April 25, 2013 at 4:18 pm #8642Shane 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.April 26, 2013 at 5:11 am #8643Anonymous
InactiveAwesome. yeah, I have since noticed those grammar errors. Hah, my bad.
😉
April 26, 2013 at 5:58 am #8644Anonymous
InactiveAlso, I think I may have forgotten to mention, I changed the project to do text comparison, instead of binary comparison, if you do that, I don’t think you’ll need the toupper method for case insensitivity. Binary comparison forces the need for that, and it is not true case insensitivity. It will allow /test, and /TEST but not /Test, or /tEsT, you follow me? However, I’m not sure if you are using binary comparison on purpose, or because it is the default.
If you go to the project properties and click the compile tab, there is the global option compare directive that you can set to text.
Optionally you can just do and option compare at the top of the page you want to be case insensitive. (sort of like an option explicit)
[code title=”example”]
OPTION COMPARE TEXT
[/code]you probably already knew this though, and I just don’t follow what you meant. Wouldn’t be the first time.
Regards,
RichApril 26, 2013 at 2:47 pm #8645Shane Gowland
KeymasterBy parsing everything through .toUpper, you can use /TEST,/Test or /tEsT. I just thought it was a bit neater.
May 18, 2013 at 1:02 am #8717Anonymous
InactiveCould we get a compiled version of this?
May 18, 2013 at 3:40 pm #8718Anonymous
Inactivethese changes are now in the production build.
May 20, 2013 at 1:09 pm #8719Shane Gowland
KeymasterActually, the production build is still a few commits behind. I’ll upload a compiled version to the ‘dev’ branch later tonight.
-
AuthorPosts
- You must be logged in to reply to this topic.