Jump to content

Spysweeper 3.5.x Autoit Script


Recommended Posts

; ----------------------------------------------------------------------------

; Script Function:

; Install SpywareSweeper 3.5.x silently

; ----------------------------------------------------------------------------

Run("Spysweeper.exe")

WinWaitActive("Select Setup Language", "Select the language to use during the installation:")

Send("{ENTER}")

WinWaitActive("Setup - Spy Sweeper", "Welcome to the Spy Sweeper Setup Wizard")

Send("!n")

WinWaitActive("Setup - Spy Sweeper", "Please Enter Your Key Code")

;Enter Serial Number

Send("xxxx-xxxx-xxxx-xxxx-xxxx")

Send("!n")

WinWaitActive("Setup - Spy Sweeper", "License Agreement")

Send("!a")

Send("!n")

WinWaitActive("Setup - Spy Sweeper", "Select Your Install Type")

Send("!c")

Send("!n")

WinWaitActive("Setup - Spy Sweeper", "Select Destination Location")

Send("!n")

WinWaitActive("Setup - Spy Sweeper", "Select Additional Tasks")

Send("{SPACE}{TAB}{SPACE}{TAB}{SPACE}{TAB}{SPACE}{TAB}{SPACE}")

Send("!n")

WinWaitActive("Setup - Spy Sweeper", "Ready to Install")

Send("!i")

WinWaitActive("Setup - Spy Sweeper", "Completing the Spy Sweeper Setup Wizard")

Send("{SPACE}")

Send("!f")

:thumbup

Link to comment
Share on other sites


Thank you for this AutoIT script. :thumbup

Now my next comment is not to flame you (I always like it when people share there knowledge), but you posted in the wrong place:

if you want to share AutoIt scripts in the future, you can do it here.

That topic is boarn for AutoIt scripts :P .

Link to comment
Share on other sites

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