
Installation/Configuration
文章平均质量分 81
kissjob
这个作者很懒,什么都没留下…
展开
-
Creating Packaged ASP.NET Setup Programs with VS 2005
1. 创建ASP .NET Web Application2. 创建SetUp Project,添加Project Output/ WebSite.Content Files (Precompile File without *.cs ).另外,可以订制一些操作。View User Interface,Custom Actions.比如:http://weblogs.asp.n原创 2009-11-06 15:31:00 · 519 阅读 · 0 评论 -
Continuous Integration using CruiseControl.NET, NANT, P4, and NUnit
一篇不错的文章:http://www.codeproject.com/KB/architecture/ContinuousIntegration.aspx?msg=1697597#xx1697597xx,用CC.NET主要用来控制代码控制,编译,自动执行UnitTest。BackgroundSource control repository to store code in a com原创 2010-01-21 09:13:00 · 1079 阅读 · 0 评论 -
Continuous Integration Builds – Do’s And Don’t’s
http://igorbrejc.net/development/continuous-integration/continuous-integration-builds-dos-and-donts Since I haven’t posted anything on development stuff for a long time, I decided to write about s转载 2010-01-21 13:25:00 · 548 阅读 · 0 评论 -
CC.NET,NANT的相关配置
语法详见http://nant.sourceforge.net, http://confluence.public.thoughtworks.org/display/CCNET1.Copy Task(用来拷贝文件)语法:ParametersAttributeTypeDescriptionRequiredfilefileThe file to原创 2010-01-21 10:48:00 · 1222 阅读 · 0 评论 -
How to create installation patches for VS.NET deployment projects
(下载后改扩展名为zip文件,包括Patch.pcp,patch.cmd)如何为VS 安装文件MSI 制作更新补丁MSP计算机 2010-03-09 11:08:56 阅读23 评论0 字号:大中小(此文转自互联网)Net 部署二三事之一——如何为VS 安装文原创 2011-10-18 15:32:10 · 862 阅读 · 0 评论 -
visual studio setup project custom action ole calls and show dialog support
有用的Default Context.Parameters("assemblypath").比如:string assemblyPath = Context.Parameters["assemblypath"];来得到安装后的CustomAction的Dll路径。在Visual Studio Setup Project,如果需要OLE calls的操作(比如: Copy to clip原创 2011-10-18 15:04:26 · 1098 阅读 · 0 评论 -
WebSetup/Windows Setup Project Summary
http://devcity.net/Articles/339/2/article.aspx good article.1. That's it, those are the steps to create an Installer Class. As you can see it is inheriting from the Installer abstract class, and b原创 2009-11-23 16:20:00 · 1699 阅读 · 0 评论 -
Why the shortcut created by my MSI install start the setup process again each time?
MSI comes with an auto-repair feature that checks whether all components installed by MSI are still present when you launch your application using the shortcut.In your case, probably one (or more)原创 2011-11-08 10:59:10 · 892 阅读 · 0 评论