MSFN Forum: Slipstreaming NT4 SP6a - MSFN Forum

Jump to content


  • 5 Pages +
  • « First
  • 2
  • 3
  • 4
  • 5
  • You cannot start a new topic
  • You cannot reply to this topic

Slipstreaming NT4 SP6a Not a question, an answer Rate Topic: -----

#61 User is offline   os2fan2 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 417
  • Joined: 09-September 04

Posted 29 March 2008 - 03:58 AM

Work has begun on a slop-file (it's like a slip, but just slopped on the source), for Windows 3.51 + SP5. Unlike a slip file, a slop file is simply unzipped over the unmodified sources (here i386 and sp5).

This is the first stage of integration, and consists of merging later fixes into either sp5 or w351. Much of this is planned to form the basis of the NT4 + SP7 rewrite.

Site page is: http://www.boot-land...?showtopic=4289

Here is a cute rexx script, for adding Windows 3.1 colour schemes. Rexx is from win351 reskit.

/* REXX */
/* Add colour schemes from K7654 etc to Windows 3.51 */

call openkey 'HKEY_CURRENT_USER', 'Control Panel\Color Schemes'
call addkey 'Green Machine=FF00,4000,FFFFFF,0,8000,0,40FF40,8000,0,8000,8000,0,40FF40,C0C0C0,808080,0,C0C0C0,800000,FFF
FFF,0,FFFFFF'
call addkey 'Peaceful=804000,C0C0C0,C0C0C0,0,C0C0C0,0,808000,C0C0C0,FFFFFF,808000,C0C0C0,0,C0C0C0,C0C0C0,8282
82,0,808080,808000,FFFFFF,0,FFFFFF'
call addkey 'School Colors=800000,408080,FFFFFF,0,FFFFFF,0,8080,800000,FFFFFF,800000,800000,0,C0C0C0,C0C0C0,808080,0,808
080,8080,FFFFFF,FFFFFF,FFFFFF'
call addkey 'Storm=0,808080,FFFFFF,0,C0C0C0,0,800080,808080,FFFFFF,C0C0C0,C0C0C0,0,C0C0C0,C0C0C0,808080,0,808
080,8080,FFFFFF,FFFFFF,FFFFFF'
call addkey 'Austral=80FF80,80FFFF,FFFFFF,0,FFFF,0,4000,4080,FFFFFF,4080,4080,0,C0C0C0,C0C0C0,808080,0,808080
,808080,FFFFFF,FFFFFF,FFFFFF'
call addkey 'Bluey1=808040,800000,FF0000,FFFFFF,FFFF00,0,0,FFFF80,FFFF00,FFFF00,FFFF00,0,FFFF00,FFFF00,FF0000
,0,808080,0,FFFF00,0,FFFF80'
call addkey 'Bluey=808040,800000,FF0000,FFFFFF,FFFF00,0,0,FFFF80,FFFF00,FFFF00,FFFF00,0,808080,C0C0C0,808080,
0,808080,0,FFFF00,0,FFFFFF'
call addkey 'Bronze=8080,183030,FFFFFF,0,FFFFFF,808080,408080,408080,FFFFFF,408080,408080,0,408080,8080,0,0,C
0C0C0,8080,FFFFFF,C0C0C0,C0C0C0'
call addkey 'Default1=C0C0C0,FFFFFF,FFFFFF,0,FFFFFF,0,8000,FFFFFF,FFFFFF,C0C0C0,C0C0C0,0,C0C0C0,C0C0C0,808080
,0,C0C0C0,8000,FFFFFF,0,FFFFFF'
call addkey 'Freddy=8000FF,400080,FFFFFF,FF0000,FFFF,0,FF,80FF80,0,8080,408080,0,FF,C0C0C0,808080,0,808080,0,
FFFF00,0,FFFFFF'
call addkey 'Great Western=80FFFF,E8FFFF,FFFFFF,0,FFFF,0,4000,4080,FFFFFF,4080,4080,0,C0C0C0,C0C0C0,808080,0,808080,808
080,FFFFFF,FFFFFF,FFFFFF'
call addkey 'Green Fire=0,4000,8000,0,C0C0C0,0,0,C0C0C0,FF00,C0C0C0,C0C0C0,0,808080,C0C0C0,808080,0,808080,0,FFFF,0,FFF
FFF'
call addkey 'Greens=8000,FFFFFF,FFFFFF,0,FFFF,0,8000,FF80,FFFFFF,C0C0C0,C0C0C0,0,40FF00,C0C0C0,808080,0,C0C0C
0,0,FF00,0,FFFFFF'
call addkey 'Grey=C0C0C0,C0C0C0,C0C0C0,0,C0C0C0,0,C0C0C0,C0C0C0,0,C0C0C0,C0C0C0,0,C0C0C0,C0C0C0,808080,0,8080
80,C0C0C0,FFFFFF,808080,FFFFFF'
call addkey 'LCD Default Screen Settings=808080,C0C0C0,C0C0C0,0,C0C0C0,0,800000,C0C0C0,FFFFFF,800000,C0C0C0,0,C0C0C0,C0C0C0,7F8080,0
,808080,800000,FFFFFF,0,FFFFFF'
call addkey 'LCD Reversed - Dark=0,80,80,FFFFFF,8080,0,8080,800000,0,8080,800000,0,8080,C0C0C0,7F8080,0,C0C0C0,800000,FFFFFF,828
282,FFFFFF'
call addkey 'LCD Reversed - Light=800000,FFFFFF,FFFFFF,0,FFFFFF,0,808040,FFFFFF,0,C0C0C0,C0C0C0,800000,C0C0C0,C0C0C0,7F8080,0,80
8040,800000,FFFFFF,0,FFFFFF'
call addkey 'Latest=8000,FFFFFF,FFFFFF,0,FFFF,0,0,80FFFF,FFFF,C0C0C0,C0C0C0,0,808080,C0C0C0,808080,0,808080,0
,FFFFFF,0,FFFFFF'
call addkey 'MonoGreen=8000,FFFFFF,FFFFFF,0,FFFFFF,0,0,80FFFF,FFFFFF,C0C0C0,C0C0C0,0,808080,C0C0C0,808080,0,8
08080,0,FFFFFF,0,FFFFFF'
call addkey 'OS/2 Warp=808000,E8FFFF,FFFFFF,0,C0C0C0,0,800040,C0C0C0,FFFFFF,C0C0C0,C0C0C0,0,C0C0C0,C0C0C0,808080,0,808
080,808080,FFFFFF,808080,FFFFFF'
call addkey 'OS/2=C0C0C0,E8FFFF,FFFFFF,0,C0C0C0,0,808040,C0C0C0,FFFFFF,80FFFF,C0C0C0,0,C0C0C0,C0C0C0,808080,0,808080
,808080,FFFFFF,808080,FFFFFF'
call addkey 'Plasma Plus=0,FF0000,0,FFFFFF,FF00FF,0,800040,C0C0C0,FFFFFF,80,FFFFFF,C0C0C0,FF0000,C0C0C0,808080,0,C0C0C0,
FFFFFF,0,0,FFFFFF'
call addkey 'Purple People=800040,C0C0C0,FFFFFF,0,C0C0C0,0,800040,808080,FFFFFF,808080,808080,0,10E0E0E0,C0C0C0,808080,0
,808080,0,FFFFFF,0,FFFFFF'
call addkey 'Win-OS/2 Original=C0C0C0,E8FFFF,FFFFFF,0,FFFFFF,0,808040,C0C0C0,FFFFFF,80FFFF,C0C0C0,0,C0C0C0,C0C0C0,808080,0
,808080,808080,FFFFFF,808080,FFFFFF'
/* http://www.i24.com/en/win31/tips/w31mm_en.htm */
call addkey 'Windows 95 standard=808000,808080,FFFFFF,0,C0C0C0,0,800000,808080,FFFFFF,C0C0C0,C0C0C0,0,10E0E0,C0C0C0,808080,0
,808080,800000,FFFFFF,C0C0C0,FFFFFF'
call addkey 'Win 3.0 Standard=C0C0C0,E8FFFF,FFFFFF,0,FFFFFF,0,804000,FFFFFF,FFFFFF,808080,FFFFFF,0,E0E0E0,C0C0C0,808080,0
,808080,D80000,FFFFFF,C0C0C0,FFFFFF'
call addkey "Stephan's experiment #3=400000,804000,E8FFFF,0,40B4E0,0,9DD8F0,229DCC,0,70C8E8,1C7CA2,0,229DCC,40B4E0,124F65,0,187CA0,70C
8E8,0,104C60,CAEAF7"


call regexit
exit

openkey:
parse arg regroot, keyname;
say regroot'+'keyname
regkey = w32RegOpenKey(regroot, keyname)
return

regexit:
  say 'Closing:' regkey
  call w32RegCloseKey regkey
  return

addkey:
  parse arg value'='data
  say value
  call w32RegSetValue regkey, value, 'REG_SZ', data
  return



#62 User is offline   bearwindows 

  • Newbie
  • Group: Members
  • Posts: 19
  • Joined: 13-June 07

  Posted 17 July 2008 - 01:12 AM

View Postfdv, on Dec 18 2007, 04:24 PM, said:

11. Extract ALL of the top-secret nonpublic Hotfixes you happen to have (and if you don’t have any, don’t worry about it) into SEPARATE folders. If you have nonpublic hotfix file KB872952, extract it and rename UNTFS2.DLL to UNTFS.DLL
Some of these passworded ZIP files will not be KBxxxxxx .EXE files. If they just extract the files right into the directory, that's okay.

Hi, there!
You can request ANY unrelased or unpublished hotfix for ANY Windows version ANY language for Microsoft just write a letter to this email address nahotfx@microsoft.com:
(In 2007 there was a web-service from Microsoft to do this email request, NOW its gone. :( And my method is still working. )

Letter Sample said:

Hotfix Request:
-----------------------------------------------------------
KB Article Number(s): ?????? // fix number
Language: English // Lang
Platform: i386 (Windows bu-bu-bu) // or x64

and in ONE DAY answer arrives:

Letter Answer said:

Hello,

The hot fix for your issue has been packaged and placed on an HTTP
site for you to download.

WARNING: This fix is not publicly available through the Microsoft
website as it has not gone through full Microsoft regression testing.
If you would like confirmation that this fix is designed to address
your specific problem, or if you would like to confirm whether there
are any special compatibility or installation issues associated with
this fix, you are encouraged to speak to a Support Professional in
Product Support Services.

The package is password protected so be sure to enter the appropriate
password for each package. To ensure the right password is provided
cut and paste the password from this mail.

NOTE: Passwords expire every 7 days so download the package within
that period to insure you can extract the files. If you receive two
passwords it means you are receiving the fix during a password change
cycle. Use the second password if you download after the indicated
password change date.

Package:
-----------------------------------------------------------
KB Article Number(s): yyyyyy
Language: yyy
Platform: yyy
Location:
(http://hotfixv4.microsoft.com/yyy.exe)
Password: yyyyy

NOTE: Be sure to include all text between '(' and ')' when
navigating to this hot fix location!

Thanks!

This post has been edited by bearwindows: 17 July 2008 - 01:16 AM


#63 User is offline   awergh 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,059
  • Joined: 02-October 05
  • OS:none specified
  • Country: Country Flag

Posted 13 August 2008 - 02:11 AM

i tried integrating sp6 into nt4 media and it works well but msi 2 doesnt work because the service doesnt get registered so i have to delete msiexec.exe after every nt4 install

#64 User is offline   erpdude8 

  • MSFN Master
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,139
  • Joined: 24-November 04

Posted 05 November 2008 - 10:50 AM

View Postfdv, on Dec 18 2007, 02:24 PM, said:

15. Download the Unofficial Direct X 5 Distribution for NT 4. I have no idea, Google for it. Maybe try here. Once you have it, expand it to a folder such as “dx5” and don’t worry about the REG file that is distributed with Unofficial DX5, I have that covered, so delete the REG file. Drag and drop (some of) the files in the DX5 folder into the sp6a folder EXCEPT for these, which you can move to the q299444i folder (remember, q299444i is holding leftovers right now):
 
D3DPMESH.DLL
D3DRG24X.DLL
D3DRG32X.DLL
D3DRG55X.DLL
D3DRG56X.DLL
D3DRG8X.DLL
D3DRGBXF.DLL
DIRECTX.CPL
 


fdv,

the unofficial DirectX5 files for NT4 are packaged in the nt4dx5.zip file. You can find a copy here:
http://gruppo3.ca.infn.it/download/windows...inNT/nt4dx5.zip
and here:
ftp://ftp.csie.nctu....ectX/NT4DX5.ZIP
or do a Google or Yahoo search for the nt4dx5.zip file.

This post has been edited by erpdude8: 05 November 2008 - 10:51 AM


#65 User is offline   Schadenfreude 

  • Group: Members
  • Posts: 4
  • Joined: 24-October 08

Posted 17 February 2009 - 03:27 PM

Any news on this guys? I just began administrating a network that still uses Windows NT 4.0 Server as a PDC, I was hoping to install some sort of Unofficial SP 7 on it.

- Schadenfreude

#66 User is offline   fdv 

  • MSFN Expert
  • Group: Developers
  • Posts: 1,109
  • Joined: 16-July 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 17 February 2009 - 04:18 PM

View PostSchadenfreude, on Feb 17 2009, 04:27 PM, said:

Any news on this guys? I just began administrating a network that still uses Windows NT 4.0 Server as a PDC, I was hoping to install some sort of Unofficial SP 7 on it.

- Schadenfreude


Hey Schadenfreude!
A new rule on the board forbids (re)distribution of unofficial binary packages like unofficial fix packs.
But in any case, this project was about pre-slipstreaming all fixes into NT before installation, none of us worked on a SP7 that you load after installation, so it never happened. A while back Tomcat had created NT 4 support for HFSLIP but the code was never made public. Due to a hard drive data loss a looong time ago, I no longer have that code.

#67 User is offline   chefken 

  • Group: Members
  • Posts: 9
  • Joined: 17-October 07
  • OS:none specified
  • Country: Country Flag

Posted 18 February 2009 - 01:36 AM

file deleted...... don't let me ban you....

This post has been edited by tommyp: 18 February 2009 - 07:24 PM


#68 User is offline   cluberti 

  • Gustatus similis pullus
  • Group: Supervisor
  • Posts: 11,208
  • Joined: 09-September 01
  • OS:Windows RT
  • Country: Country Flag

Posted 18 February 2009 - 01:47 AM

erpdude8, I hate to do this, but forum rule 1b expressly forbids redistributing any component of a vendor product (free or otherwise) unless you have express rights to do so. Unless Microsoft granted you the right to redist those .dll files, please remove the zip file and any links directly to it. Thanks.

edit by tommyp - removed erpdude8's quotation. cluberti - you're right that you aren't supposed to redistribute things. That does not mean that you can quote erpdude's questionable post. Let's keep things clean.

This post has been edited by tommyp: 18 February 2009 - 07:27 PM


#69 User is offline   pcalvert 

  • Member
  • PipPip
  • Group: Members
  • Posts: 114
  • Joined: 21-May 05

Posted 26 March 2009 - 12:54 AM

View Postos2fan2, on Mar 29 2008, 05:58 AM, said:

Work has begun on a slop-file (it's like a slip, but just slopped on the source), for Windows 3.51 + SP5. Unlike a slip file, a slop file is simply unzipped over the unmodified sources (here i386 and sp5).

This is the first stage of integration, and consists of merging later fixes into either sp5 or w351. Much of this is planned to form the basis of the NT4 + SP7 rewrite.


Has this "slopstream" method been successfully applied to NT4? It would be great to be able to run a script and have it automatically merge the files, apply tweaks, etc.

Phil

#70 User is offline   os2fan2 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 417
  • Joined: 09-September 04

Posted 06 April 2009 - 01:50 AM

NT 3 and NT 4 do not use HIVE*.INF, but rather pre-made .INF files. Evidently, SP6 makes use of an .INF file, so we have to merge these together into a prebuilt hives (on a NLS basis, i suppose). NT3 is also based on MSTEST, which is abidingly nasty. This means that registry tweaks are to be added by way of using REG files (for NT4), or using a REXX script (NT3 and NT4). NT3's tools for hacking registry is rather poor, but regina.rexx is supplied here, so we can use it.

Some work has been done, and some dependencies seen.

The bulk of reduction is to incorporate as much into the base / sp6, so that running sp6a will include all of the later fixes. I have not been keen on slipstreaming tweaks etc because tweaks etc are the sort of post-slip stuff. The process is exceedingly tedious, though. :S

An experimental build of nt4 sp7 exists :) [credit where credit due], the use of some non-public fixes seems to be neede to get around the updated ntfs. So it is mayly to do this. I would like to do it as get A, B, C, D and follow the scripts - since this creates NLS versions as well.

At the moment, i am working on nt 5.2 slips, but i ought return to these earlier stuff, now that 5.2 is done.

#71 User is offline   bearwindows 

  • Newbie
  • Group: Members
  • Posts: 19
  • Joined: 13-June 07

  Posted 13 November 2009 - 01:28 PM

I made my own updates list.

Windows NT 4.0 Workstation SP6a EN
242294 ftp://ftp.microsoft.com/bussys/winnt/winnt-public/fixes/usa/nt40/hotfixes-postsp6/security/rasman-fix/fixrasi.exe
258437 http://download.microsoft.com/download/winntsp/Patch/Q258437/NT4/EN-US/Q258437i.EXE
278499 http://download.microsoft.com/download/2/6/2/26287382-4eff-4e39-b331-624eba8abdae/Q278499i.EXE
296441 http://download.microsoft.com/download/win2000platform/update/1.5/win98me/en-us/rbupdate.exe
299444 http://download.microsoft.com/download/winntsp/patch/q299444/nt4/en-us/q299444i.exe
304158 http://download.microsoft.com/download/winntsp/Patch/Q304158/NT4/EN-US/Q304158i.exe
305399 http://download.microsoft.com/download/7/4/8/7482f535-0754-4795-bf13-f059f262066c/q305399i.exe
312895 http://download.microsoft.com/download/winntsp/Patch/Q312895/NT4/EN-US/Q312895i.exe
313829 http://download.microsoft.com/download/winntsp/patch/q313829/nt4/en-us/q313829i.exe
314147 http://download.microsoft.com/download/winntsp/patch/q314147/nt4/en-us/q314147i.exe
318138 http://download.microsoft.com/download/winntsp/patch/q318138/nt4/en-us/q318138i.exe
320206 http://download.microsoft.com/download/winntsp/patch/q320206/nt4/en-us/q320206i.exe
323172 http://download.microsoft.com/download/winntsp/Patch/Q323172/NT4/EN-US/Q323172i.exe
323255 http://download.microsoft.com/download/winntsrv40/install/q323255/nt4/en-us/hhupd.exe
326830 http://download.microsoft.com/download/winntsp/Patch/Q326830/NT4/EN-US/Q326830i.exe
328310 http://download.microsoft.com/download/4/b/6/4b676156-8df8-46f4-a087-f98980d71a32/q328310i.exe
329115 http://download.microsoft.com/download/winntsp/patch/q329115/nt4/en-us/q329115i.exe
810833 http://download.microsoft.com/download/c/7/9/c79405ee-cc6f-4a32-b4e1-70dc997e5b2f/q810833i.exe
811493 http://download.microsoft.com/download/8/e/4/8e44f497-c947-47c0-b846-1be11c605811/q811493i.exe
814078 http://download.microsoft.com/download/5/c/f/5cfd55d8-74b2-4338-868b-129ec01b5bd4/js56men.exe
815021 http://download.microsoft.com/download/9/3/f/93f82d57-0f2f-40ab-9873-f41d0384e5ee/q815021i.exe
817606 http://download.microsoft.com/download/0/a/9/0a95e33a-2bb7-4e0a-b389-8eaac99ef364/q817606i.exe
819696 http://download.microsoft.com/download/b/2/c/b2cef22e-f8a7-4029-af63-87011a64586c/Q819696i.EXE
823182 http://download.microsoft.com/download/c/e/1/ce16e002-97bd-44b1-83e5-e9f3f5d40a9c/windowsnt4workstation-kb823182-x86-enu.exe
823492 http://download.microsoft.com/download/3/0/8/308972d8-3907-4c48-935b-f0e00248cc99/Q823492i.EXE
823559 http://download.microsoft.com/download/e/f/2/ef23e6c9-f0fd-494c-a989-1e7ffc006085/windows-kb823559-enu.exe
823980 http://download.microsoft.com/download/6/5/1/651c3333-4892-431f-ae93-bf8718d29e1a/Q823980i.EXE
824141 http://download.microsoft.com/download/4/2/e/42e8acba-923d-4074-a727-85a3cc69a3b2/windowsnt4workstation-kb824141-x86-enu.exe
824146 http://download.microsoft.com/download/3/0/c/30cff3cd-414d-4754-b9db-276de8161eef/windowsnt4workstation-kb824146-x86-enu.exe
825119 http://download.microsoft.com/download/f/2/d/f2dec257-6f3c-4f17-a42e-cf8c71a2efe6/windowsnt4workstation-kb825119-x86-enu.exe
828028 http://download.microsoft.com/download/4/8/4/484eee2e-8733-40e4-a664-37a35f403388/WindowsNT4Workstation-KB828028-x86-ENU.EXE
828035 http://download.microsoft.com/download/b/7/8/b782d41c-3baf-49f1-b920-b67e5677723f/windowsnt4workstation-kb828035-x86-enu.exe
828741 http://download.microsoft.com/download/3/a/8/3a81106f-be4b-4208-9888-6cc6c202b1be/WindowsNT4Workstation-KB828741-x86-ENU.EXE
835732 http://download.microsoft.com/download/4/5/F/45F55176-3B52-4DED-8E12-9B2311953968/WindowsNT4Workstation-KB835732-x86-ENU.EXE
837001 http://download.microsoft.com/download/f/2/2/f22a272e-45b8-4226-86b7-49ec1b89a9fb/Jet40-KB837001-ENU.exe
839645 http://download.microsoft.com/download/c/c/f/ccf8314d-2ade-4ea8-89cf-f7f9f596d419/WindowsNT4Workstation-KB839645-x86-ENU.exe
840315 http://download.microsoft.com/download/A/A/E/AAEB86E6-4805-440D-8AC6-F8EAC8B3F84B/WindowsNT4-KB840315-ENU.EXE
841872 http://download.microsoft.com/download/2/7/2/2728de06-1f70-4b43-bc92-30976757227e/WindowsNT4Workstation-KB841872-x86-ENU.exe
883935 http://download.microsoft.com/download/e/c/3/ec35e11c-fee1-44a4-9144-e65141da2ed2/WindowsNT4OptionPack-KB883935-x86-enu.EXE

Windows NT 4.0 Workstation SP6a RUS
258437 http://download.microsoft.com/download/winntsp/Patch/Q258437/NT4/RU/rus_q258437i.exe
278499 http://download.microsoft.com/download/6/e/0/6e09c63c-1eef-4c81-8742-e5ff688b9b32/rus_q278499i.exe
299444 http://download.microsoft.com/download/winntsp/Patch/q299444/NT4/RU/RUSQ299444i.exe
304158 http://download.microsoft.com/download/winntsp/Patch/Q304158/NT4/RU/rus_Q304158i.exe
305399 http://download.microsoft.com/download/winntsp/Patch/Q305399/NT4/RU/rus_q305399i.exe
312895 rus_Q312895i.exe
313829 http://download.microsoft.com/download/ie4095/actdesk/4.01_sp2/W9XNT4/RU/q313829.exe
314147 http://download.microsoft.com/download/winntsp/Patch/Q314147/NT4/RU/rus_q314147i.exe
318138 http://download.microsoft.com/download/winntsp/patch/q318138/nt4/ru/rus_q318138i.exe
320206 http://download.microsoft.com/download/winntsp/patch/q320206/nt4/ru/rus_q320206i.exe
323172 http://download.microsoft.com/download/winntsp/Patch/Q323172/NT4/RU/rus_q323172i.exe
323255 hhupd.exe
326830 rus_Q326830i.exe
328310 http://download.microsoft.com/download/3/d/2/3d25d2f2-8e97-4332-be7a-1e73b47fef7f/rus_q328310i.exe
329115 http://download.microsoft.com/download/winntsp/Patch/Q329115/NT4/RU/rus_q329115i.exe
810833 http://download.microsoft.com/download/e/4/4/e446513f-416e-415f-a11f-84d040140a45/rus_q810833i.exe
811493 http://download.microsoft.com/download/3/6/0/3606cca9-84eb-4b81-b248-d5990749f562/rus_q811493i.exe
814078 http://download.microsoft.com/download/f/5/8/f5800a4f-6a6d-4902-b51e-de7fa5762c7f/js56mru.exe
815021 http://download.microsoft.com/download/2/5/2/252dc971-2e7d-4d1c-97e5-94d8aaa52bb7/rus_q815021i.exe
817606 http://download.microsoft.com/download/a/5/c/a5cb26cc-ea42-4430-ba06-d4c7bf34cccc/rus_q817606i.exe
819696 http://download.microsoft.com/download/6/a/1/6a137721-dd35-4f56-a742-4a370fd454d4/rus_q819696i.exe
823182 http://download.microsoft.com/download/6/c/d/6cdfc769-09d4-464f-b142-4c131c2e9056/WindowsNT4Workstation-KB823182-x86-rus.exe
823492 rus_Q823492i.EXE
823559 http://download.microsoft.com/download/2/e/3/2e39c1cc-1978-40ab-a37d-f0357868e7df/Windows-KB823559-RUS.EXE
823980 http://download.microsoft.com/download/a/f/0/af0446ae-c9c1-4207-b9ca-119e43773997/rus_Q823980i.exe
824141 http://download.microsoft.com/download/d/c/6/dc6e29ab-9211-49f8-90a1-e5811719d348/WindowsNT4Workstation-KB824141-x86-rus.exe
824146 http://download.microsoft.com/download/b/c/d/bcd62236-ed67-4dad-a0f3-88d4c1b72791/WindowsNT4Workstation-KB824146-x86-rus.exe
825119 http://download.microsoft.com/download/2/3/7/237e057a-dece-4a70-a71c-542d431e5494/WindowsNT4Workstation-KB825119-x86-rus.exe
828028 http://download.microsoft.com/download/2/2/a/22a5d45b-ea54-4265-92b0-d29327207556/WindowsNT4Workstation-KB828028-x86-rus.exe
828035 http://download.microsoft.com/download/4/f/a/4fa0a822-c2e8-4881-a89d-20c97ad9da13/WindowsNT4Workstation-KB828035-x86-rus.exe
828741 http://download.microsoft.com/download/7/5/5/755b2fab-0df2-445f-a1e6-ef1bd0c1c970/WindowsNT4Workstation-KB828741-x86-RUS.exe
835732 http://download.microsoft.com/download/5/d/5/5d518aaa-7033-403b-97b6-2b00b3b9fb3f/WindowsNT4Workstation-KB835732-x86-RUS.exe
837001 http://download.microsoft.com/download/b/3/1/b31f0916-023a-42f5-adb1-7c0e2c462566/Jet40-KB837001-RUS.exe
839645 http://download.microsoft.com/download/a/7/a/a7a8780d-de70-43f1-b592-2974c119ee2f/WindowsNT4Workstation-KB839645-x86-RUS.exe
840315 http://download.microsoft.com/download/a/1/6/a16c3578-8649-4325-a0f8-d9abd8e2b327/WindowsNT4-KB840315-RUS.EXE
841872 http://download.microsoft.com/download/b/d/c/bdce762d-d5a6-4c98-8cb4-be3c4a89c5e8/WindowsNT4Workstation-KB841872-x86-RUS.exe

Windows NT 4.0 Server SP6a EN
169556 ftp://ftp.microsoft.com/bussys/winnt/winnt-public/reskit/nt40/i386/creatals_x86.exe 
242294 ftp://ftp.microsoft.com/bussys/winnt/winnt-public/fixes/usa/nt40/hotfixes-postsp6/security/rasman-fix/fixrasi.exe 
258437 http://download.microsoft.com/download/winntsp/Patch/Q258437/NT4/EN-US/Q258437i.EXE
278499 http://download.microsoft.com/download/2/6/2/26287382-4eff-4e39-b331-624eba8abdae/Q278499i.EXE 
296441 http://download.microsoft.com/download/win2000platform/update/1.5/win98me/en-us/rbupdate.exe 
299444 http://download.microsoft.com/download/winntsp/patch/q299444/nt4/en-us/q299444i.exe
304158 http://download.microsoft.com/download/winntsp/Patch/Q304158/NT4/EN-US/Q304158i.exe
305399 http://download.microsoft.com/download/7/4/8/7482f535-0754-4795-bf13-f059f262066c/q305399i.exe 
312895 http://download.microsoft.com/download/winntsp/Patch/Q312895/NT4/EN-US/Q312895i.exe
313829 http://download.microsoft.com/download/winntsp/patch/q313829/nt4/en-us/q313829i.exe 
314147 http://download.microsoft.com/download/winntsp/patch/q314147/nt4/en-us/q314147i.exe 
318138 http://download.microsoft.com/download/winntsp/patch/q318138/nt4/en-us/q318138i.exe
320206 http://download.microsoft.com/download/winntsp/patch/q320206/nt4/en-us/q320206i.exe 
323172 http://download.microsoft.com/download/winntsp/Patch/Q323172/NT4/EN-US/Q323172i.exe
323255 http://download.microsoft.com/download/winntsrv40/install/q323255/nt4/en-us/hhupd.exe 
326830 http://download.microsoft.com/download/winntsp/Patch/Q326830/NT4/EN-US/Q326830i.exe 
328310 http://download.microsoft.com/download/4/b/6/4b676156-8df8-46f4-a087-f98980d71a32/q328310i.exe 
329115 http://download.microsoft.com/download/winntsp/patch/q329115/nt4/en-us/q329115i.exe
810833 http://download.microsoft.com/download/c/7/9/c79405ee-cc6f-4a32-b4e1-70dc997e5b2f/q810833i.exe 
811493 http://download.microsoft.com/download/8/e/4/8e44f497-c947-47c0-b846-1be11c605811/q811493i.exe 
814078 http://download.microsoft.com/download/5/c/f/5cfd55d8-74b2-4338-868b-129ec01b5bd4/js56men.exe 
815021 http://download.microsoft.com/download/9/3/f/93f82d57-0f2f-40ab-9873-f41d0384e5ee/q815021i.exe 
817606 http://download.microsoft.com/download/0/a/9/0a95e33a-2bb7-4e0a-b389-8eaac99ef364/q817606i.exe 
817772 http://download.microsoft.com/download/7/3/c/73c35094-45f4-469d-9609-2c7288abeec3/windowsmedia41-kb817772-x86-enu.exe 
819696 http://download.microsoft.com/download/b/2/c/b2cef22e-f8a7-4029-af63-87011a64586c/Q819696i.EXE
823182 http://download.microsoft.com/download/0/c/3/0c33cde6-931b-437d-985e-a9351111691f/windowsnt4server-kb823182-x86-enu.exe 
823492 http://download.microsoft.com/download/3/0/8/308972d8-3907-4c48-935b-f0e00248cc99/Q823492i.EXE
823559 http://download.microsoft.com/download/e/f/2/ef23e6c9-f0fd-494c-a989-1e7ffc006085/windows-kb823559-enu.exe 
823803 http://download.microsoft.com/download/0/c/4/0c43ffdb-58fc-4231-83c6-4bfa69f70680/windowsnt4server-kb823803-x86-enu.exe 
823980 http://download.microsoft.com/download/6/5/1/651c3333-4892-431f-ae93-bf8718d29e1a/q823980i.exe 
824105 http://download.microsoft.com/download/e/b/0/eb0efc08-a68b-4635-9287-7894b33276eb/windowsnt4server-kb824105-x86-enu.exe 
824141 http://download.microsoft.com/download/1/6/4/164a5dcf-f241-4bc0-8ed1-31d39fe88d9b/windowsnt4server-kb824141-x86-enu.exe 
824146 http://download.microsoft.com/download/6/2/1/6216d162-1283-4e05-a505-3dc67b70155c/windowsnt4server-kb824146-x86-enu.exe 
825119 http://download.microsoft.com/download/f/0/1/f01c0522-76bd-4889-a620-fd10992489b6/windowsnt4server-kb825119-x86-enu.exe 
828028 http://download.microsoft.com/download/0/7/e/07e72ad3-9b63-4dcb-bcb6-0c0f0fe2c21d/WindowsNT4Server-KB828028-x86-ENU.EXE 
828035 http://download.microsoft.com/download/9/f/1/9f14b3d5-9d44-47e2-8ba6-e562512ff7e2/windowsnt4server-kb828035-x86-enu.exe 
828741 http://download.microsoft.com/download/1/0/8/1088f645-20b8-44ee-aafa-47b2fab94b7d/WindowsNT4Server-KB828741-x86-ENU.EXE 
830352 http://download.microsoft.com/download/a/c/9/ac9ebd81-06b3-4ead-baac-3ccb94361ebc/WindowsNT4Server-KB830352-x86-ENU.EXE 
835732 http://download.microsoft.com/download/6/D/7/6D7FCDA4-1D50-49E7-B4DD-501FA54909C6/WindowsNT4Server-KB835732-x86-ENU.EXE 
837001 http://download.microsoft.com/download/f/2/2/f22a272e-45b8-4226-86b7-49ec1b89a9fb/Jet40-KB837001-ENU.exe 
839645 http://download.microsoft.com/download/a/b/3/ab36f6c2-67b8-4711-8d9a-0cf06b4153e1/WindowsNT4Server-KB839645-x86-ENU.exe 
840315 http://download.microsoft.com/download/a/a/e/aaeb86e6-4805-440d-8ac6-f8eac8b3f84b/WindowsNT4-KB840315-ENU.EXE
840987 http://download.microsoft.com/download/2/D/A/2DA1EE4A-B15F-435C-8C1E-488A9C4174CD/WindowsNT4Server-KB840987-x86-ENU.exe 
841356 http://download.microsoft.com/download/5/2/B/52BBD8BE-78E7-4275-83F6-3A90A87938AE/WindowsNT4Server-KB841356-x86-ENU.exe 
841533 http://download.microsoft.com/download/4/4/E/44EC3F6B-3033-481F-A746-AF19F8A2E850/WindowsNT4Server-KB841533-x86-ENU.exe 
841872 http://download.microsoft.com/download/d/e/1/de1dd54f-a6b9-4206-8496-418a1709ae95/WindowsNT4Server-KB841872-x86-ENU.exe
870763 http://download.microsoft.com/download/F/E/C/FEC9EFE8-B73D-4731-AEDF-461F90D5A77F/WindowsNT4Server-KB870763-x86-ENU.exe 
873339 http://download.microsoft.com/download/9/0/1/9013C8D2-1586-4913-AE2F-8FA4A27224EA/WindowsNT4Server-KB873339-x86-ENU.exe 
873350 http://download.microsoft.com/download/1/6/1/16145263-1A0D-4421-A6AC-112E200CF804/WindowsNT4Server-KB873350-x86-ENU.exe 
883935 http://download.microsoft.com/download/e/c/3/ec35e11c-fee1-44a4-9144-e65141da2ed2/WindowsNT4OptionPack-KB883935-x86-enu.EXE 
885249 http://download.microsoft.com/download/6/9/8/6982EE0F-933A-4E90-9FB9-376C89AD3475/windowsnt4server-kb885249-x86-enu.exe 
885834 http://download.microsoft.com/download/a/5/7/a57ea457-fac7-42fa-bb7f-dc1782a03d4e/WindowsNT4Server-KB885834-x86-ENU.exe 
885835 http://download.microsoft.com/download/8/3/F/83F2502C-6196-41A7-B2A4-11199A50A5E6/WindowsNT4Server-KB885835-x86-ENU.exe 
885836 http://download.microsoft.com/download/2/C/B/2CB94FD1-9180-4338-A353-AB17004AE347/WindowsNT4Server-KB885836-x86-ENU.exe 
890175 http://download.microsoft.com/download/B/1/9/B1937347-E4C4-4C6F-86EE-88BB58A1FAFF/WindowsNT4-KB890175-ENU.EXE 
891711 http://download.microsoft.com/download/2/E/4/2E4D50D5-854C-48C3-A928-80C5DDC958E4/WindowsNT4Server-KB891711-x86-ENU.exe

Windows NT 4.0 Terminal Server SP6 EN
265714 http://download.microsoft.com/download/winntterminal/patch/q265714/nt4/en-us/q265714i.exe
296441 http://download.microsoft.com/download/win2000platform/update/1.5/win98me/en-us/rbupdate.exe
305399 by request
307454 http://download.microsoft.com/download/4/B/5/4B5812E7-68D0-4636-8EC6-1C290948C225/WindowsNT4TerminalServer-KB307454-x86-ENU.EXE
312895 http://download.microsoft.com/download/winntterminal/Patch/Q312895/NT4/EN-US/Q312895i.exe
313829 http://download.microsoft.com/download/winntsp/patch/q313829/nt4/en-us/q313829i.exe
314147 http://download.microsoft.com/download/win98/update/23433/w98/en-us/314147usa8.exe
317636r http://download.microsoft.com/download/winntterminal/patch/q317636/nt4/en-us/q317636i.exe
318138 http://download.microsoft.com/download/winntterminal/patch/q318138/nt4/en-us/q318138i.exe
320206 http://download.microsoft.com/download/winntterminal/patch/q320206/nt4/en-us/q320206i.exe
323172 http://download.microsoft.com/download/winntterminal/patch/q323172/nt4/en-us/q323172i.exe
323255 http://download.microsoft.com/download/winntsrv40/install/q323255/nt4/en-us/hhupd.exe
326830 http://download.microsoft.com/download/winntterminal/Patch/Q326830/NT4/EN-US/Q326830i.exe
328310 http://download.microsoft.com/download/b/5/5/b5506aac-f244-4eb8-9e7c-a18b7df563a3/q328310i.exe
329115 http://download.microsoft.com/download/winntterminal/Patch/Q329115/NT4/EN-US/Q329115i.EXE
810833 http://download.microsoft.com/download/3/6/d/36d7bf6a-56b3-4e56-b332-e4bd4ced994e/q810833i.exe
811493 http://download.microsoft.com/download/7/6/9/7694876b-3241-4e23-bacc-966ce97b038a/q811493i.exe
814078 http://download.microsoft.com/download/5/c/f/5cfd55d8-74b2-4338-868b-129ec01b5bd4/js56men.exe
815021 http://download.microsoft.com/download/7/5/5/7558f0aa-0351-40fb-b725-cc52842bded2/q815021i.exe
817606 http://download.microsoft.com/download/c/4/6/c461ea9d-5356-4f72-b97d-082cbc228b6d/q817606i.exe
817772 http://download.microsoft.com/download/7/3/c/73c35094-45f4-469d-9609-2c7288abeec3/windowsmedia41-kb817772-x86-enu.exe
819696 http://download.microsoft.com/download/b/2/c/b2cef22e-f8a7-4029-af63-87011a64586c/Q819696i.EXE
823182 http://download.microsoft.com/download/4/8/3/4830ab7c-bcec-4987-b853-1c4a36daa9b2/windowsnt4terminalserver-kb823182-x86-enu.exe
823492 http://download.microsoft.com/download/5/0/4/504eb830-4412-4928-b830-4ce911059a32/Q823492i.EXE
823559 http://download.microsoft.com/download/e/4/3/e43b7a5a-3ae4-4a55-81e1-43ce62efbb7e/windows-kb823559-enu.exe
823803 http://download.microsoft.com/download/2/4/c/24cbb182-3d45-4b09-a2b9-a23372dddac4/q823803i.exe
823980 http://download.microsoft.com/download/4/6/c/46c9c414-19ea-4268-a430-53722188d489/q823980i.exe
824105 http://download.microsoft.com/download/d/c/d/dcd4f5de-3383-43b3-a3c5-d564740d90eb/windowsnt4terminalserver-kb824105-x86-enu.exe
824141 http://download.microsoft.com/download/6/c/e/6ce02be2-1079-4919-8819-ff6351ee1f7e/windowsnt4terminalserver-kb824141-x86-enu.exe
824146 http://download.microsoft.com/download/8/b/5/8b534384-5ce7-482d-8886-7c3dac565f51/windowsnt4terminalserver-kb824146-x86-enu.exe
825119 http://download.microsoft.com/download/a/6/a/a6abfa2b-00d0-4481-a88c-08f1ec67bd67/windowsnt4terminalserver-kb825119-x86-enu.exe
828028 http://download.microsoft.com/download/0/6/f/06fd1a90-adf4-4a5a-8bd6-3d4b35305b6d/WindowsNT4TerminalServer-KB828028-x86-ENU.EXE
828035 http://download.microsoft.com/download/f/8/f/f8f40f19-6c28-4887-82ab-71d4338bb8eb/windowsnt4terminalserver-kb828035-x86-enu.exe
828741 http://download.microsoft.com/download/4/6/7/467aa3b1-e693-4078-a670-0af701bb0738/WindowsNT4TerminalServer-KB828741-x86-ENU.EXE
830352 http://download.microsoft.com/download/8/0/c/80cb9adc-e475-4875-a0fa-ed333a02a295/WindowsNT4TerminalServer-KB830352-x86-ENU.exe
835732 http://download.microsoft.com/download/A/4/8/A48F939A-DD6E-4EC2-A8C3-98E74F6E6128/WindowsNT4TerminalServer-KB835732-x86-ENU.EXE
837001 http://download.microsoft.com/download/f/2/2/f22a272e-45b8-4226-86b7-49ec1b89a9fb/Jet40-KB837001-ENU.exe
839645 http://download.microsoft.com/download/3/8/0/3801011b-8792-46e9-80db-3f54f8ba940f/WindowsNT4TerminalServer-KB839645-x86-ENU.exe
840315 http://download.microsoft.com/download/a/a/e/aaeb86e6-4805-440d-8ac6-f8eac8b3f84b/WindowsNT4-KB840315-ENU.EXE
840987 http://download.microsoft.com/download/C/8/D/C8D9F250-2BC2-4DC5-98F5-E4BC0958ECAF/WindowsNT4TerminalServer-KB840987-x86-ENU.exe
841356 http://download.microsoft.com/download/0/0/F/00F13B72-62B6-488F-AA7A-4B9261A17CF8/WindowsNT4TerminalServer-KB841356-x86-ENU.exe
841533 http://download.microsoft.com/download/C/D/1/CD18B932-3789-4CA0-8DFD-5AC806D75DA8/WindowsNT4TerminalServer-KB841533-x86-ENU.exe
841872 http://download.microsoft.com/download/4/a/2/4a25113f-4f9b-46b0-9d2a-c9a245759f8c/WindowsNT4TerminalServer-KB841872-x86-ENU.exe
870763 http://download.microsoft.com/download/6/2/3/623C91E4-6FEF-49CF-9296-99B91890750F/WindowsNT4TerminalServer-KB870763-x86-ENU.exe
873339 http://download.microsoft.com/download/4/7/0/470BA8D8-E531-4595-97EB-9F79A9F20CBD/WindowsNT4TerminalServer-KB873339-x86-ENU.exe
873350 http://download.microsoft.com/download/5/C/9/5C972F06-C43F-404D-AD9D-44C33AA88F25/WindowsNT4TerminalServer-KB873350-x86-ENU.exe
883935 http://download.microsoft.com/download/e/c/3/ec35e11c-fee1-44a4-9144-e65141da2ed2/WindowsNT4OptionPack-KB883935-x86-enu.EXE
885249 http://download.microsoft.com/download/B/3/9/B394F291-A329-4215-B886-5387F018DF70/WindowsNT4TerminalServer-KB885249-x86-ENU.exe
885834 http://download.microsoft.com/download/8/0/7/807f9d4a-0234-4510-98de-960289f5d55c/WindowsNT4TerminalServer-KB885834-x86-ENU.exe
885835 http://download.microsoft.com/download/B/5/E/B5EC1ECF-8ACF-4ECF-819E-54C412C90FB7/WindowsNT4TerminalServer-KB885835-x86-ENU.exe
885836 http://download.microsoft.com/download/2/4/3/2435C187-DD2C-4F25-B0C7-30C2C78E5FCA/WindowsNT4TerminalServer-KB885836-x86-ENU.exe
890175 http://download.microsoft.com/download/B/1/9/B1937347-E4C4-4C6F-86EE-88BB58A1FAFF/WindowsNT4-KB890175-ENU.EXE
891711 http://download.microsoft.com/download/3/2/8/3285FDDC-4D00-4977-AA7D-21A602CB945A/WindowsNT4TerminalServer-KB891711-x86-ENU.exe

Hope this helps.

#72 User is offline   pcalvert 

  • Member
  • PipPip
  • Group: Members
  • Posts: 114
  • Joined: 21-May 05

Posted 18 November 2009 - 11:22 PM

View Postbearwindows, on Nov 13 2009, 03:28 PM, said:

I made my own updates list.

Hope this helps.

It helps a lot. Thank-you!

Phil

#73 User is offline   BeardedBlunder 

  • Group: Members
  • Posts: 7
  • Joined: 11-January 12
  • OS:XP Pro x86
  • Country: Country Flag

Posted 12 January 2012 - 08:44 PM

So what happened with this project?
Anyone followed these instructions sucessfully?
I was intending to have a go, but reading through I ran into err some confusion partly from point 20 directing me over to bearwindows which is a standard attempt with the standard "then reapply sp6a" gotcha.. which TOTALLY defeats the object of slipstreaming to begin with.. & partly from trying to figure out what steps there are made redundant by steps here...

I also got confused at point 13

Quote

What about Registry edits? Relax, I’ve got you covered.
as I may be dense, but I don't see at any point how & where these get covered :}

#74 User is offline   pcalvert 

  • Member
  • PipPip
  • Group: Members
  • Posts: 114
  • Joined: 21-May 05

Posted 18 January 2012 - 05:57 PM

View PostBeardedBlunder, on 12 January 2012 - 08:44 PM, said:

I was intending to have a go, but reading through I ran into err some confusion partly from point 20 directing me over to bearwindows which is a standard attempt with the standard "then reapply sp6a" gotcha.. which TOTALLY defeats the object of slipstreaming to begin with..

Not really. If reapplying SP6a is the only requirement, I see that as a minor issue and quite acceptable. If you needed to install all of the other updates that you slipstreamed then, yes, it would be pointless.

Phil

#75 User is offline   BeardedBlunder 

  • Group: Members
  • Posts: 7
  • Joined: 11-January 12
  • OS:XP Pro x86
  • Country: Country Flag

Posted 19 January 2012 - 10:58 PM

Quote

Not really. If reapplying SP6a is the only requirement, I see that as a minor issue and quite acceptable. If you needed to install all of the other updates that you slipstreamed then, yes, it would be pointless.


Do I trust the sp6a installer not to overwrite post sp6a hotfixes, while lulling me into thinking they're applied when in fact it's just unfixed them (or some of them)?

More than one hotfix microsoft have issued overwrites some files with older versions, even if it version checks the main fixed file...

Sooooo, um, No I do NOT.. this leaves an unfeasible amount of investigation to do post sp6a reapplication. Quicker to just reapply the hotfixes.

Or even better slip the fixes into the SP instead of the install media, since it appears you have to apply the SP anyhow. I begin to wonder if an effective slipstream for NT4 isn't in fact impossible as most sites state.

The whole point of slipstreaming a service pack is that afterwards you don't have to apply it, just install windows, unless I'm missing something, yet here we have a process which still requires it, the requirement is just hidden by the redirect to bearwindows for the instruction.

I thought I'd found something really cool here, it would seem I was mistaken. :(

#76 User is offline   pcalvert 

  • Member
  • PipPip
  • Group: Members
  • Posts: 114
  • Joined: 21-May 05

Posted 24 February 2012 - 05:52 PM

BeardedBlunder,

I have to say that I agree with you. An updated service pack or an updated post-SP roll-up seem like better approaches.

Phil

#77 User is offline   fdv 

  • MSFN Expert
  • Group: Developers
  • Posts: 1,109
  • Joined: 16-July 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 27 September 2012 - 02:40 PM

View PostBeardedBlunder, on 19 January 2012 - 10:58 PM, said:


The whole point of slipstreaming a service pack is that afterwards you don't have to apply it, just install windows, unless I'm missing something, yet here we have a process which still requires it, the requirement is just hidden by the redirect to bearwindows for the instruction.

I thought I'd found something really cool here, it would seem I was mistaken. :(


You don't need to re-apply SP6a. Wendy completed the INF. PM me for more detail.

#78 User is offline   os2fan2 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 417
  • Joined: 09-September 04

Posted 20 November 2012 - 02:57 AM

I've revived the old tapes saved to cdrom. I've been off line some what, and the system had a few crashes. still it was all on a diskette some time back, so that's good, too.

MODS: most searches point to this thread, so it's best to allow me to revive it - rather than locking it out because it's old. Please don't lock it!

The current intent is to build a post-rollup, for which one expands the sp6a and the rollup, and then run assorted supplied scripts to integrate all of the stuff into the winnt source files.

There's a couple of extra fixen existing, which are part of DOS (like the phatcode qbasic fix), which i plan to sneak in as well. They're mostly fixes, not new functionality, although some consideration to be given to EDIT along with QBED (edit.com v 1.0 or 1.1). Maybe even a DOS help file for Windows nt4!

And, yes, it really does work without having to apply sp6a or anything.

This post has been edited by os2fan2: 20 November 2012 - 03:00 AM


#79 User is offline   dencorso 

  • Adiuvat plus qui nihil obstat
  • Group: Super Moderator
  • Posts: 4,867
  • Joined: 07-April 07
  • OS:98SE
  • Country: Country Flag

Posted 20 November 2012 - 03:38 AM

View Postos2fan2, on 20 November 2012 - 02:57 AM, said:

MODS: most searches point to this thread, so it's best to allow me to revive it - rather than locking it out because it's old. Please don't lock it!

Rest assured it won't be locked... we at MSFN don't frown on old threads reactivated for good reasons. BTW, it's good to have you around again, welcome back! :hello:

#80 User is offline   Brabant 

  • Junior
  • Pip
  • Group: Members
  • Posts: 99
  • Joined: 05-August 08
  • OS:none specified
  • Country: Country Flag

Posted 21 November 2012 - 01:45 PM

View Postos2fan2, on 20 November 2012 - 02:57 AM, said:

The current intent is to build a post-rollup, for which one expands the sp6a and the rollup, and then run assorted supplied scripts to integrate all of the stuff into the winnt source files.

So I'd unpack sp6a to a directory, the same for q299444i.exe roll-up and also for later fixes (those in the first post).
Keep the hotfix.inf that comes with each fix,
and "run assorted supplied scripts" ?

Do you have (test versions of) these scripts?

Share this topic:


  • 5 Pages +
  • « First
  • 2
  • 3
  • 4
  • 5
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy