Jump to content



Photo

need help in a complex issue


  • This topic is locked This topic is locked
27 replies to this topic

#21 forever0donotknowme

forever0donotknowme

    Prodigy

  • Active Members
  • PipPipPip
  • 163 posts

Posted 29 February 2012 - 10:31 PM

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





#22 JLogan3o13

JLogan3o13

    Down to 98

  • MVPs
  • 2,085 posts

Posted 29 February 2012 - 10:35 PM

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, 29 February 2012 - 10:36 PM.

J.I spent 10 minutes reviewing code and thinking "What kind of drugs is this guy on?" before realizing it was something I wrote.My Scripts:Include Source with Compiled Script, Disk Maintenance for Windows XP, "Deal-A-Day" Sites, SCCM 2007 Front End, Windows Firewall UDF

#23 CaptainClucks

CaptainClucks

    Unum Cavillator Spuria

  • Active Members
  • PipPipPipPipPipPip
  • 1,216 posts

Posted 29 February 2012 - 10:37 PM

Maybe he should try to post in his own language and let us attempt to decipher it....
Spoiler
Warning: Posts by this user are subject to change or may disappear without notice.

#24 forever0donotknowme

forever0donotknowme

    Prodigy

  • Active Members
  • PipPipPip
  • 163 posts

Posted 01 March 2012 - 04:49 PM

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
Plain Text         
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

#25 CaptainClucks

CaptainClucks

    Unum Cavillator Spuria

  • Active Members
  • PipPipPipPipPipPip
  • 1,216 posts

Posted 01 March 2012 - 05:43 PM

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?
Spoiler
Warning: Posts by this user are subject to change or may disappear without notice.

#26 forever0donotknowme

forever0donotknowme

    Prodigy

  • Active Members
  • PipPipPip
  • 163 posts

Posted 01 March 2012 - 06:20 PM

let us discuss about correct codes for this script

#27 CaptainClucks

CaptainClucks

    Unum Cavillator Spuria

  • Active Members
  • PipPipPipPipPipPip
  • 1,216 posts

Posted 01 March 2012 - 06:31 PM

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 JLogan3o13 posted and adding to it with the batch script I posted 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.
Spoiler
Warning: Posts by this user are subject to change or may disappear without notice.

#28 Melba23

Melba23

    Yes, me!

  • Moderators
  • 15,343 posts

Posted 01 March 2012 - 06:38 PM

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, 01 March 2012 - 06:59 PM.
Received PM!

StringSize - Automatically size controls to fit text - ExtMsgBox - A user customisable replacement for MsgBox

Toast - Small GUIs which pop out of the Systray - Marquee - Scrolling tickertape GUIs

Scrollbars - Automatically sized scrollbars with a single command - GUIFrame - Subdivide GUIs into many adjustable frames

GUIExtender - Extend and retract multiple sections within a GUI - NoFocusLines - Remove the dotted focus lines from buttons, sliders, radios and checkboxes

ChooseFileFolder - Single and multiple selections from specified path tree structure - - Notify - Small notifications on the edge of the display

RecFileListToArray - An alternative to _FileListToArray with user-defined include/exclude masks, maximum recursion level, sorting and displayed path options

GUIListViewEx - Insert, delete, move, drag and sort ListView items





0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users