Jump to content

Recommended Posts

  • Moderators
Posted (edited)
forever0donotknowme, it is considered good manners on this forum to wait 24 hours before bumping your thread. That gives us plenty of time to assist you with your issue. Edited by JLogan3o13

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

Posted

do you have internet download manger??

if you have

please test next script

Run(@ProgramFilesDir&"Internet Download ManagerUninstall.exe")
WinWaitActive("Select Uninstall Method","",1008)
Sleep(500)
ControlClick ("Select Uninstall Method","",1008)
WinWaitActive("Perform Uninstall","",1008)
Sleep(500)
ControlClick ("Perform Uninstall","",1008)
WinWaitActive("Perform Uninstall","",1008)
Sleep(500)
ControlClick ("Perform Uninstall","",1008)

WinWaitActive("IDM Uninstall","")
Sleep(500)
WinClose("IDM Uninstall", "")

removing program is not autmatically but need u to press some botton

i want the script work automatically

i had different script but same function by mouse

Opt("WinWaitDelay",100)
Opt("WinTitleMatchMode",4)
Opt("WinDetectHiddenText",1)
Opt("MouseCoordMode",0)
Run('C:Program FilesInternet Download ManagerUninstall.exe')
WinWait("Select Uninstall Method","")
If Not WinActive("Select Uninstall Method","") Then WinActivate("Select Uninstall Method","")
WinWaitActive("Select Uninstall Method","")
MouseMove(287,150)
MouseDown("left")
MouseUp("left")
MouseMove(329,328)
MouseDown("left")
MouseUp("left")
WinWait("Perform Uninstall","")
If Not WinActive("Perform Uninstall","") Then WinActivate("Perform Uninstall","")
WinWaitActive("Perform Uninstall","")
MouseDown("left")
MouseUp("left")
WinWait("IDM Uninstall","")
If Not WinActive("IDM Uninstall","") Then WinActivate("IDM Uninstall","")
WinWaitActive("IDM Uninstall","")
MouseMove(419,192)
MouseDown("left")
MouseUp("left")

really i do not want script by mouse and i want some one to correct my wrong in first script

Posted

I actually installed "Internet Download Manager" to see what the big deal was with uninstalling it, when I tried to use the uninstaller (manually, with no automation), it would freeze at the last step, this happened twice so I would consider this application malware due to the faulty uninstaller, so this is why we are saying it would be better that you create your own uninstaller with the code we already supplied seeing as attempting to automate a useless, faulty and bugged application is futile and really makes no sense.

Why are you so hard set on automating the installer that doesn't even work on most of the time?

Posted

let us discuss about correct codes for this script

Oh my GOD MAN, are you trolling me?!? are you serious? really?

I told you the best option would be using the script posted and adding to it with the afterwards so you can develop an uninstaller for the application since it has become apparent that people have already created uninstallers for the application due to its faulty, buggy or intentionally inoperable uninstaller.

  • Moderators
Posted (edited)

forever0donotknowme,

I have had enough of this. You have been offered a number of ways to uninstall this app. And someone has even gone to the trouble to install the software to see how they might manage to uninstall it - without success. So use one of the ways you were shown at the beginning of the thread or forget the whole thing.

And do not even think of PM'ing anyone about this from now on. :oops:

Guys,

Thanks for putting up with this thread for so long. Please let me know if you do get any PMs and I will deal with it. :doh:

M23

Edit:

forever0donotknowme,

If I find out you have PM'ed anyone else you will be getting a short holiday. :bye:

Edited by Melba23
Received PM!

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

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