]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.
Any help would be greatly appreciated
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.
[ autoit ]
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