Message 1 of 3
Registering VB files
Not applicable
06-14-2001
07:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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
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