flyonthewall Posted January 20, 2009 Posted January 20, 2009 hello, the QuietUninstallString in regedit is: "C:\Program Files\Spyware Terminator\unins000.exe" /SILENT the way i have it setup, i cannot get the script to run. RunWait(@ComSpec & ' /c "msiexec /x C:\Program Files\Spyware Terminator\unins000.exe /q"',@TempDir,@SW_HIDE) any assistance would be very much appreciated. thanks
azure Posted January 20, 2009 Posted January 20, 2009 flyonthewall said: hello, the QuietUninstallString in regedit is: "C:\Program Files\Spyware Terminator\unins000.exe" /SILENT the way i have it setup, i cannot get the script to run. RunWait(@ComSpec & ' /c "msiexec /x C:\Program Files\Spyware Terminator\unins000.exe /q"',@TempDir,@SW_HIDE) any assistance would be very much appreciated. thanks Umm.. what? RunWait('"C:\Program Files\Spyware Terminator\unins000.exe" /SILENT') Wouldn't that work?
flyonthewall Posted January 20, 2009 Author Posted January 20, 2009 azure said: Umm.. what? RunWait('"C:\Program Files\Spyware Terminator\unins000.exe" /SILENT') Wouldn't that work? yes this does work. thank you very much. i kept getting a pop-up box asking me "Are you sure you want to completely remove Spyware Terminator and all of its components?" and had to check Yes or No. thanks again. have a great day. ciao
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now