Jump to content

Recommended Posts

Posted

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
Posted

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!
Posted

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.

Posted

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 ?

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...