Registering VB files

Registering VB files

Anonymous
Not applicable
297 Views
2 Replies
Message 1 of 3

Registering VB files

Anonymous
Not applicable
When I try to run setup on a users computer that installs my VB DLL, I get a
message that several files are out of date and have to be updated.
Apparently If i let Windows 2000 reboot, it will take care of this. Even
though it seems to do just that, I get the same error when I try to run
setup after the reboot.

I suspect that one or more of these files are the culprit(s).

[Bootstrap Files]
[email protected],$(WinSysPathSysFile),,,3/25/99 4:00:00
PM,101888,6.0.84.50
[email protected],$(WinSysPathSysFile),$(DLLSelfRegister),,5/31/98 12:00:00
AM,22288,4.71.1460.1
[email protected],$(WinSysPathSysFile),$(TLBRegister),,1/5/00 2:10:50
PM,16896,2.40.4514.1
[email protected],$(WinSysPathSysFile),,,1/5/00 3:10:50
PM,143632,2.40.4514.1
[email protected],$(WinSysPathSysFile),$(DLLSelfRegister),,1/5/00 3:10:50
PM,164112,5.0.4514.1
[email protected],$(WinSysPathSysFile),$(DLLSelfRegister),,1/5/00 3:10:50
PM,614672,2.40.4514.1
[email protected],$(WinSysPathSysFile),$(DLLSelfRegister),,5/10/99 1:00:00
AM,1384448,6.0.84.95

Is it safe to just copy the newer versions of these files over top of the
users manually before I run setup? Is it necc. to use regsvr?

Best regards,

Dale
0 Likes
298 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable
See the following MS KB article
http://support.microsoft.com/support/kb/articles/Q191/0/96.ASP

"Dale Levesque" wrote in message
news:[email protected]...
> When I try to run setup on a users computer that installs my VB DLL, I get
a
> message that several files are out of date and have to be updated.
> Apparently If i let Windows 2000 reboot, it will take care of this. Even
> though it seems to do just that, I get the same error when I try to run
> setup after the reboot.
>
> I suspect that one or more of these files are the culprit(s).
>
> [Bootstrap Files]
> [email protected],$(WinSysPathSysFile),,,3/25/99 4:00:00
> PM,101888,6.0.84.50
> [email protected],$(WinSysPathSysFile),$(DLLSelfRegister),,5/31/98
12:00:00
> AM,22288,4.71.1460.1
> [email protected],$(WinSysPathSysFile),$(TLBRegister),,1/5/00 2:10:50
> PM,16896,2.40.4514.1
> [email protected],$(WinSysPathSysFile),,,1/5/00 3:10:50
> PM,143632,2.40.4514.1
> [email protected],$(WinSysPathSysFile),$(DLLSelfRegister),,1/5/00
3:10:50
> PM,164112,5.0.4514.1
> [email protected],$(WinSysPathSysFile),$(DLLSelfRegister),,1/5/00
3:10:50
> PM,614672,2.40.4514.1
> [email protected],$(WinSysPathSysFile),$(DLLSelfRegister),,5/10/99
1:00:00
> AM,1384448,6.0.84.95
>
> Is it safe to just copy the newer versions of these files over top of the
> users manually before I run setup? Is it necc. to use regsvr?
>
> Best regards,
>
> Dale
>
>
0 Likes
Message 3 of 3

Anonymous
Not applicable
Thanks. I found a link to a similar error re: W2K PC's from your response
that turned out to be the problem.

Best regards,

Dale
0 Likes