Apr 19

VisualStudio虽然一般安装程序我都是用NSIS (Nullsoft Scriptable Install System)来写的,不过有时候也会需要用VS之类的开发工具自带的安装制作程序来实现(比如需要.Net Framework之类的时候)。VS2005中安装程序的制作是很方便的,添加.Net FrameWork到安装程序中,按照下面的步骤就可以了。

在   Setup Project Property里Prerequisites…  
1.   顶上Create setup program to install prerequisite components打上勾  
2.   中间列表.Net Framework 2.0打上勾  
3.   下面Download prerequisites from the same location as my application也打上勾

Continue reading »

written by Minidxer  |  tags: , , , , , ,