Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to install VB6 SP6 on Windows 8.1 x64?

Need to support some old projects directly in the newest OS, not in a virtual machine.

I've installed VB6 from the VS6 disk #1 successfully, but I cannot install the SP6 for this development environment. When I launch it, an information window that informs me about the installation progress appears for some milliseconds, but the required files (ADVPACK.DLL, msvbvm60.dll, ...) aren't updated in the system folder. The About dialog in VB6 IDE also proves that - I do not see "SP6" anywhere in it.

How to install the SERVICE PACK 6 (not the VB IDE itself) in this OS?

like image 813
TecMan Avatar asked Dec 10 '13 10:12

TecMan


People also ask

Can VB6 run on Windows 10 64-bit?

The Visual Basic 6.0 IDE has never been offered in a native 64-bit version, nor has the 32-bit IDE been supported on 64-bit Windows. VB6 development on 64-bit Windows or any native architecture other than 32-bit is not and will not be supported.


4 Answers

Solved my "problem" - very strange why I couldn't figure out what files I needed and what I should have done...

Downloaded and unpacked this (Vs6sp6.exe, I have only VB6 installed):

Service Pack 6 for Visual Basic 6.0
http://www.microsoft.com/en-us/download/details.aspx?id=5721

Then launched setupsp6.exe with the admin rights explicitly - and it installed the SP6 without any problems.

like image 154
TecMan Avatar answered Nov 12 '22 15:11

TecMan


Visual Studio 6 + VB6 SP1 Installation

  1. Ensure UAC has been turned off.
  2. Ensure your user has administrative rights on the computer.
  3. Run the Setup.exe file in the Visual Studio Installer.
  4. “Run the program without getting help” when the error “This program has compatibility issues”.
  5. Click Next, Accept the Agreement and click Next.
  6. Enter your software key, name and company name. Click Next.
  7. Update Microsoft Virtual Machine for Java.
  8. “Run the program without getting help” when the error “This program has compatibility issues”. Note message shown twice.
  9. Say “Yes” to reboot the system.
  10. On start up the setup continues to run.
  11. “Run the program without getting help”
  12. Start Page shown. Click on Desktop.
  13. “Run the program without getting help”
  14. Visual Studio 6.0 Enterprise Edition shown with options “Custom, Products or Server Application”.
  15. At this point click “Exit” on the installer and confirm with “Yes” otherwise an error will be shown if you continue.
  16. Run the Setup.exe file in the Visual Studio Installer.
  17. “Run the program without getting help”
  18. Click Next and Accept the Agreement and click Next
  19. Enter your software key, name and company name. Click Next.
  20. Select Custom and click Next
  21. Installation folder click next
  22. “Run the program without getting help”
  23. Click “Continue”.
  24. Product ID click “Ok”
  25. Tools -> Change Options -> OLE/Com Object Viewer, Uncheck and click OK.
  26. Enterprise Tools -> Change Options -> Visual Studio Analyzer, Uncheck and click OK.
  27. Data Access -> Change Options -> ADO, RDS and OLE DB Providers, Uncheck.
  28. At this point it warns saying the component is essential. Click OK and OK again.
  29. Click continue.
  30. Say Yes to register environment variables.
  31. Say Yes to VSS DB format.
  32. Install box with “Destination File:” should appear.
  33. Setup is updating your system message box should appear.
  34. Click OK to Windows NT Debug Symbols.
  35. Click Restart Windows.
  36. On start up the setup continues to run and loads APEMREG.exe.
  37. Install using compatibly settings.
  38. “Run the program without getting help”
  39. Untick install MSDN. Click Next and yes to confirm.
  40. Select Nothing and click Next.
  41. Select Nothing and click next.
  42. Untick Register and click finish. SP6 Installation
  43. Run setupsp6.exe
  44. Click Continue.
  45. Click I Agree.
  46. Setup Successful click OK.

Read more: http://www.fortypoundhead.com/showcontent.asp?artid=23916#ixzz3i6JHcNMg

like image 33
Adrian Halid Avatar answered Nov 12 '22 17:11

Adrian Halid


How To Install Visual Basic 6 (VB6) in Windows 10

Get your system prepared

There is a need to prepare a file MSJAVA.DLL in your system directories so that the installation of VB6 could proceed. In terms of doing this, just get the installer VBPreInstall.exe and execute the installer.

Install VB6 and SP6

After getting MSJAVA.DLL ready, you can launch the Visual Basic 6 setup.exe file with administrator privilege to start the installation.

  1. Accept agreement, product key
  2. Enter name and company information, click Next.
  3. Select Custom Setup, click Next.
  4. Click Next, wait for another windows pop up, click Continue, then Ok.
  5. 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.
  6. On the options list, select the following: Microsoft Visual Basic 6.0 ActiveX Data Access Graphics All other options should be unchecked.
  7. When you select 'Data Access', you need to click the Change Option button.

  8. You will then get another list of components with only 5 items. Select the first option “ADO, RDS, and OLE DB Providers” and click the Change Option button.

  9. Now you’ll get another list of components that belongs to the ADO, RDS and OLE DB Providers. Simply uncheck the first option “ADO and RDS” and click OK.

  10. You should get a warning that this component is an essential part of the application and the application will not run properly if it is not installed. You can ignore that warning popup by clicking OK and proceeding with the installation. The VB6 installation setup should now complete successfully without problems.

  11. Uncheck MSDN setting
  12. Click Next to skip the installation of Installshield. This is a really old version you don't want anyway.
  13. Click Next again to skip the installation of BackOffice, VSS, and SNA Server. Not needed!
  14. On the next dialog, uncheck the checkbox for “Register Now”, and click Finish.
  15. The wizard will exit, and you're done. You can find VB6 under Start, All Programs, Microsoft Visual Studio 6. Enjoy!

Install VB6 SP6

Install vb6 sp6 by navigating to VbSp6, run setupsp6.exe as administrator with default settings.

like image 6
DivyaMaheswaran Avatar answered Nov 12 '22 15:11

DivyaMaheswaran


There is an installer to simplify the installation of the VB6 programming IDE on Windows 7, 8 and 10 which has now had over 25,000 downloads. This includes Service Pack 6

VB6 programming IDE installer

like image 2
VB6 programming Avatar answered Nov 12 '22 16:11

VB6 programming