发布于 2014-11-03 23:52:04 | 428 次阅读 | 评论: 0 | 来源: 网友投递
Microsoft Visual Studio Windows平台集成开发环境
Microsoft Visual Studio(简称VS)是美国微软公司的开发工具包系列产品。VS是一个基本完整的开发工具集,它包括了整个软件生命周期中所需要的大部分工具,如UML工具、代码管控工具、集成开发环境(IDE)等等。所写的目标代码适用于微软支持的所有平台,包括Microsoft Windows、Windows Mobile、Windows CE、.NET Framework、.NET Compact Framework和Microsoft Silverlight 及Windows Phone。
WiX Toolset 3.9 发布了,WiX Toolset 提供一组最强大的工具集来帮助你创建 Windows 安装包。该工具集从XML源代码构建你的Windows安装程序包。可以无缝集成到构建过程。
该版本包含如下新特性:
@rseanhall lets you run a post-install configuration tool that requires elevated priveleges after a bundle is installed. #3249
@jchoover added update detection to the Burn engine. #4190
@jchoover updated the WiX installer to use the new update feature.
@rseanhall added support for multiple managed-BA pre-requisite packages. #4161
@rseanhall added support for secure string variables in Burn. #4299
同时还有大量的 bug 修复,下载地址和详细列表请看这里。