Home All Groups Group Topic Archive Search About

vsflex7d.dll install in vista

Author
6 Jul 2009 3:52 AM
edppr
am using a program in VB6, i have done the installation in Vista OS
but i cant register the Vsflex7d.ocx, am getting registration failed.

Can anyone help me on that?

Author
6 Jul 2009 4:45 AM
Kevin Provance
Typically happens when runtimes it requires are not installed.  I went
through this with Spyworks, discovering I have to install  the VC++ 2008
redist so registration would complete properly.  I would ask whomever deals
that component about it.

--
2025
If you do not believe in time travel,
your beliefs are about to be tempered.

http://www.facebook.com/group.php?gid=43606237254
Show quoteHide quote
"edppr" <a6p***@rediffmail.com> wrote in message
news:u1PY$0e$JHA.1488@TK2MSFTNGP03.phx.gbl...
| am using a program in VB6, i have done the installation in Vista OS
| but i cant register the Vsflex7d.ocx, am getting registration failed.
|
| Can anyone help me on that?
|
Author
7 Jul 2009 12:08 AM
MikeD
"edppr" <a6p***@rediffmail.com> wrote in message
news:u1PY$0e$JHA.1488@TK2MSFTNGP03.phx.gbl...
> am using a program in VB6, i have done the installation in Vista OS but i
> cant register the Vsflex7d.ocx, am getting registration failed.
> Can anyone help me on that?

The app's installation should have registered this file. If this is an app
you wrote, you should change its Setup to do that.

But if you must do it manually for whatever reason, you will need to do so
from an elevated command prompt. To do this, right click on Command Prompt
in the Start Menu (easist way to find this shortcut is to type "command" in
the Start Search box) and select Run as administrator.  You can then use
regsvr32.exe to register it. Alternatively, you can temporarily disable UAC,
but that'd require rebooting twice.

--
Mike