Hi. I've got an XP development machine. I'm deploying to a win2000 and it
tells me system files are out of date and need to be updated and rebooted.
Only, when I reboot I get the same message. This repeats over and over.
When I had an NT I had no problem deploying apps to this machine. What do I
need to do to deploy from an XP to a W2k machine. thanks.
Bob O`Bob - 28 Oct 2004 22:36 GMT
> Hi. I've got an XP development machine. I'm deploying to a win2000 and it
> tells me system files are out of date and need to be updated and rebooted.
> Only, when I reboot I get the same message. This repeats over and over.
> When I had an NT I had no problem deploying apps to this machine. What do I
> need to do to deploy from an XP to a W2k machine. thanks.
couple of choices:
1) use a professional deployment packager which brings its own
"lowest common denominator" libraries to use in the setups it builds.
i.e., if the one you're using now is (free OR bundled)
AND from Microsoft then you can probably forget it.
2) just don't do it - build your install packages on the *lowest* platform that
you intend to support. Compile your exe files there, too. And don't shirk
testing - anything less is NOT support.
Bob
MikeD - 29 Oct 2004 00:12 GMT
> Hi. I've got an XP development machine. I'm deploying to a win2000 and it
> tells me system files are out of date and need to be updated and rebooted.
> Only, when I reboot I get the same message. This repeats over and over.
> When I had an NT I had no problem deploying apps to this machine. What do I
> need to do to deploy from an XP to a W2k machine. thanks.
Very common problem. It's usually due to Windows File Protection (which
Win2000/XP/ME have but no others versions of Windows do), but there can be
other causes as well.
See the following:
PRB: Multiple "System Files Are Out of Date" Errors
http://support.microsoft.com/default.aspx?scid=kb;en-us;191096
PRB: Setup Cannot Continue...System Files Are Out of Date
http://support.microsoft.com/default.aspx?scid=kb;en-us;174135
You receive multiple "System files are out of date" error messages when you
install a Visual Basic 6.0 application
http://support.microsoft.com/default.aspx?scid=kb;en-us;831491
Mike