In some deployment scenarios it is not possible to bundle everything into a single installer. This m
[更多…]-
Chaining MSIs with WiX 3.0(多个MSI文件打包到一个安装包中)
-
SQL SERVER变更数据库的“排序方式”
–有人在用数据库嘛. 关了它,或者用下面的存储过程强制关闭 /* 断开所有用户打开的连接 */ use master go if exists (select * fro
[更多…] -
[WIX]How To: Install DirectX 9.0 With Your Installer
How To: Install DirectX 9.0 With Your Installer Applications that require components from DirectX 9.
[更多…] -
[转]-Harvesting wix files
Harvesting wix files Back | wix | 4/14/2010 | Tweet Sometimes great is the enemy of good. I recently
[更多…] -
[转]用WiX编写MSI安装包
WiX(Windows Installer XML)是Rob Mensching(Windows组的一个SDE)写的一个用来编写MSI安装包的工具集,已经被微软内部的很多产品组采用,例如Office组
[更多…] -
【引用】Wix使用说明
Wix:全称Windows Installer XML,属于微软的一个开源项目,目标是使用XML语言灵活的定制具有各种功能的安装包,需要微软的Windows Installer服务支持。
[更多…] -
[转]C# BackgroundWorker详解,图例,原理分析
先声明,大部分资料均参考网上,进行了整理。 1. 在VS中添加了BackgroundWorker组件,该组件在多线程编程方面使用起来非常方便,然而在开始时由于没有搞清楚它的使用机制,走了不少的弯路,现
[更多…] -
[转] – C# 使用BackgroundWorker例子及注意点
该例子为使用BackgroundWorker在TextBox文本中产生一个10000以内并且能被5整除的数(1秒产生一个) 操作界面可以启动线程,也可以停止线程,界面设计如图: 先贴代码,有注释的地方
[更多…] -
WiRunSQL.vbs
‘ Windows Installer utility to execute SQL statements against an installer database ‘ For use with W
[更多…] -
[转] – HttpWebRequest使用注意(发生阻塞的解决办法)
HttpWebRequest myRequest = null; HttpWebResponse myResponse = null; Stream reqStream = null;
[更多…]