|
“Setup cannot continue because some system files are out of date on your system. Click OK if you would like setup to update these files for you now. You will need to restart Windows before you can run setup again. Click cancel to exit setup without updating system files.”
First time I was struggling with the problem when I tried to install Dino-MITE – an excellent program for monitoring ancd controlling home dinosaurs manufactured by Ugobe. Later it appeared that the problem is more common and frequently occures with during the installation of various products written in Visual Basic.
In order to fix the problem
- go to the installation directory
- locate the file called SETUP.LST
- open that file with your favorite plain text editor (for instance, right-click on the file, select open and select Notepad in the dialog window).
- find the section named “[Bootstrap Files]”
- in that section comment out (by placing semicolon in the beginning on the line) entries that require stdole2.tlb, asycfilt.dll, olepro32.dll, oleaut32.dll and msvbvm60.dll
The resulting section should look like
[Bootstrap Files]
File1=@VB6STKIT.DLL,$(WinSysPathSysFile),,,6/18/98 1:00:00 AM,102912,6.0.81.69
File2=@COMCAT.DLL,$(WinSysPathSysFile),$(DLLSelfRegister),,5/31/98 1:00:00 AM,22288,4.71.1460.1
;File3=@stdole2.tlb,$(WinSysPathSysFile),$(TLBRegister),,8/10/04 7:00:00 AM,17920,3.50.5014.0
;File4=@asycfilt.dll,$(WinSysPathSysFile),,,8/10/04 7:00:00 AM,65024,5.1.2600.2180
;File5=@olepro32.dll,$(WinSysPathSysFile),$(DLLSelfRegister),,8/10/04 7:00:00 AM,83456,5.1.2600.2180
;File6=@oleaut32.dll,$(WinSysPathSysFile),$(DLLSelfRegister),,12/4/07 2:38:13 PM,550912,5.1.2600.3266
;File7=@msvbvm60.dll,$(WinSysPathSysFile),$(DLLSelfRegister),,2/23/04 8:42:40 PM,1386496,6.0.97.82
(your exact setup.lst could be a bit different.
Rerun the setup program and this time it should run flawlessly. Thanks to Arsam for his solution. On his page you can find more details about the problem.
This post is published in Windows.
|
January 14th, 2009 at 6:26 am
thanks for this blog.
ItS works PERFECTLY
April 9th, 2009 at 9:21 am
thanks man
its perfect
it saved my lots of time
April 20th, 2009 at 10:25 am
thnkx a lot becz its was very important for me…
July 17th, 2009 at 8:28 pm
Thank you so much…this article fix my problem
August 25th, 2009 at 4:17 pm
You are a genius, thank you very much !!
February 8th, 2010 at 1:17 pm
I was trying to find a resolution to this problem for days without any luck until I came across this Andrey’s blog here. The solution worker perfectly. Thank you so much.