Click to See Complete Forum and Search --> : VB6 Runtime-Files


Peter Postlbauer
November 10th, 1999, 02:54 AM
We developed a project with VB6 and PL/1. We don't want to install the programs on every NT Workstation, so we just load it from the Server. The PL/1 Runtime-files are at the same directory as the PL/1-dll's are - that works. But it doesn't work with the VB6-Runtime. Is there a way to install only the VB6-Runtime on the Workstations?
Thanks for any help
Peter

Lothar Haensler
November 10th, 1999, 03:17 AM
there is a vbrun60.exe that you can download from the MS site. It contains the runtime files for vb6.
check msdn article Q192461

Peter Postlbauer
November 10th, 1999, 04:19 AM
It works, thank you!
Peter

Peter Postlbauer
November 10th, 1999, 06:59 AM
I did the VBRUN60.exe, and it works. But when I try to start one of my VB-Apps, I get the message:
"Class not registered.
You need the following file to be installed on your machine. MSSTDFMT.DLL"
What is wrong with my Application, because there is no reference to that Dll. It was before, but I removed the reference, and did a new compile.
Any idea?
Peter