
But the uninstalls seem to run all at the same time. My understanding is that this indicates that the current operation should be completed before moving on to the next operation. I also have a question about the “true” parameter. Hopefully someone can show me what I am doing wrong.Īlso, I really don’t know what I’m doing with VBS stuff, so I’d appreciate it if you could all overlook how ugly the script is. The problem is compounded by the fact that all the paths have spaces in them, which necessitates more of those dang quotes. I know this is just me and my non-understanding of quotes and parenthesis, but I’m sort of tired of trying to get it to work. No matter how I try, I keep getting syntax errors. My problem is invoking the /S parameter in a script. I can run the uninstall /s command from a command prompt and it works fine. I know that the applications support the “/S” parameter so a silent uninstall can be done.

I have the script working, but every program throws up a prompt when run. I am attempting to write a script to an uninstall of some applications.
