speedy6 Posted August 7, 2007 Posted August 7, 2007 Does anyone know how i can check if nod32 is a trial version or a "buy" version. I've this for know, but i don't know how to read something out of the box: $g_NodPath = RegRead("HKLM\SOFTWARE\Eset\Nod\CurrentVersion\Info", "InstallDir"); ;~ ProcessSetPriority ("MAINPROGRAM.exe", 4) If FileExists($g_NodPath & "\nod32kui.exe") Then Run($g_NodPath & "\nod32kui.exe") ProcessWait("nod32kui.exe", 10) sleep(2000) ControlClick("NOD32 2.7 Control Center","NOD32 2.7 Control Center",1002,"left",2,59,25) ControlClick("NOD32 2.7 Control Center","NOD32 2.7 Control Center",1002,"left",2,58,225) endif
Zedna Posted August 7, 2007 Posted August 7, 2007 Eficient way is to check in registry for existence some registration key (or maybe key file on disk?). Resources UDF ResourcesEx UDF AutoIt Forum Search
speedy6 Posted August 7, 2007 Author Posted August 7, 2007 Eficient way is to check in registry for existence some registration key (or maybe key file on disk?).Nope with nod32 it is the only way to get it from the gui!
Smorg Posted August 7, 2007 Posted August 7, 2007 Nod32 doesn't seem to use windows controls. If you are okay with grabbing it from the gui, automate a click on the "information" button under the "NOD32 System Tools" menu, and grab a pixelchecksum of the text reading "Trial Version". If it doesn't match, then its the full version.
speedy6 Posted August 7, 2007 Author Posted August 7, 2007 Nod32 doesn't seem to use windows controls. If you are okay with grabbing it from the gui, automate a click on the "information" button under the "NOD32 System Tools" menu, and grab a pixelchecksum of the text reading "Trial Version". If it doesn't match, then its the full version.And how do i do a pixelchecksum ?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now