Originally posted by charmingjeff at 2010-9-3 15:04:
能否说的具体点,本人对脚本还不是非常熟悉,谢谢
这样写对不对,测试下来,感觉没问题
set ws=wscript.createobject("wscript.shell")
ireturn=ws.run("msiexec /norestart /x {AC76BA86-7AD7-2052-7B44-A81000000003}",1,true) '卸载Adobe Reader 8.1.0 - Chinese Simplified'
ireturn=ws.run("msiexec /norestart /x {260706D6-56D3-41E8-9183-DC4DF54B7F4B}",1,true) '卸载腾讯TM2009'
wscript.quit