摘要: 在文件系统视图中添加文件msiexec.exe(一般在c:\windows\system32),在msiexec.exe上单击右键选择“创建快捷方式”,重命名快捷方式为“uninstall”。更改此快捷方式Argmuments为“/x {产品ID}”,产品ID的值为打包项目的ProductCode属性值。或者单独编写一个小程序,实现一下功能:System.Diagnostics.Process.S... 阅读全文
posted @ 2008-08-20 09:26 飘飞的雪 阅读(265) 评论(1) 推荐(0) 编辑