Jump to content

Internet Download Manager (IDM) v6.25 Build 21 [RePack v3.0] with Silent Install Switch


niTe_RiDeR_Pr0

Recommended Posts

but your app not activated.....

 

It better not be. :)  At WinCert we only support, promote, distribute, and encourage free, (preferably), or trial versions of apps. Distribution of "activated" or registered versions of commercial or shareware apps are considered to be warez, and we do not support that here.  Or did I misunderstand you?

 

Cheers and Regards

Link to comment
Share on other sites

Just to be clear, I do not see a problem with distributing an installer for a commercial or shareware app that allows the user to insert their own license key that they have legally acquired.  Just as long as the installer is built using code that is freely available from the original app developer, the original app developer does not specifically prohibit such distribution, and no license key is distributed with the installer.  Without a key being provided, the installer should be constructed so that the app reverts to trial mode.  I see that as providing a service for our members here that does not infringe upon the rights of the app developer.  But that's just my opinion.

 

Cheers and Regards

Link to comment
Share on other sites

Updated to IDM v6.23b2 & Fixed the google chrome integration problem. :)

And also, I think, there is now no damaged integration popups also. (Not sure, just tested by fully uninstalling IDM, removing all the registry keys & integration keys, restarted the pc,  and the installed IDM using my repack, there was no damaged integration dialog box, and the integration was installed successully). :)

Link to comment
Share on other sites

Hi nit ,

 

this is way for automation the idm vai auto it script so you don't need Uinstall the Previous one any more just it, overwrite the old one 

 

by it self . :prop:  and here we are :

 

 

#cs ----------------------------------------------------------------------------

 AutoIt Version: 3.2.2.0
 Author:         Vitali Graf <v.graf@gmx.net>

 Script Function:
    silent installer for Internet Download Manager 5.xx:
        http://www.internetdownloadmanager.com/

#ce ----------------------------------------------------------------------------

; Script Start - Add your code below here
AutoItSetOption ( "TrayIconDebug", 1 )
Opt("WinWaitDelay", 250)

Run("idman.exe")
BlockInput(1)

WinWaitActive("Internet Download Manager Installation Wizard", "Next >")
ControlClick("Internet Download Manager Installation Wizard", "Next >", 1008)

WinWaitActive("Please read IDM license", "Next >")
ControlClick("Please read IDM license", "Next >", 1008)

WinWaitActive("Choose Destination Location", "Next >")
ControlClick("Choose Destination Location", "Next >", 1008)

WinWaitActive("Select Program Manager Group", "Next >")
ControlClick("Select Program Manager Group", "Next >", 1008)

WinWaitActive("Start Installation of Internet Download Manager", "Next >")
ControlClick("Start Installation of Internet Download Manager", "Next >", 1008)

WinWaitActive("Installation Complete", "Finish >")
ControlClick("Installation Complete", "Finish >", 1009)

WinWaitActive("IDM language")
Send("{ENTER}")
;ControlClick("IDM language", "OK", 1)

WinWaitActive("IDM browser integration")
Send("{ENTER}")
;ControlClick("IDM browser integration", "OK", 2)

Sleep(5000)

ProcessClose("IEMonitor.exe")
ProcessClose("IDMan.exe")
BlockInput(0)

 

remember ot change the name as the script :beerchug:

Link to comment
Share on other sites

Hello,

This is nice script, but this is or the silent install, not for uninstalling.My repack btw closes all the IDM processes before installing.

 

Cheers & regards.

 

Hello nit, :P

 

This Is An Auto key Stroke Installer for IDM , By Defualt IDM Uninstall The Previous version Without Need To  Do It Vai the Inno Setup , You Just Need

 

Compile This In Auot It & Add it As Main Excuter For Your Script , Hope It Clear Enough To Anderstand What I Mean  :g:  

Link to comment
Share on other sites

StopLooking,

 

This works only for the English version on an English language OS.

Any other language you probably have to change some windows id's and button names.

 

The script may be adapted for a specific language and as such it can be useful.

 

Cheers.

Link to comment
Share on other sites

Hi nit ,

 

this is way for automation the idm vai auto it script so you don't need Uinstall the Previous one any more just it, overwrite the old one 

 

by it self . :prop:  and here we are :

 

 

#cs ----------------------------------------------------------------------------

 AutoIt Version: 3.2.2.0

 Author:         Vitali Graf <v.graf@gmx.net>

 Script Function:

    silent installer for Internet Download Manager 5.xx:

        http://www.internetdownloadmanager.com/

#ce ----------------------------------------------------------------------------

; Script Start - Add your code below here

AutoItSetOption ( "TrayIconDebug", 1 )

Opt("WinWaitDelay", 250)

Run("idman.exe")

BlockInput(1)

WinWaitActive("Internet Download Manager Installation Wizard", "Next >")

ControlClick("Internet Download Manager Installation Wizard", "Next >", 1008)

WinWaitActive("Please read IDM license", "Next >")

ControlClick("Please read IDM license", "Next >", 1008)

WinWaitActive("Choose Destination Location", "Next >")

ControlClick("Choose Destination Location", "Next >", 1008)

WinWaitActive("Select Program Manager Group", "Next >")

ControlClick("Select Program Manager Group", "Next >", 1008)

WinWaitActive("Start Installation of Internet Download Manager", "Next >")

ControlClick("Start Installation of Internet Download Manager", "Next >", 1008)

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

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

WinWaitActive("IDM language")

Send("{ENTER}")

;ControlClick("IDM language", "OK", 1)

WinWaitActive("IDM browser integration")

Send("{ENTER}")

;ControlClick("IDM browser integration", "OK", 2)

Sleep(5000)

ProcessClose("IEMonitor.exe")

ProcessClose("IDMan.exe")

BlockInput(0)

 

remember ot change the name as the script :beerchug:

Hello,

Could you please create such a auto-button-click au3 sript for the IDM original uninstaller? (Uninstall.exe). Also, full mode uninstall is required.

 

Thanks. 

Link to comment
Share on other sites

  • 1 month later...
  • 3 months later...
  • 3 months later...
  • 4 years later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...