如何在VC ++ 6.0中部署代码? [英] How to deploy code in VC++ 6.0?

查看:97
本文介绍了如何在VC ++ 6.0中部署代码?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我必须创建在VC ++ 6.0中开发的EXE的安装文件,还必须在VC ++ 6.0环境中创建安装文件.
我的意思是Microsoft Visual Studio 6.0中可能存在任何内置工具,该工具负责创建安装文件.

请发送步骤给我.

谢谢:)

Hi,

I have to create a setup file of an EXE developed in VC++ 6.0 .And have to create the Setup file in VC++ 6.0 envirnment.
I mean there may be any inbuild Tool present in Microsoft Visual Studio 6.0, which is responsible for creating Setup file.

Kindly please send me the steps to do this.

Thanks :)

推荐答案

是否要为可执行文件安装安装程序,然后选中此安装程序,
在Visual Studio 6中创建的MFC项目的安装程序 [ ^ ]
Do You want a installer for your executable then check this one,
Installer for MFC project created in Visual Studio 6[^]


我建​​议使用Inno Setup: http://www.jrsoftware .org/isinfo.php [ ^ ]这是一个优秀的免费安装程序.

注意:有关必须在程序中打包VS6 MFC DLL的建议是不正确的.自Win98以来,每个Windows版本都已安装了VS6 Release MFC DLL.
I recommend Inno Setup: http://www.jrsoftware.org/isinfo.php[^] This is an excellent free installer.

Note: the advice about having to package VS6 MFC DLLs with your program is incorrect. Every version of Windows since Win98 has shipped with VS6 Release MFC DLLs already installed.


忘记VC ++ 6.0并升级到VC ++ 2008/2010(您可以免费获得Express版本,尽管没有MFC).
关于 Hans Dietrich 的问题,是否每个下一个Windows OS中都包含MFC库-答案是否定的.您应该将旧版本(对于VC ++ 6.0)复制到新的Windows上,以便在VC ++ 6.0中进行编译. Windows 7家庭高级版(我认为其他系统也是如此)没有MFC库.您应该购买VC ++ 2008/2010 Professional才能获得它们(和ATL).但是,找到了从Windows Server 2003 Platform SDK或Windows 7 DDK中获取MFC版本的解决方案.
Forget about VC++ 6.0 and upgrade to VC++ 2008/2010 (you can get an Express edition for free, though without MFC).
Concerning the question by Hans Dietrich on if MFC libraries are included in every next Windows OS - the answer is no. The old ones (for VC++ 6.0) you should copy on a new Windows to compile in VC++ 6.0. Windows 7 Home Premium (i think the other systems also) comes without MFC libraries. You should buy VC++ 2008/2010 Professional to get them (and ATLs). However there are solutions found to get MFC version that comes with Windows Server 2003 Platform SDK or from Windows 7 DDK.


这篇关于如何在VC ++ 6.0中部署代码?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆