Jump to content

Nfl


Recommended Posts


add this at the end:

processclose("IDMAN.exe")

For the registration look for the process it opens

example if it opens an internet explorer window:

processclose("iexplore.exe")

Greetz, DJPro

Link to comment
Share on other sites

This is the one I used for IDM version 5.11 and worked perfectly:

run("idman511.exe")

WinWait("Internet Download Manager Installation Wizard","Welcome to Internet Download M")

ControlClick("Internet Download Manager Installation Wizard","Welcome to Internet Download M","Button2")

WinWait("Please read IDM license","< Back")

ControlClick("Please read IDM license","< Back","Button2")

WinWait("Choose Destination Location","< Back")

ControlClick("Choose Destination Location","< Back","Button2")

WinWait("Select Program Manager Group","< Back")

ControlClick("Select Program Manager Group","< Back","Button2")

WinWait("Start Installation of Internet Download Manager","< Back")

ControlClick("Start Installation of Internet Download Manager","< Back","Button2")

WinWait("Installation Complete","Finish >")

ControlClick("Installation Complete","Finish >","Button4")

If WinWait("IDM language","Kies a.u.b. de taal voor de in") Then

ControlClick("IDM language","Kies a.u.b. de taal voor de in","Button1")

EndIf

If WinWait("IDM browser integration","IDM has been successfully inte") Then

ControlClick("IDM browser integration","IDM has been successfully inte","Button1")

EndIf

Sleep(3000)

processclose ("IDMan.exe")

processclose ("iexplore.exe")

Exit

Maybe you have to change some lines for your language

Hope this helps, DJPro

Edited by DJPro
Link to comment
Share on other sites

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...