You are on page 1of 3

After surfing around the net, I've found very little information regarding

installation of VB6 on Windows 7. Most of the information out there is for


Vista, and most of it is queries for assistance.

You may be wondering why someone would want to utilize VB6 on a shiny
new operating system like Windows 7. Or even Vista for that matter.

There are about a bazillion legacy applications out there that have to be
supported, and people like me who speak VB6 need to have the tools
installed on our workstations in order to implement and test updates and such
for these legacy applications. It also helps out when I need to squirt out a
quick tool for use in my daily work. 

This process has been tested on Windows 7, both 32 bit and 64 bit, with no
problems.

Note: I've updated this process with information from the comments (below
the post). If I've left something out, don't hesitate to point it out. Also - Thanks
to all of you! Your comments and suggestions are much appreciated.

Note 2: If you have a specific programming questions, might I please direct
your attention to the VB6 forum? It's much easier to interact over there!

1. Prerequisites:
You need to do this stuff first:
o Turn off UAC.
o Create a zero-byte file in C:\Windows called MSJAVA.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.
o Install DirectX 7. The process and files are available here.
o Install VB6 Common Controls, available here.
2. Main Installation:

o Insert Visual Studio 6 CD.


o Exit from the Autorun setup.
o Browse to the root folder of the VS6 CD.
o Right-click SETUP.EXE, select Run As Administrator.
o On this and other Program Compatibility Assistant warnings, click
Run Program.
o Click Next.
o Click "I accept agreement", then Next.
o Enter name and company information, click Next.
o Select Custom Setup, click Next.
o Click Continue, then Ok.
o Setup will "think to itself" for about 2 minutes. Processing can be
verified by starting Task Manager, and checking the CPU usage
of ACMSETUP.EXE.
o On the options list, select the following:
 Microsoft Visual Basic 6.0
 ActiveX
 Data Access
 Graphics

All other options should be unchecked. Click Continue, setup will


continue.

o Finally, a successful completion dialog will appear, at which click


Ok. At this point, Visual Basic 6 is installed.
o If you do not have the MSDN CD, clear the checkbox on the next
dialog, and click next. You'll be warned of the lack of MSDN, but
just click Yes to accept.
o Click Next to skip the installation of Installshield. This is a really
old version you don't want anyway.
o Click Next again to skip the installation of BackOffice, VSS, and
SNA Server. Not needed!
o On the next dialog, clear the checkbox for "Register Now", and
click Finish.
2. IDE Compatibility Setup
In order to prevent weird behavior of the IDE, such as sluggishness
and/or lack of control placement/resizing outlines, you'll want to change
these items.
o Using Windows Explorer, browse the location where you installed
VB6. By default, the path isC:\Program Files\Microsoft Visual
Studio\VB98\
o Right click the VB6.exe program file, and select properties from
the context menu.
o Click on the Compatibility tab.
o Place a check in each of these checkboxes:
 Run this program in compatibility mode for Windows XP
(Service Pack 3)
 Disable Visual Themes
 Disable Desktop Composition
 Disable display scaling on high DPI settings
3. Service Pack 6 Installation:

o No magic here. You can acquire SP6 here.

You might also like