| Author |
VB6 Application Won't Install on Windows Xp
|
|
|
| I'm trying to install a vb6 application on Windows XP pro and I receive this
error "Component sysinfo.ocx or one of it's dependencies failed to register
or a file is missing". If I manually copy sysinfo.ocx to the windows
system32 folder, the apllication will then install and run fine. We are
trying to install as administrator. Does anyone know why htis is happening
and how to correct it? -Carl
| |
|
| Check your package and deployment wizard setup project. The Setup.lst file
should specify your missing .ocx.
--
Liddle Feesh
*fap fap fap fap*
<>< <>< <>< <>< ><>
<>< <>< <>< <>< <>< <><
| |
|
| The file is not missing. It is present in the cab file. The problem seems
to be that Windows XP requires that sysinfo.ocx be registered in the
registry, and this is where the problem is arising. -Carl
<Liddle Feesh> wrote in message
news:42739ddc$0$534$ed2619ec@ptn-nntp-reader03.plus.net...
> Check your package and deployment wizard setup project. The Setup.lst file
> should specify your missing .ocx.
>
>
> --
>
> Liddle Feesh
> *fap fap fap fap*
> <>< <>< <>< <>< ><>
> <>< <>< <>< <>< <>< <><
>
>
|
|
|
|