set ws=wscript.createobject("wscript.shell")
ws.run "msiexec /x {AC76BA86-7AD7-2052-7B44-A81000000003}" 'Uninstall Adobe Reader 8.1.0 - Chinese Simplified'
ws.run "msiexec /x {260706D6-56D3-41E8-9183-DC4DF54B7F4B}" 'Uninstall Tencent TM2009'
Right now after this script runs, the 2 uninstallers run at the same time. I want it to execute the second one only after the first one finishes. Is there any way to do that? Please advise.
ws.run "msiexec /x {AC76BA86-7AD7-2052-7B44-A81000000003}" 'Uninstall Adobe Reader 8.1.0 - Chinese Simplified'
ws.run "msiexec /x {260706D6-56D3-41E8-9183-DC4DF54B7F4B}" 'Uninstall Tencent TM2009'
Right now after this script runs, the 2 uninstallers run at the same time. I want it to execute the second one only after the first one finishes. Is there any way to do that? Please advise.
