Click here to Skip to main content
Click here to Skip to main content

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

By , 22 Jun 2012
 

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)

About the Author

Southmountain
Software Developer
United States United States
Member
a programmer with 10+ year experiences in software developerment.
 
Diligent hands rule......

Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page   
QuestionthanksmemberMember 923343114 Jan '13 - 18:17 
Yup, it works. I was worried that I could not complete my project as it involved old code. Your guidance helps me.
 
If anyone has some problems after installation, try this site also
http://superuser.com/questions/459396/how-do-i-run-visual-c-6-ide-on-windows-vista-or-higher[^]
QuestionvirtualBoxmemberGhasem Karimi7 Oct '12 - 23:13 
Why don't u use Oracle VirtualBox. it's free.
QuestionVB6 on W7-64bitsmemberpatrick_raous27 Jun '12 - 23:11 
Hi.
 
Thanks for your reply.

I downloaded vs6sp6b.exe (from http://www.microsoft.com/en-us/download/details.aspx?id=5721),
then I launched this vs6sp6b.exe, then SETUPSP6.exe.
 
But this setup is also an update : it searches for previous VB6 installations.
And I can't success this initial installation from CD ...
 
Best regards.
AnswerRe: VB6 on W7-64bitsmemberSouthmountain29 Jun '12 - 7:26 
thank you for your persistence. you are half done:
you need to copy SETUPSP6.exe inside the folder and put it the same level as
Vs6sp6.exe. run this setupsp6.exe, then you will see Vs6sp6.exe is an executable.
 
then just run Vs6sp6.exe and you have SP6 installed successfully.
usability & truth

QuestionVB6 on W7-64bitsmemberpatrick_raous25 Jun '12 - 0:19 
Hi "Southmountain".
 
Thanks a lot for this share !
I also got these two links, and many others, but I never success the installation of VS6
on W7 64bits (integral version). In all cases, setup.exe crashes.
 
Could you explain me how you succeeded your installation from Visual Studio SP6 ?
The corresponding exe (Vs6sp6.exe) is an updater module : when I launch it, it first looks for previous installations, and - of course - fails.
 
How did you success your INITIAL installation ?
 
Thank you for all, in advance.
 
Best regards.
 
P.
AnswerRe: VB6 on W7-64bitsmemberSouthmountain25 Jun '12 - 17:25 
you asked good question. there is one trick I missed to put here.
I find it soon for you.
usability & truth

AnswerRe: VB6 on W7-64bitsmemberSouthmountain26 Jun '12 - 16:57 
here are the missing links (wierd steps):
download vs6sp6b.exe from here
http://www.microsoft.com/en-us/download/details.aspx?id=5721
 
run this vs6sp6b.exe.
When you run this, it asks for a folder. You should use something like.... C:\TempVB6SP6B
 
But, what exactly has it done? it actually unzipped the real install. It hasn't actually installed anything.
 
Next, open explorer and navigate to the folder you told it in an earlier step (C:\TempVB6SP6B). In that folder, you will find SETUPSP6.exe. When you
 
run this setup, your version of Vs6sp6.exe will actually be executable. then you can install SP6.
usability & truth

GeneralMy vote of 1memberxComaWhitex23 Jun '12 - 17:15 
Why the hell would anyone install Visual Studio 6? Why is anyone using that load of crap? I'm sorry, but if you still rely on using that, you shouldn't call yourself a programmer.
GeneralRe: My vote of 1memberSouthmountain24 Jun '12 - 17:09 
actually I am working on numerical algorithms to solve a dubious classical math question.
you can not escape from reality.
usability & truth

GeneralRe: My vote of 1memberxComaWhitex24 Jun '12 - 17:43 
Going to rate my comment a 1, because you lack the concept of using modern software. What's the point of using a pre-ansi C++ compiler, which you can't even use templates correctly in VC6. Relying on a old IDE and compiler for work? Or even for personal. What do you benefit from, except writing awful code that won't even really compile in new modern C++? Yeah, my comment really deserved a 1, from someone who can't even use a modern free compiler that actually conforms to standards. Yeah, you go buddy. I just won't ever bother reading your code. Probably too buggy for use, since you still use VC6.

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

Permalink | Advertise | Privacy | Mobile
Web03 | 2.6.130523.1 | Last Updated 23 Jun 2012
Article Copyright 2012 by Southmountain
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid