I'm the gatekeeper of my own destiny

导航

2012年10月12日

一步步做自己的webinstall安装包

摘要: 众所周知,在VS环境下自带的WEBINSTALL项目无法选择安装路径,这让很多开发者头痛不已。现提供一种办法供大家参考 1、 为了能更好的操作IIS,先添加个类库(InstallClassLibrary)到项目中。附代码usingSystem;usingSystem.Collections;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Configuration.Install;usingSystem.DirectoryServices;usingSystem.Diagnostics;usin... 阅读全文

posted @ 2012-10-12 15:49 Wishbay 阅读(485) 评论(0) 推荐(0) 编辑