简体   繁体   English

使用VS2010安装项目安装VB6应用程序

[英]Use VS2010 Setup Project to install VB6 application

Is it even possible to use VS2010 Setup Project to install Visual Basic 6 application, so that it detects and includes all its dependencies and other stuff automatically? 甚至可以使用VS2010安装项目来安装Visual Basic 6应用程序,以便它自动检测并包括其所有依赖性和其他内容? I don't have the luxury of converting the entire code to .NET (it's a whole lot of stuff). 我没有将整个代码转换成.NET的奢侈(很多东西)。 Package & Deployment Wizard that ships with VB6 is proving to be a pain. 事实证明,VB6附带的打包和部署向导很麻烦。

Alternately, can I use InstallShiled to achieve the same? 或者,我可以使用InstallShiled来达到相同目的吗?

The P&D wizard is dreadful. P&D向导令人恐惧。

WiX is probably the best solution for making VB6 installers - after I submitted some patches to compensate for some of the horrors that lurk within. WiX可能是制作VB6安装程序的最佳解决方案-在我提交了一些补丁程序以弥补其中潜伏的恐惧之后。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM