Exclude msvcrt.dll and/or msvcrt40.dll, oleaut32.dll, olepro32.dll, vbvm60.dll files from your setup. To do this, you'll have to manually edit the Setup.lst file and remove the entries of these files. The files numbers are in File1= and File2= format, make sure you re-sequence the file list after deleting the entries of above mentioned files. Then run the setup again, on w2k machine and it should work. The reason of this problem is Windows File Protection, everytime your program updates these files, WFP restores the files when rebooted. The required versions of these files already exist in W2K, so you don't need to include them in your setup.
HTH (Some file spellings can be wrong, you should use the names alike) Waqas.. On Thu, 23 Sep 2004 00:08:31 -0000, Wilson <[EMAIL PROTECTED]> wrote: > I developed a small App in VB6.0. My home machine runs XP Pro. When > I try to install the application in a W2K machine, the setup runs > into: "Setup cannot continue because some system files are out of > date in your syste. Click ok if you want setup to update them" - but > it never does. > > Have not been able to get around this. Tried to update and register > some system libraries manually - but "msvcrt.dll" seems to be a > problem. regsvr32 errors out suggesting that it might be corrupt. > Pview does not see it. > > I have tried the setup in multiple W2K machines, always running into > the same dead end. In each machine I've installed every windows > update for the OS. > > Has anybody ran into this, or could give me some suggestions, > please... > > Thanks, > Wilson. > > > '// ======================================================= > Rules : http://ReliableAnswers.com/List/Rules.asp > Home : http://groups.yahoo.com/group/vbHelp/ > ======================================================= > Post : [EMAIL PROTECTED] > Join : [EMAIL PROTECTED] > Leave : [EMAIL PROTECTED] > '// ======================================================= > > Yahoo! Groups Links > > > > > ------------------------ Yahoo! Groups Sponsor --------------------~--> Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar. Now with Pop-Up Blocker. Get it for free! http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/k7folB/TM --------------------------------------------------------------------~-> '// ======================================================= Rules : http://ReliableAnswers.com/List/Rules.asp Home : http://groups.yahoo.com/group/vbHelp/ ======================================================= Post : [EMAIL PROTECTED] Join : [EMAIL PROTECTED] Leave : [EMAIL PROTECTED] '// ======================================================= Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/vbhelp/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
