Jump to content

Answer Uninstall Window


 Share

Recommended Posts

I am trying to write a script to uninstall the MyWebSearch toolbar. There is an uninstalled in add/remove programs. I have the command to uninstall the application "rundll32 C:\PROGRA~1\MYWEBS~1\bar\1.bin\mwsbar.dll,O"

The problem is a window opens with a check box and buttons. Is there a way to answer the box in a script?

The title bar for the window is "My Web Search Bar Uninstaller"

The check box text is "Remove my personal product settings when uninstalling"

The answer box options are Yes, No and Cancel.

Thank you in advance.

Link to comment
Share on other sites

I am trying to write a script to uninstall the MyWebSearch toolbar. There is an uninstalled in add/remove programs. I have the command to uninstall the application "rundll32 C:\PROGRA~1\MYWEBS~1\bar\1.bin\mwsbar.dll,O"

The problem is a window opens with a check box and buttons. Is there a way to answer the box in a script?

The title bar for the window is "My Web Search Bar Uninstaller"

The check box text is "Remove my personal product settings when uninstalling"

The answer box options are Yes, No and Cancel.

Thank you in advance.

to make an easy macro type uninstaller i use the AU3Recorder in site

get to it by going to tools > AU3Recorder or hitting Alt + F6

then i check "Record Window Text" and uncheck "Record Mouse" and only use keys such as 'Tab', 'space' (to select unselect check boxes), and 'Enter'. don't use the mouse

for the Run('_____') put rundll32 C:\PROGRA~1\MYWEBS~1\bar\1.bin\mwsbar.dll,O

then click "Click to Record" and off you go

when your done click "Click to Stop" in the top left and it will create the macro that you can re-use over and over

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
 Share

  • Recently Browsing   0 members

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