forever0donotknowme Posted February 29, 2012 Author Posted February 29, 2012 yah i make good script and it is fantastic but there is some error that prevent uninstall show automatically let us think about this problem
Moderators JLogan3o13 Posted February 29, 2012 Moderators Posted February 29, 2012 (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 February 29, 2012 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!
Skitty Posted February 29, 2012 Posted February 29, 2012 Maybe he should try to post in his own language and let us attempt to decipher it....
forever0donotknowme Posted March 1, 2012 Author Posted March 1, 2012 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
Skitty Posted March 1, 2012 Posted March 1, 2012 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?
forever0donotknowme Posted March 1, 2012 Author Posted March 1, 2012 let us discuss about correct codes for this script
Skitty Posted March 1, 2012 Posted March 1, 2012 let us discuss about correct codes for this scriptOh 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 Melba23 Posted March 1, 2012 Moderators Posted March 1, 2012 (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. 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. M23 Edit: forever0donotknowme, If I find out you have PM'ed anyone else you will be getting a short holiday. Edited March 1, 2012 by Melba23 Received PM! 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 columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
Recommended Posts