Jump to content

Recommended Posts

Posted

I slipstreamed SP5 into a Windows 2k SP0 (ie release). There were a number of files that caused the install to stop or pause with an error message. So i decided to fix this.

dosnet.inf

You need to include the file disk1 into this copy. This file is required to be in the $winnt$.~ls directory, so that Windows will find things.

[Files]
;...
d1,disk1
;.....

Txtsetup.sif

There are five files that someone is attempting to put into the dllcache, however it does not work this way.

You need to remove or comment any line that contains the string ",44" (ie comma, 4, 4)

[SourceDisksFiles]

dmdiag.exe = 1,,,,,,,3,0,0
dmdiag.exe = 1,,,,,,,44,0,0 <--- delete this line

W


Posted

hmmz, if im correct this actualy does work on a (normal (non dos-initiated) install), at least it did when i tested it a while back ...

but i guess, if this is the problem, there need to be found other ways...

Posted

I actually did the setup from Windows NT4 sp6. DOS was not involved. The sp is 5.0, not the later 5.1

Still, when i made these corrections, it worked like a dream.

W

Posted

in that case i realy think we'd better, create an sfx (self extracting archive to fix those 2 or 3 files in this particular case, than to re-create the exe and letting people re-download a 200+ mb file,

but on behalf of all the USP5 users i'd like to thank you for reporting and fixiing this.... (Y) GOOD JOB(Y)

*/me adds os2fan2's name to this project's wall of fame...

Posted

I thought i saw a bug, i did, i did.

Here goes. Visual c 6.0 drops a number of run-time files, normally accessed via vr6redist.exe in NT4 / Win98. However this proggie does not run under windows 2000, more because the installer is prevented from doing so. If you dismantle the installer, and write a batch file, it runs like a treat.

Since there is no clear way of installing vc6 runtime files into win2k, i decided to see what it takes to integrate the stuff into the base install.

Since i noticed this first in sp5, i thought it was a bug there, but neither the base install sp0, nor sp4 have the necessary files either, so i conclude it is a distribution-bug. None the same it is a legitimate space to correct this in sp5.

W

Posted

if indead it is required .... but im not realy familiar with Visiual c, so could tell (n'or test this)

but if indead this adds, so extra 'used' functionality its very welcome

Posted

USP 5.1 introduces msvcp60.dll 6.0.8972.0 because one of the updated IE6SP1 components will not register without it. This dependency was introduced in a security update.

/G B)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...