Login | |
|
 |
RE: uninstalling mario forever with vbscript - 5/21/2007 11:09:59 PM
|
|
 |
|
| |
mbouchard
Posts: 1924
Score: 16
Joined: 5/15/2003
From: USA
Status: offline
|
Do you get an error when you run your script? Or does it just not work? What happens if you use the below command on start/Run? Does it work? Are those the correct switches? c:\windows\MarioForever_Toolbar_Uninstaller_7156.exe -a -y -f
_____________________________
Mike For useful Scripting links see the Read Me First stickey! Always remember Search is your friend.
|
|
| |
|
|
|
 |
RE: uninstalling mario forever with vbscript - 5/23/2007 1:14:09 PM
|
|
 |
|
| |
sheepz
Posts: 247
Score: 2
Joined: 3/17/2006
From: Riverside the 909s
Status: offline
|
Not an expert, but dm_4ever showed you a way to uninstall it from the registry not to complicate things but to also show a different way of uninstalling programs. Luckily the program your working with has an "uninstall.exe" file. Some programs do not have this i.e. Symantec Antivirus Enterprise client, there for you would need to envoke the uninstall string in the reg. As for the code it looks like a mistype but it has too many "" wshshell.run """C:\Program Files\Mario Forever\uninst.exe" Should be wshshell.run "C:\Program Files\Mario Forever\uninst.exe -y -f -a" I do not have this game/program to test but just add the switches to the end. Switches in bold.
|
|
| |
|
|
|
|
|