Jump to content

Recommended Posts

  • Moderators
Posted

Why would you want to hide the uninstall window of yours/someones spyware program?

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Posted

Programs may not obey the @SW_HIDE in the Run function. You can WinMove the window off screen to automate it with Control* functions.

Run(@ProgramFilesDir & '\Lavasoft\Ad-Aware SE Personal\UNWISE.EXE "' & @ProgramFilesDir & '\Lavasoft\Ad-Aware SE Personal\INSTALL.LOG"')
WinWait('Ad-Aware SE Personal')
WinMove('Ad-Aware SE Personal', '', @DesktopWidth, 200)
; And the rest...

:)

Posted (edited)

okay that helped abit ... but is it also possible to total HIDE it?..

so it also dont show it on your taskbar :)?

Edited by Haveskillz
  • Moderators
Posted (edited)

its for something here "housekeep"

..

okay that helped abit ... but is it also possible to total HIDE it?..

so it also dont show it on your taskbar :)?

Edit:

Throws the BS Flag... :(

Edited by SmOke_N

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Posted

Total hide, Nope. I can only do so much at this time of week. :)

The rest...

Run(@ProgramFilesDir & '\Lavasoft\Ad-Aware SE Personal\UNWISE.EXE "' & @ProgramFilesDir & '\Lavasoft\Ad-Aware SE Personal\INSTALL.LOG"')
WinWait('Ad-Aware SE Personal')
WinMove('Ad-Aware SE Personal', 'Select Uninstall Method', @DesktopWidth, 200)
ControlClick('Ad-Aware SE Personal', 'Select Uninstall Method', 'Button1')
WinWait('Ad-Aware SE Personal', 'Perform Uninstall')
ControlClick('Ad-Aware SE Personal', 'Perform Uninstall', 'Button1')

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