Click here to Skip to main content
15,884,353 members
Articles / Programming Languages / C++
Tip/Trick

How to install Visual Studio 6 on Windows 7 professional 64bit

Rate me:
Please Sign up or sign in to vote.
4.70/5 (10 votes)
22 Jun 2012CPOL1 min read 339.2K   11   24
How to install Visual Studio 6 on Windows 7 professional (64 bit)

Introduction

I have some old C++/C source code to reuse recently and I have to install Visual Sutdio 6 on my Window 7 (64-bit). here are the steps I went through and share with each of you.

Background

I did some research on google and find these links:

1. how to install Visual Basic 6 on Windows 7:

http://www.fortypoundhead.com/showcontent.asp?artid=20502

2. how to install Visual C++ on Windows 7:
http://answers.microsoft.com/en-us/windows/forum/windows_7-windows_programs/installing-visual-studio-6-on-windows-7/fe63b96d-0005-4058-96a6-3d78d8041556

the answer from Andre Zielger is useful, but for 32 bit. from link 1) I created a zero size DDL under C:\windows. So I followed combined steps to run through the installation steps.

Installation Steps

1. create zero byte file MSJAVA.DLL under : C:\Windows

it will let installation to skip Java update check.

2. you need to install Visual Studio SP6. google this and you will it on msdn:

http://www.microsoft.com/en-us/download/details.aspx?id=9183

3. do not use wizard. run setup.exe as administrator

4. from start>all programs>Visuall Studio 6.0 > Microsoft Visual C++ 6.0, right click and run as administrator. you are ready to go.

WARNING:

do NOT set up anything like link 1) update section. otherwise you can not create project correctly.

Points of Interest

I agree install Visual Studio 6 on Windows 7 is related with permissions. but there are some tricks from link 1) to follow and install SP6.

Have fun in programming!

History

1. first release on 06/22/2012.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
United States United States
turns good thoughts into actions...


Comments and Discussions

 
QuestionThis methods no longer work on Windows 10 Pin
gibra22-Mar-16 0:00
gibra22-Mar-16 0:00 
QuestionThe smart and successful Visual Basic 6.0 (2) Pin
Mobius Scutav23-Feb-16 19:59
Mobius Scutav23-Feb-16 19:59 
PraiseThe smart and successful Visual Basic 6.0 (1) Pin
Mobius Scutav23-Feb-16 15:16
Mobius Scutav23-Feb-16 15:16 
Excerpt from a Win10 TP exchange about Win 10's ugliness.
srfreeman wrote : "As I've mentioned before, Windows like anything else is a product sold by a business. It is the responsibility of the business to built a product that their consumers want. If customers are saying they are not interested without these customizations available, then there is no argument to be made. Microsoft has only three choices: Lose the customers, hope they will invest in all those third party utilities, or give them what they want.
While you may find the 2nd approach viable, many other people do not. I prefer my system running with minimal modification. The ability to have everything I need out of box without modifying system files or installing tons of extra system services to hijack various operations on the system is more than just convenient to me..."
.Net is to VB6 what Win 10 is to Vista/Win7 users : an ugly duck!

As a business principle, a company ought to bring consumers the product they want. In many business schools, that would be the number one rule for success.
MS is doing some of that : in VS, you got your C#, C++, VB, use whatever you prefer. But the Classic VB way of doing things is gone. Of course, VS has a few tricks easier to do than VB6, but that is only because MS has been putting their money on the framework only for now ohhh so many years. And they are pretty much s*** deep into it to recognize that a vast number of people just don't like those managed languages. It's not a secret that internally, the OS people loathe managed code, and that there is nothing wrong with COM (windows is mostly COM, framework more like a layer on top) if it benefits from continued development. The Windows kernel (low level api, gdi, MCI, COM) MS will never be able to get rid of and may very well outlast framework and managed code. If that's the case, come Win 11, 2018, 2024 and well after that, VB6 could still be a desired option for which it will not be wise to end support. Industry likes long lasting standards... CNC machining is still being done with HPGL or G-Code engineered in the seventies, just like a car still has four wheels, and for a simple good reason : IT WORKS!
Who can tell where and what VB6..7.. could do nowadays if development had been put on it at the same rate as the hit-and-run (and flee the scene) products MS has been serving for years (obsolete framworks that will still need be supported, Win RT, Silverlight, etc.)
Questionnb; you need to do this too! Pin
jolyonw17-Nov-14 21:54
jolyonw17-Nov-14 21:54 
QuestionUse full trip of link no.1 Pin
yukmai16-Aug-14 6:53
yukmai16-Aug-14 6:53 
QuestionThanks for the tip Pin
Graham Wilson4-Jun-14 7:52
Graham Wilson4-Jun-14 7:52 
Questionthanks Pin
Member 923343114-Jan-13 18:17
Member 923343114-Jan-13 18:17 
QuestionvirtualBox Pin
Ghasem Karimi7-Oct-12 23:13
Ghasem Karimi7-Oct-12 23:13 
QuestionVB6 on W7-64bits Pin
patrick_raous27-Jun-12 23:11
patrick_raous27-Jun-12 23:11 
AnswerRe: VB6 on W7-64bits Pin
Southmountain29-Jun-12 7:26
Southmountain29-Jun-12 7:26 
QuestionVB6 on W7-64bits Pin
patrick_raous25-Jun-12 0:19
patrick_raous25-Jun-12 0:19 
AnswerRe: VB6 on W7-64bits Pin
Southmountain25-Jun-12 17:25
Southmountain25-Jun-12 17:25 
AnswerRe: VB6 on W7-64bits Pin
Southmountain26-Jun-12 16:57
Southmountain26-Jun-12 16:57 
GeneralMy vote of 1 Pin
xComaWhitex23-Jun-12 17:15
xComaWhitex23-Jun-12 17:15 
GeneralRe: My vote of 1 Pin
Southmountain24-Jun-12 17:09
Southmountain24-Jun-12 17:09 
GeneralRe: My vote of 1 Pin
xComaWhitex24-Jun-12 17:43
xComaWhitex24-Jun-12 17:43 
GeneralRe: My vote of 1 Pin
Southmountain25-Jun-12 17:27
Southmountain25-Jun-12 17:27 
AnswerRe: My vote of 1 PinPopular
Daniele Rota Nodari26-Jun-12 3:13
Daniele Rota Nodari26-Jun-12 3:13 
GeneralRe: My vote of 1 Pin
Southmountain29-Jun-12 10:32
Southmountain29-Jun-12 10:32 
GeneralRe: My vote of 1 Pin
Arend Jan24-Sep-13 1:45
Arend Jan24-Sep-13 1:45 
GeneralRe: My vote of 1 Pin
Daniele Rota Nodari21-Apr-20 0:20
Daniele Rota Nodari21-Apr-20 0:20 
QuestionWin7 Pro Pin
flector23-Jun-12 5:18
flector23-Jun-12 5:18 
AnswerRe: Win7 Pro Pin
J. Wijaya29-Jun-12 0:16
J. Wijaya29-Jun-12 0:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.