问题描述
我一直在疯狂寻找以下问题的解决方案。
我是一名开发人员,在过去的10年里我在Windows XP机器上工作愉快大约一年左右。我使用Visual Studio6和VB6.0。我使用Visual InterDev 6为我的软件创建了一个.MSI安装程序
我试图将我的开发环境从32位XP机器移动到64位Windows7机。我在Windows 7机器上安装了Visual Studio 6(企业版)。我已经安装了我使用的所有软件工具和组件,可以很好地编译我的遗留项目的更新。
然而,我的Visual InterDev 6 Windows 7机器不再在新项目选项卡中列出Visual Basic Installer。
我不确定我是否未能正确安装VS6或Visual InterDev 6将无法在Windows7上运行,甚至在寻求帮助时使用的正确单词。
我找到了一个Windows安装程序应用程序(我认为是它是什么)在Microsoft下载网站上,但它不会在Windows7上运行或安装。它似乎停在Windows Vista。
我正在寻找你可能给予的任何帮助。我需要能够读取我的.VBP项目文件的东西,找出依赖关系并为我创建MSI。如果你知道如何做到这一点,或者我会找到一个可以做到这一点的工具,你将永远成为我的英雄。
I have been going crazy looking for a solution to the following problem.
I am a developer who has worked happily on my windows XP machine for the past 10 years or so. I use Visual Studio6 and VB6.0. I create an ".MSI" installer for my software using Visual InterDev 6
I am trying to move my development environment from a 32 bit XP machine to a 64 bit Windows7 machine. I have installed Visual Studio 6 (Enterprise edition) on my windows 7 machine. I've got all of my software tools and components that I use installed and can compile updates to my legacy project just fine.
However, the Visual InterDev 6 on my windows 7 machine no longer has "Visual Basic Installer" listed in the New project tab.
I am not sure if I failed to install the VS6 properly, or Visual InterDev 6 will not run on Windows7, or even what are the right "words" to use when asking for help.
I found a windows installer app (I think that is what it is) on the Microsoft downloads website, but it will not run or install on Windows7. It seems to stop at Windows Vista.
I am looking for any help you might be able to give. I need something that will read my .VBP project file, figure out the dependencies and create the MSI for me. If you know how to do this or a tool I can find that will do this you will forever be my hero.
推荐答案
这篇关于如何创建“.msi” VB6项目的安装程序包?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!