>> 不抱怨,不妒忌,潇洒做自己!
摘要: 引自MSDN:http://msdn.microsoft.com/en-us/library/h9y3s0bh(VS.71).aspx The icon specified in the AddRemoveProgramsIcon property for the selected deployme... 阅读全文
posted @ 2009-12-26 21:03 loose_went 阅读(1006) 评论(0) 推荐(1) 编辑
摘要: 在打包项目中添加文件msiexec.exe(一般在c:\windows\system32(系统目录中)找到)。 在文件系统视图中选择应用程序文件,在msiexec.exe上单击右键选择“创建快捷方式”,重命名快捷方式为“uninstall”. 更改此快捷方式Argmuments为“/x {产品ID}”,产品ID的值为打包项目的ProductCode属性值。 注:ProudctCode(选择解决方案资源管理根目录如Setup1,再查看属性标签,不是右键属性) 阅读全文
posted @ 2009-12-26 20:39 loose_went 阅读(2332) 评论(0) 推荐(2) 编辑