From: secondar on
I have written a program in VB5 which uses a rich text box (actually a
couple of them).

When I try to install it on my daughter's computer with Vista, I get
the following:

Runtime error '339'.
Component 'RICHTX32.OCX' not correctly registered file: file is
missing or invalid

Either the other OCX files are getting registered correctly (or were
already registered), or 'RICHTX32.OCX' is the first one it tries to
register and gets the error message.

I looked at the setup file (SETUP.LST), and there are a number of OCX
files which are supposed to self register prior to 'RICHTX32.OCX'

The script in the setup file is:

File11=1,,RICHTX32.OC_,RICHTX32.OCX,$(WinSysPath),$(DLLSelfRegister),$
(Shared),1/16/1997 1:00:00,195856,5.0.37.14,"","",""

Do I need a different method for installing and/or registering
'RICHTX32.OCX' in order for it to work on Vista?

Any assistance is greatly appreciated.