Click here to Skip to main content
15,890,557 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.5K   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 
It was once Bill Gates's own vision that one day, Windows apps would be as easy to write as a basic program was back then. And that path was followed for a while (VB6). But then the world crumbled and what was to follow only succeeded in putting programming out of reach of the masses. I don't doubt that some programmers at system level want and need something real powerful (OOP and it's paradigms) etc.. but for one techie that wants to wet his dreams with OOP and polymorphism, there are hundreds who simply need to fire an IDE and write a custom spreasheet for their office, or a bill calculation, or... the list is endless.

To all these people, MS is saying : NO. You want the Windows programming experience? Be ready to feel the pain.
Look at simplest way to write a Metro APP. Borderline ridiculous : lots of very advanced computer topics you have master before even doing the simplest thing.
In my view, there is no reason WHATSOEVER for which you could not write the "Hello World" app for any platform anymore complicated than a simple: print "Hello World"
VB6 can do that with the less amount of effort in Windows history. A true RAD. Wake up MS, this is what we expect from you : write a compiler where YOU take care of the nitty-gritty, and leave us, common mortals, more time to achieve productivity and write products instead of being swamped by the complexities of the programming system.
With it's constant change of directions, MS, the very company that writes the OS is trailing the pack as far as writing portable applications is concerned. IE is the worse of the browsers. It's laughable really. Better watch out if someday, Google or Java decides to venture into the OS business.
OK, so MS fanboys can revel in their C++, C# or .NET, why not a parallel product? I am just saying here, out of my head ... let's call it : VB7-64 bits. My bet is that it would outsell in a flash any of the VS products.
Actually, I don't only see it as an alternative, but rather as a Golden Opportunity to get back to bases, and re-engineer the product almost from scratch, keeping of course its governing principles and easy syntax while aiming at the same time at platform portability. Truth is VS has become a much too big animal, and admit it MS, you barely have the resources and qualified staff to continue mantaining and growing this thing much longer and keep up tying up the loose ends.
Oblivion is menacing a company that does not fullfill the real needs and desires of it's user base, much less acknowlodging them. Win 8 was lesson... a while back NASA was served a lesson too, comittees concluded a CHANGE OF CULTURE was the biggest element to bring about solutions for their problems. I find the term wholly appropriate to the situation at MS.
Later on , srfreeman writes and concludes :
"The current state of affairs paints a bleak picture for the part of the IT world represented in this thread. As Windows 10 becomes a continual work in process, it seems that the stream of complaints will only be stemmed through attrition in the ranks."
Feels like déjà vù!
PraiseThe smart and successful Visual Basic 6.0 (1) Pin
Mobius Scutav23-Feb-16 15:16
Mobius Scutav23-Feb-16 15:16 
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.