Possible Duplicate:
Has anyone had success with Visual Studio 6 on Windows 7?
Does the VB6 IDE run on Windows 7 64-bit?
I have been having problems installing VB6 on Windows 7. I realize it is a legacy IDE and my research on the net hasn't been that much of help. Every time I attempt to install VB6 on Windows 7, besides the alert notifying me of compatibility issues, the setup runs and fails near the end, to which the installation process fails ultimately. And when another attempt is made, certain dll files are supposedly unreachable.
These are but some of the few links I have visited in the hopes of attaining a solution or even just seeing a few bread crumbs:
- How to install VB6 on Windows 7
- VB6 on Windows 7 64-bit
Before anyone says, "Why on earth would you want to install VB6 on Windows 7 when there are newer versions of Microsoft Visual Studio out!", VB6 is still required to maintain and update a legacy system already in place.
So the question(s) is, is there a way to install VB6 on Windows 7 without compatibility issues? Is it better to install a virtual box and to run the VB6 IDE in XP? Or is there some other means to which I have not encountered that may be applicable to this dilemma?
Thanks and kind regards,
Craig
I've installed and use VB6 for legacy projects many times on Windows 7.
What I have done and never came across any issues, is to install VB6, ignore the errors and then proceed to install the latest service pack, currently SP6.
Download here: http://www.microsoft.com/en-us/download/details.aspx?id=5721
Bonus: Also once you install it and realize that scrolling doesn't work, use the below: http://www.joebott.com/vb6scrollwheel.htm
VB6 Installs just fine on Windows 7 (and Windows 8 / Windows 10) with a few caveats.
Here is how to install it:
C:\Windows
calledMSJAVA.DLL
. The setup process will look for this file, and if it doesn't find it, will force an installation of old, old Java, and require a reboot. By creating the zero-byte file, the installation of moldy Java is bypassed, and no reboot will be required.SETUP.EXE
, selectRun As Administrator
.C:\Program Files\Microsoft Visual Studio\VB98\
After changing these settings, fire up the IDE, and things should be back to normal, and the IDE is no longer sluggish.
Edit: Updated dead link to point to a different page with the same instructions
Edit: Updated the answer with the actual instructions in the post as the link kept dying
Thanks everyone for your replies to the matter. It seems that I had UAC on, as well not the appropriate rights for the pc :P.
In summary I will post the links (proposed by you all) that others may refer to if they come across this link.
And thank you ericosg for the links that may help too.
Thanks again everyone for your insightful guidance it is greatly appreciated :D