Need to get Visual Studio 6 Processor Pack installed on Windows 7 (32 bit).
First i installed VS6 + SP6, which prevents the PP from installing. I uninstalled VS6 and re-installed VS6 and am trying to install SP5.
It is now complaining that MDAC 2.5 or 2.6 needs to be installed first. I’ve tried 2.5, 2.6, and 2.8. All run through the little extract progress dialog and appear to finish. But SP5 still fails with this:

Any ideas on getting VS6 + SP5 + PP installed correctly?
EDIT: Alternatively, any way to get VS6 (or just VC6) + SP6 + PP installed correctly? Processor Pack refuses to install on SP6, insisting on SP5.
EDIT: I found a KB article suggesting a registry change, and that got SP6 + PP installed, but i’m getting this error, which is apparently indicates that PP isn’t installed:
--------------------Configuration: test - Win32 Debug--------------------
Compiling...
test.cpp
c:\svn\test\test.cpp(127) : error C2520: conversion from unsigned __int64
to double not implemented, use signed __int64
Error executing cl.exe.
test.dll - 1 error(s), 0 warning(s)
EDIT: Fixed title.
Though this isn’t supported and you get the normal warnings about maybe not working on Windows 7, but i now have it installed and compiling.
Found a solution to this that actually works well. Essentially you have to hand edit the STF file for VS6 Service Pack 5 to skip the MDAC check.
Install VS6. Do a custom install and deselect Visual Studio Analyzer, along with anything else you don’t need. I ended up installing InterDev and VC++ with some misc. tools. (OLE Viewer caused problems.)
Extract (or copy from CD) Service Pack 5 files to a folder.
Modify SP598ENT.STF to remove 36 (the MDAC check) from the list in step 13
and save the file. For completeness, you can possibly remove step 36 (and 37) entirely, but this has worked for me once but not the second time i tried this. Those lines are as follows:
Run SETUPSP5.EXE and let Service Pack 5 finish installing.