Jump to content

Kurt_Aust

Member
  • Posts

    617
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Australia

Everything posted by Kurt_Aust

  1. I had a similar question asked about W2K, see here for my test results.
  2. Will other PCs (preferable those with a completely different chipset) recognise your nLited CD? If so you've probably integrated the wrong SATA drivers, I had a similar problem with nForce SATA drivers about a month ago, drove me nuts.
  3. That seemed to do the trick, with one modification. I had to move IF EXIST *.msp FOR /F %%I IN ('DIR/B *.msp') DO (ECHO Processing %%I...&START/WAIT MSIEXEC /p %%I /a "!DNF1DIR!DNF11\netfx.msi" /qb) further down the script, as it complained about sp1 not being installed. The (apparently working) modified section now looks like: IF EXIST dotnetfx.exe IF "%PROCESS_DNF1%"=="YES" ( ECHO Processing .NET 1.1 installer...&MD "!DNF1DIR!DNF11"&CALL :TMPCOUNT START/WAIT dotnetfx.exe /C /T:"!TMPDIR!" START/WAIT MSIEXEC /a "!TMPDIR!\netfx.msi" TARGETDIR="!DNF1DIR!DNF11" /qb IF EXIST NDP1.1*.exe FOR /F %%I IN ('DIR/B/ON NDP1.1*.exe') DO ( ECHO Processing %%I...&CALL :TMPCOUNT START/WAIT %%I /XP:"!TMPDIR!" FOR /F %%I IN ('DIR/B/ON "!TMPDIR!\*.msp"') DO START/WAIT MSIEXEC /p "!TMPDIR!\%%I" /a "!DNF1DIR!DNF11\netfx.msi" /qb IF EXIST "!TMPDIR!\M*.msp" FOR /F %%A IN ('DIR/B/ON "!TMPDIR!\*.msp"') DO ECHO>>DNF1REM.TXT %%~nA ) IF EXIST *.msp FOR /F %%I IN ('DIR/B *.msp') DO (ECHO Processing %%I...&START/WAIT MSIEXEC /p %%I /a "!DNF1DIR!DNF11\netfx.msi" /qb) IF EXIST M*.msp FOR /F %%I IN ('DIR/B/ON M*.msp') DO ( ECHO Processing %%I...&START/WAIT MSIEXEC /p %%I /a "!DNF1DIR!DNF11\netfx.msi" /qb&ECHO>>DNF1REM.TXT %%~nI ) ECHO>INSTALL1.CMD START/WAIT MSISTUB DNF11\netfx.msi /passive /norestart IF EXIST DNF1REM.TXT FOR /F %%I IN (DNF1REM.TXT) DO ( COPY NUL "!DNF1DIR!DNF11\Win\Microsoft.NET\Framework\URTInstallPath\Updates\%%I\%%IUninstall.msp" >NUL ECHO>>DNF11.REG [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%%I] ) IF EXIST %LANGPACK1_NAME% IF "%PROCESS_DNF1_LNG%"=="YES" ( ECHO Processing %LANGPACK1_NAME%...&CALL :TMPCOUNT START/WAIT %LANGPACK1_NAME% /C /T:"!TMPDIR!" START/WAIT MSIEXEC /a "!TMPDIR!\langpack.msi" TARGETDIR="!DNF1DIR!DNF11" /qb ECHO>>INSTALL1.CMD DIR/B/A-D/S "%%ALLUSERSPROFILE%%"^>AUP.TXT ECHO>>INSTALL1.CMD FOR /F "DELIMS=" %%%%I IN ^('FINDSTR/I /C:"Microsoft .NET Framework 1.1 Configuration.lnk" AUP.TXT'^) DO SET DNFC=%%%%I ECHO>>INSTALL1.CMD FOR /F "DELIMS=" %%%%I IN ^('FINDSTR/I /C:"Microsoft .NET Framework 1.1 Wizards.lnk" AUP.TXT'^) DO SET DNFW=%%%%I ECHO>>INSTALL1.CMD IF DEFINED DNFC DEL/Q/F "%%DNFC%%" ECHO>>INSTALL1.CMD IF DEFINED DNFW DEL/Q/F "%%DNFW%%" ECHO>>INSTALL1.CMD START/WAIT MSISTUB DNF11\langpack.msi /passive FOR /F %%I IN ('DIR/B "!DNF1DIR!DNF11\Program Files\Internet Explorer\MUI"') DO IF NOT "%%I"=="0409" SET DNF11LNGSTR=%%I IF DEFINED DNF11LNGSTR CALL :GETDNF11LNG ) ECHO. ) Mind you the extent of my testing so far is to check that it doesn't show on Windows Update and that the updated version of GDI+ is installed.
  4. September updates Deletions: Hotfix\300-IE6.0sp1-KB938127-Windows2000-x86-ENU.exe RunOnce\dotNET11sp1a.exe Additions: Hotfix\580-IE6.0sp1-KB938464-Windows2000-x86-ENU.exe [1,530,952] RunOnce\NDP20SP1-KB947748-x86.exe [1,295,384] RunOnce\dotNET11sp1b.exe [12,424,654]
  5. Will you be adding support for: NDP1.1sp1-KB947742-X86.exe under Windows 2000 ? Currently one gets a msiexec options pop-up box.
  6. September updates Additions: @ Hotfix\520-WindowsServer2003.WindowsXP-KB938464-x64-ENU.exe [4,394,032] @ WMP11\WindowsMedia11-KB954154-x64-ENU.exe [744,512] With the recently revealed vulnerabilities in DNS & BGP I've changed WinUp.lnk's properties from "%ProgramFiles(x86)%\Internet Explorer\IExplore.exe" update.microsoft.com to "%ProgramFiles(x86)%\Internet Explorer\IExplore.exe" https://update.microsoft.com as SSL protects you from man-in-the-middle attacks and if there's ever a site you need to be sure you can trust ... Application AddOns, added support for: Shockwave Player plugin You need the "full" version Silverlight Player plugin Adobe Reader Lite Liposuctioned version by Shark007, requires 7-Zip
  7. In theory it should work OK, but as I don't have a Vista box to test on I can't say for sure. One could also take the apparent complete lack of posts complaining that it doesn't work as evidence that it does. In theory it should work OK, but as I don't have a Vista box to test on I can't say for sure. One could also take the apparent complete lack of posts complaining that it doesn't work as evidence that it does. Woah, gotta get more sleep, I'm starting to see double.
  8. Um, no. For those who are interested, a new version (2.0) of Sun VirtualBox was released yesterday that according to the changelog supports 64-bit guests (but only on 64-bit hosts). However, while XP x64 seemed to install OK, I for one couldn't get the virtual machine additions to work (error opening file).
  9. If you are getting timing issues with the DriverPacks then you should use the custom finisher option and place the finisher command: rem support Bashrat the Sneaky's Driver Packs %SystemDrive%\DPsFnshr.exe above the "Start ShutDown ..." line in your batch file. The following is a good idea for the start of the batch file (2 minute delay, n-1): rem startup delay to allow disk thrashing to subside before proceeding Ping -n 121 127.0.0.1>nul
  10. It's been bugging me for a while, on the regional setting page I get a Keyboard type of 00000409 when working on Win XP Pro (x32) or Win XP x64, but strangely enough not when working on Win 2000. Everything still seems to work OK though, any ideas as to why?
  11. Added to \Hotfix: % ▼ 385-WindowsServer2003.WindowsXP-KB944043-v5-x64-ENU.exe [9,298,480] Optional, Server 2008 compatibility pack (untested) Probably should say untestable as I don't have access to a Server 2008 box. Updated Run1_XP-64.bat for latest program versions. Also cleaned up the download section (made direct download links more obvious). I will be removing most of the optionals from the .7z archive on the next update, they will remain in the torent as most clients allow individual selection of files to be downloaded.
  12. Added support for automated install of Virtual Machine drivers and details on multi-CD installs. Changes to main post below: [Run2_W2Ksp5.bat] rem startup delay to allow disk thrashing to subside before proceeding ping -n 121 127.0.0.1>nul rem remove second pass from scheduled tasks SchTasks /delete /tn Run2 /f rem support Bashrat the Sneaky's Driver Packs %SystemDrive%\DPsFnshr.exe Set DocuSett=%SystemDrive%\Documents and Settings rem install & configure Open Office, requires 7-Zip for configuration options "%ProgramFiles%\7-Zip\7z" X AddOns\OOo_2.4.1_Win32Intel_install_en-US.exe -O%Temp%\OpenOffice If exist %Temp%\OpenOffice\openofficeorg24.msi msiexec /I %Temp%\OpenOffice\openofficeorg24.msi ALLUSERS=1 SELECT_WORD=1 SELECT_EXCEL=1 SELECT_POWERPOINT=1 ADDLOCAL=ALL /Qr RmDir /S /Q %Temp%\OpenOffice If Not exist "%ProgramFiles%\7-Zip\7z.exe" AddOns\OOo_2.4.1_Win32Intel_install_en-US.exe /S rem silent installers go here rem extract virtual machine drivers "%ProgramFiles%\7-Zip\7z" X AddOns\Windows.iso -O%Temp%\VMware "%ProgramFiles%\7-Zip\7z" X AddOns\VMAdditions.iso -O%Temp%\VirtualPC "%ProgramFiles%\7-Zip\7z" X AddOns\VBoxGuestAdditions.iso -O%Temp%\VirtualBox rem second pass of updates RunOnce\Windows2000-KB951698-v2-DX9-ENU.exe /Passive /NoRestart RunOnce\WMP09-Setup-98Me2000.exe /Q RunOnce\WindowsMedia9-KB936782-x86-ENU.exe /Passive /NoRestart RunOnce\WindowsUpdateAgent30-x86.exe /Q /WUforce If exist "%Temp%\VMware\VMware Tools.msi" RunOnce\Windows2000-KB941569-x86-ENU.EXE /Passive /NoRestart If exist "%Temp%\VirtualPC\Windows\VirtualMachineAdditions.msi" RunOnce\Windows2000-KB941569-x86-ENU.EXE /Passive /NoRestart rem install virtual machine drivers "%Temp%\VirtualBox\VBoxGuestAdditions.exe" /S msiexec /I "%Temp%\VMware\VMware Tools.msi" ADDLOCAL=ALL /Passive /ForceRestart msiexec /I "%Temp%\VirtualPC\Windows\VirtualMachineAdditions.msi" ADDLOCAL=ALL /Passive /ForceRestart RunOnce\Windows2000-KB941569-x86-ENU.EXE /Passive /ForceRestart Part 5: Multi-media installations Sometimes you won't be able to fit everything you want onto one CD and a DVD can't be used. In that case skip step 7 and instead burn the files & folders you would have copied to another CD. You will also have to do one of the following: A ) If you have multiple CD drives just put one CD in each, too easy. B ) Set a system boot password in BIOS and then change CDs on the second reboot. C ) Insert a Pause command as the first line of the RunOnce file (step 5), change CDs on the pause. If you find that you've added too many AddOns and your image is over CD size, you can just delete the appropriate executables from \I386\svcpack and recreate the image. Most of the executables will be switchless installers so you could instead add them to Run2_W2Ksp5.bat (open the original .cab file and read the Entries*.ini file to be sure). For instance you could do a base W2K CD with all the DriverPacks (except Graphics A) and another CD with 560MB of application installs (113MB already reserved). Part 7: Testing There are 3 free Virtualization programs that you can use to test your creation, VMware Server, Sun VirtualBox and Microsoft VirtualPC 2007. Automatic installation of Virtual Machine drivers is supported, just place the appropriate .iso file at \AddOns (you MUST use a 7-Zip AddOn for this to work, from either Rado354 or JohnDoe74). VMware Server Pros: Can virtualize just about anything, including x64 guest OS's (x64 guest requires recent CPU) Cons: 5 times the size of the others, registration required ISO: %ProgramFiles%\VMware\VMware Server\Windows.iso Sun VirtualBox (last version to run on a Win2000 host here) Pros: Nice seemless mode, also good for virtualizing Linux Cons: Will not virtualize Win9x properly, do NOT install Comodo Firewall on the guest ISO: %ProgramFiles%\Sun xVM VirtualBox\VBoxGuestAdditions.iso Microsoft VirtualPc 2007 (Host OS XP or later) Pros: Good for virtualizing Win9x, guest usuable even without VM drivers Cons: Will not virtualize non Microsoft Os's properly ISO: %ProgramFiles%\Microsoft Virtual PC\Virtual Machine Additions\VMAdditions.iso
  13. The IF ... statement is there for 5eraph's update pack. 5eraph's update pack creates a working "Microsoft Update.lnk", so I check for it's existence. If it exists a "Windows Update.lnk" is redundant, if not then Run1_XP-64.bat fixes the broken link.
  14. This may not apply to v3.0.25.378 but: I've tested (for my W2K guide) automated installation of Virtual Machine extensions for VMware Server, MS Virtual PC 2007 and Sun VirtualBox. I found that Comodo Firewall v2.4.18.184 (last version to work with W2K) is incompatible with VirtualBox, once installed the Virtual OS will not start, even in safe mode. It works fine in VMware Server and MS Virtual PC 2007.
  15. Go to the P2P downloads section, you can get a version without Java via torrent. Or you could extract your Java bundled download with 7-zip and just run the Open Office installer.
  16. August updates Deletions: Hotfix\360-OE6.0sp1-KB941202-Windows2000-x86-ENU.exe Hotfix\500-Windows2000-KB950760-x86-ENU.EXE Hotfix\510-IE6.0sp1-KB950759-Windows2000-x86-ENU.exe Additions: Hotfix\530-OE6.0sp1-KB951066-Windows2000-x86-ENU.exe [2,426,944] Hotfix\540-Windows2000-KB950974-x86-ENU.EXE [578,272] Hotfix\550-Windows2000-KB953839-x86-ENU.EXE [496,352] Hotfix\560-Windows2000-KB952954-x86-ENU.EXE [524,000] Hotfix\570-IE6.0sp1-KB953838-Windows2000-x86-ENU.exe [4,208,712] Also there are new versions of: RunOnce\WindowsUpdateAgent30-x86.exe [7,048,216] updated 7 Aug 08 EXTRACT the latest (Aug 08) DirectX redistributable to \DirectX_9c (you can get back 33MB by deleting the x64.cab files). MD5: 3FA04CDE0808ED0AB035AB56735FA86B SHA1: 44B175AD7E2A2614AA91BFB816EAB0279BCAC61E
  17. TranceEnergy: As I read it, .Net 3.5 sp1 does NOT install language packs by default, rather using the /Lang switch allows you to install one additional language pack. I timed the .Net 3.5 sp1 install in a VM on my new machine (7 minutes) and on my rebuilt old machine (6 minutes, now a hand-me-"up" to my parents). It's hard to see that you'd save any significant install time as installing a language pack is basically just copying dictionary files. On the hotfix list: The following are not publicly available (MS download centre) and have only received limited testing. I can say potential for regression bug ... KB948570 KB948963 KB945272 KB952679 KB944043 I'll look at this one but no guarantees KB942288 vs KB927891 (msi.dll) Marked as optional, nLite will only add the most up to date (as defined by version number) file to the installation source, once Microsoft is satisfied that there are no compatibility issues with v4.5, v3.1 will be dropped. KB941833 (msxml4) I tried installing this one manually once, but it threw a version mismatch error. Reading the KB article indicates that it is only to resolve a Vista specific issue with KB936181. KB946648 (Messenger) Granted, it may be old, but it's the version that's on the CD. I can't remember if it's part of a default install, but as it's in "Set Program Access and Defaults >> Add/Remove Windows Components", one could say it's already marked as optional. KB924131 (VirtualPC) This one I'm just going by the documentation, I don't have any AMD-V capable processors to test against. KB914783 (XMLlite) That version will not install on an sp2 patched box, tested when I was trying to find out why KB943729 kept showing up on windows update. Johnhc: I'll take another look at Flash Player once it reaches final release status, no beta products in the "Core" updates, OK for the supported optional application installs. Google (perpetual beta {tm}), I'm looking at you! Adamski: Not really within the scope of this topic. This guide is just meant to be quick, easy and failsafe using the original Microsoft installers. Too much information will just be confusing to the vast majority of users who are perfectly happy with the default paths (and poorly written installers might have problems with non-default paths). Such questions are best dealt with in their own topic, for one thing you get to use a descriptive topic heading that will help others searching for similar information.
  18. It's nothing you've done, rather Windows 2000 does not natively support 48 bit Logical Block Addressing, so you have an upper limit of 137GB. Could it also be that the HDD is SATA? If so see if there is a setting in BIOS that will set the drive to IDE mode. To get around the 137GB limit integrate the Unofficial Service Pack 5 (using the driverpacks referred to in that post should solve any SATA related issues).
  19. August updates Deletions: Hotfix\220-WindowsServer2003.WindowsXP-KB941202-x64-ENU.exe Hotfix\240-WindowsServer2003.WindowsXP-KB942763-x64-ENU.exe Hotfix\365-WindowsServer2003.WindowsXP-KB944338-x64-ENU.exe Hotfix\400-WindowsServer2003.WindowsXP-KB950760-x64-ENU.exe Hotfix\420-IE7-WindowsServer2003.WindowsXP-KB950759-x64-ENU.exe Additions: @ 155-WindowsServer2003.WindowsXP-KB936357-x64-ENU.exe [770,440] Intel CPU update, no effect on AMD CPUs (my new PC has a Q9450) @ 450-WindowsServer2003.WindowsXP-KB953839-x64-ENU.exe [674,352] @ 460-WindowsServer2003.WindowsXP-KB951072-x64-ENU.exe [739,376] @ 470-WindowsServer2003.WindowsXP-KB951066-x64-ENU.exe [1,697,840] @ 480-WindowsServer2003.WindowsXP-KB946648-x64-ENU.exe [712,240] @ 490-WindowsServer2003.WindowsXP-KB950974-x64-ENU.exe [1,036,336] @ 500-WindowsServer2003.WindowsXP-KB952954-x64-ENU.exe [830,512] # 510-IE7-WindowsServer2003.WindowsXP-KB953838-x64-ENU.exe [37,187,632] Direct link to .exe There are also new versions of: # WindowsUpdateAgent30-x64.exe [7,048,216] Direct link to .exe updated 7 Aug 08 % directx_aug2008_redist.exe [84,245,536] Direct link to .exe MD5: 3FA04CDE0808ED0AB035AB56735FA86B SHA1: 44B175AD7E2A2614AA91BFB816EAB0279BCAC61E .Net 3.5 SP1 released 11 Aug 08 % dotnetfx35.exe [242,743,296] Direct link to .exe You want the Redistributable Package from near the bottom of the page MD5: D481CDA2625D9DD2731A00F482484D86 SHA1: 3DCE66BAE0DD71284AC7A971BAED07030A186918
  20. 1. Session file always helpful 2. Pretty old version, current one is 1.0.12.0 3. You are integrating the x64-extended (and NOT the Itanium) driver as Textmode rather than PnP?
  21. From the [Drivers] section it looks like you grabbed the drivers from Bashrat's DriverPacks? The SM Bus controller can be obtained here [integrated/Motherboard >> Radeon Xpress 200 >> South Bridge Driver] The Launch Manager Driver can be found here Everthing you ever wanted to know about the 5020 series but were afraid to ask
  22. You guess correctly (though I think you're stuck with the cabs). Your prize is a suggestion that those who make update packs (RyanVM forums) are more likely to be able to give a definite answer to your question.
  23. As I understand it, Microsoft's hotfix installers as well as 3rd party apps like nLite, HFslip & RVM integrator use the build number simply to determine which is the latest version and hence whether the file in question should be replaced. If you look at the version number it is in the form x.x.x.x, for XP x64 it should be 5.2.3790.x where: 5 => NT5 series 2 => 2K3 series (Win2000 5.0, WinXP 5.1) 3790 => Build number of service pack 2 Only the last number should change. Contents of my svcpack.in_ [Version] Signature="$Windows NT$" MajorVersion=5 MinorVersion=2 BuildNumber=3790 [SetupData] CatalogSubDir="\amd64\SVCPACK" [ProductCatalogsToInstall] IDNMITIGATIONAPIS.CAT IE7.CAT KB924667-V2.CAT KB925398.CAT KB925876.CAT KB925902.CAT KB927891.CAT KB929123.CAT KB929399.CAT KB930178.CAT KB931261.CAT KB932168.CAT KB932596.CAT KB933729.CAT KB935839.CAT KB935840.CAT KB936021.CAT KB936782.CAT KB938127-IE7.CAT KB939683.CAT KB941202.CAT KB941569.CAT KB941693.CAT KB942288-V4.CAT KB942763.CAT KB942830.CAT KB942831.CAT KB943055.CAT KB943460.CAT KB943485.CAT KB943729.CAT KB944653.CAT KB945553.CAT KB946026.CAT KB948590.CAT KB950759-IE7.CAT KB950760.CAT KB950762.CAT KB951376.CAT KB951698.CAT KB951748.CAT MSCOMPPACKV1.CAT NLSDOWNLEVELMAPPING.CAT WMFDIST11-64.CAT WMP11-64.CAT WUDF01000.CAT [SetupHotfixesToRun] daemontools-lite-4301.exe SPTD-156-x64.exe kb942288-v4.exe /q /n /z /o /b:sp2qfe KB923789.EXE /Q kb925876.exe /q /n /z /o /b:sp2gdr kb925398_wmp64.exe /q /n /z /o KB936181.EXE /quiet KB933579.EXE /quiet kb942763.exe /q /n /z /o /b:sp2gdr kb950760.exe /q /n /z /o /b:sp2gdr kb943729.exe /q /n /z /o [CatalogHeader] ; Customized by nLite - www.nliteos.com
  24. It would seem that accessing the array adds significant overhead (more filters) as I got the message "Not enough server storage is available to process this command" when accessing a shared folder over the network after rebuilding my old box with 2*250GB in RAID 0 (yes I know it's risky but I've written a batch file to back it up across the network twice a week). The error did not exist when the 2 drives were in normal BASE mode. A google search finds a Microsoft knowledge base article that had the solution. Note that the maximum value given in the article is wrong, it can go up to 50 decimal on NT5.x, 16 didn't work for me so I went to 24. I also wanted to see if I could dual boot with Linux Mint but it didn't recognise the array and for some reason the partitioner broke the array even though it was only reading the tables. However as it only read the tables I was able to go into the RAID utility, delete & recreate the array, with no further problems.
×
×
  • Create New...