Search found 2 matches

by geeklystrips
Thu Jul 27, 2017 5:29 pm
Forum: Help Me
Topic: CS6 Extension Won't Sign
Replies: 4
Views: 6217

Re: CS6 Extension Won't Sign

I think your certificate is most likely fine. This error message is quite misleading, and I saw a few forum threads dealing with this without success. Java Runtime is in fact attempting to access the web through a specific port which can be flagged as suspicious by agressive security systems. I've h...
by geeklystrips
Thu Jan 19, 2017 6:50 pm
Forum: Help Me
Topic: Detect whether PS is 32bit or 64bit
Replies: 3
Views: 3866

Re: Detect whether PS is 32bit or 64bit

Hello Davide! This an old thread, I'm assuming you found the answer -- but just in case, this is what I use. var is64bits = BridgeTalk.appVersion.match(/\d\d$/) == '64'; On a related note, how would you differentiate between Windows versions without parsing app.systemInformation? $.os returns "...