Jump to content

ricky918

Members
  • Posts

    6
  • Joined

  • Last visited

ricky918's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. OK I really appriciate all the help y'all put to help me. I figured out how to do it, But I never got the script to work properly. What I did was I found a command command line uninstaller on the web. It is real small and allows me to use the normal command line switches on the program. So that is what I done. Again thank y'all very much for your help
  2. Yes that is what I am trying to do, But I would like to do it silently as so not to need user intervention
  3. JohnOne, the script seems to run find on a local machine ( except for Vipre anti-virus) But when I try to run it on a remote machine I just get a messagebox flash and then nothing Chimaera, That would be great if I could get my hands on a .MSI file for SuperAntiSpyware. I have searched on the machines and on the net. I can't seem to find a MSI file for it anywhere. it has a sasuninstall.exe but I can't get any switches to work with it.
  4. no it does not have one, that is why I am trying to build a script that will uninstall it
  5. ]Can anyone point me in the right direction??? I need to build a script that will run the uninstaller for superantispyware with a silent switch I have the free version of the program installed on about 400 systems and I need to remove it. this is what I have come up with so far. Run("C:\Program Files\SUPERAntiSpyware\Uninstall.exe") WinWaitActive("SUPERAntiSpyware Uninstaller", "OK") Send("{ENTER}") WinWaitActive("SUPERAntiSpyware Uninstaller", "SUPERAntiSpyware Uninstall must reboot your computer now","OK") Send("{ENTER}") Any help would be greatly appreciated
×
×
  • Create New...