Jump to content

JayMan

Member
  • Posts

    132
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by JayMan

  1. Thank you once again for explaining this to me. I appreciate it greatly.
  2. Thank you for the quick and helpful reply. There are five other updates that HFSLIPFC list that isn't on your page: KB975558, KB2909212, KB961503, KB982316 and KB2264107?
  3. Thank you for the quick reply and helpful responce. I have a follow up. HFSLIPFC says I should have KB969878, but your website says nothing about it. So what's the story on that? FYI, I am slipstreaming with a WinXP SP3 CD, without updating IE and such (IE6, WMP9, RDC6 (with RDP 6.1) and MSXML3&6). If that added info modifies your previous response, please let me know. Thanks again.
  4. When I run HFSLIPFC I get the following: obsolete: HF\WindowsXP-KB956744-x86-ENU.exe (MS09-044: Remote Desktop Connection, replaced by KB2483618). But according to http://xdot.tk/ the WindowsXP-KB956744-x86-ENU.exe file is the most up to date, and it says nothing about KB2483618. So which is correct? Thanks in advance.
  5. JayMan

    FDV fileset for XP

    Thanks for the response. Please forgive me, but I don't understand how those links help with the problem. I also searched the registry for "21EC2020-3AEA-1069-A2DD-08002B30309D" as you sugested, but I fail to see what I'm supposed to do with those results. Again, creating a folder and naming it "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D} creates a "Control Panel" folder. It does this in Win2K with and without FDV's fileset, and it does this in XP without FDV's fileset. But for some reason it doesn't work when using FDV's fileset. I get a functional folder, but its called "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" instead of just "Control Panel" So I'm wondering what needs to be changed in the FDV fileset to fix this error.
  6. JayMan

    FDV fileset for XP

    Anyone have any idea?
  7. JayMan

    Multiboot CD?

    OK, I will submit it here as directed. To use this code you need to do the following: 1: Download the program called Swiss File Knife. Rename the .EXE to SFK.EXE and put it in the HFTOOLS directory. 2: Create a folder in your HFSLIP folder called "BrakSlip" (named after my favorite cartoon character, Brak). 3: Create a new file called "BrakBoot.cmd" and put the following code in it. ECHO. BRAKBOOT - Processing Boot FolderREM This function will modify the TXTSETUP.SIF,SETUPLDR.BIN and BOOT.BIN files, and copy the needed files into the main directory.REM This is done in order to fascilitate the creation of a Multi-Boot CD.IF NOT "%MBOOTPATH%"=="Default" ( set counter=1 FOR /F "tokens=1* delims=]" %%a in ('type "SOURCESS\I386\TXTSETUP.SIF" ^| find /V /N ""') do ( if "%%b"=="SetupSourcePath = "\"" (ECHO>>SOURCESS\I386\TXTSETUP.WRK SetupSourcePath = "\%MBOOTPATH%\") else ( if "%%b"=="" (echo.>>SOURCESS\I386\TXTSETUP.WRK) else (ECHO>>SOURCESS\I386\TXTSETUP.WRK %%b) ) set /a counter+=1 ) DEL SOURCESS\I386\TXTSETUP.SIF REN SOURCESS\I386\TXTSETUP.WRK TXTSETUP.SIFREM ################################################################################################### HFTOOLS\sfk split 246608b SOURCESS\I386\SETUPLDR.BIN setupldr.bin -yes&REN setupldr.bin.part1 split.wrk&REN setupldr.bin.part2 split.tmp.part9 HFTOOLS\sfk split 246604b split.wrk -yes&DEL split.wrk&REN split.wrk.part1 split.wrk&DEL split.wrk.part2 HFTOOLS\sfk split 226813b split.wrk -yes&DEL split.wrk&REN split.wrk.part1 split.wrk&REN split.wrk.part2 split.tmp.part7 HFTOOLS\sfk split 226809b split.wrk -yes&DEL split.wrk&REN split.wrk.part1 split.wrk&DEL split.wrk.part2 HFTOOLS\sfk split 156971b split.wrk -yes&DEL split.wrk&REN split.wrk.part1 split.wrk&REN split.wrk.part2 split.tmp.part5 HFTOOLS\sfk split 156967b split.wrk -yes&DEL split.wrk&REN split.wrk.part1 split.wrk&DEL split.wrk.part2 HFTOOLS\sfk split 140926b split.wrk -yes&DEL split.wrk&REN split.wrk.part1 split.wrk&REN split.wrk.part2 split.tmp.part3 HFTOOLS\sfk split 140922b split.wrk -yes&DEL split.wrk&REN split.wrk.part1 split.tmp.part1&DEL split.wrk.part2 ECHO>>split.wrk %MBOOTPATH%&HFTOOLS\sfk split 4 split.wrk -yes&REN split.wrk.part1 split.tmp.part2&DEL split.wrk.part2&DEL split.wrk COPY split.tmp.part2 split.tmp.part4&COPY split.tmp.part2 split.tmp.part6&COPY split.tmp.part2 split.tmp.part8&HFTOOLS\sfk join split.tmp.part1 DEL SOURCESS\I386\SETUPLDR.BIN MOVE split.tmp SOURCESS\I386\SETUPLDR.BIN DEL split.tmp.part1&DEL split.tmp.part2&DEL split.tmp.part3&DEL split.tmp.part4&DEL split.tmp.part5 DEL split.tmp.part6&DEL split.tmp.part7&DEL split.tmp.part8&DEL split.tmp.part9REM ################################################################################################### IF EXIST HFTOOLS\BOOT.BIN ( HFTOOLS\sfk split 1177b HFTOOLS\BOOT.BIN boot.bin -yes&REN boot.bin.part1 split.wrk&REN boot.bin.part2 split.tmp.part3 HFTOOLS\sfk split 1173b split.wrk -yes&DEL split.wrk&REN split.wrk.part1 split.tmp.part1&DEL split.wrk.part2 ECHO>>split.wrk %MBOOTPATH%&HFTOOLS\sfk split 4 split.wrk -yes&REN split.wrk.part1 split.tmp.part2&DEL split.wrk.part2&DEL split.wrk HFTOOLS\sfk join split.tmp.part1 MOVE split.tmp SOURCESS\%MBOOTPATH%.BIN DEL split.tmp.part1&DEL split.tmp.part2&DEL split.tmp.part3 )REM ################################################################################################### MD SOURCESS\%MBOOTPATH% MD SOURCESS\%MBOOTPATH%\SYSTEM32 MOVE SOURCESS\I386 SOURCESS\%MBOOTPATH% MOVE SOURCESS\$OEM$ SOURCESS\%MBOOTPATH% COPY SOURCESS\WIN51 SOURCESS\%MBOOTPATH% COPY SOURCESS\WIN51IP SOURCESS\%MBOOTPATH% COPY SOURCESS\WIN51IP.SP3 SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\system32 SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\1394bus.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\A320MGT.CAT SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\A320MGT.INF SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\A320RAID.CAT SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\A320RAID.INF SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\A320RAID.SYS SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\A320RAID.x86 SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\aac.cat SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\aac.inf SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\aac.sys SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\aac.x86 SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\aaccin.dll SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\aacevt.exe SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\aacmgt.inf SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\aarich.cat SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\aarich.inf SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\aarich.sys SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\aarich.x86 SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\abp480n5.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\acpi.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\acpiec.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\adpu160m.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\afamgt.sys SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\afamgt.x86 SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\aha154x.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\ahcix86.cat SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\ahcix86.inf SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\ahcix86.sys SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\aic78u2.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\aic78xx.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\aichmgt.cat SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\aichmgt.inf SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\aliide.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\amsint.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\asc.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\asc3350p.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\asc3550.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\atapi.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\biosinfo.inf SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\bootvid.dl_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\c_1252.nl_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\c_437.nl_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\cbidf2k.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\cd20xrnt.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\cdfs.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\cdrom.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\cerccin.dll SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\cercmgt.inf SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\cercsr6.cat SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\cercsr6.inf SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\cercsr6.sys SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\cercsr6.x86 SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\classpnp.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\cmdide.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\cpqarray.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\dac2w2k.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\dac960nt.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\delpseud.inf SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\disk.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\disk101 SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\disk102 SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\disk103 SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\disk104 SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\dmboot.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\dmio.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\dmload.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\dpti2o.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\drvmain.sdb SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\fastfat.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\fdc.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\flpydisk.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\ftdisk.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\hal.dl_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\halaacpi.dl_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\halacpi.dl_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\halapic.dl_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\hidclass.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\hidparse.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\hidusb.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\hpn.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\i2omgmt.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\i2omp.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\i8042prt.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\iaahci.cat SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\iaahci.inf SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\iastor.cat SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\iastor.inf SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\IaStor.sys SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\IaStor.x86 SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\idecoi.dll SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\ini910u.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\intelide.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\isapnp.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\kbdclass.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\kbdhid.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\kbdus.dll SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\kd1394.dl_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\kdcom.dl_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\ksecdd.sys SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\l_intl.nl_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\lbrtfdc.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\megasas.cat SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\megasas.sys SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\megasas.x86 SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\mof.mof SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\mountmgr.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\mpixp32.cat SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\mraid35x.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\nodev.inf SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\ntdetect.com SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\ntfs.sys SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\ntkrnlmp.ex_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\nvata.cat SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\nvgts.cat SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\nvgts.inf SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\nvgts.sys SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\nvgts.x86 SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\nvide.nvu SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\nvraid.cat SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\nvraidco.dll SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\nvrd32.cat SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\nvrd32.inf SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\nvrd32.sys SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\nvrd32.x86 SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\oemsetup.inf SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\ohci1394.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\oprghdlr.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\partmgr.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\pci.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\pciide.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\pciidex.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\pcmcia.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\perc2.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\perc2hib.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\property.dll SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\ql1080.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\ql10wnt.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\ql12160.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\ql1240.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\ql1280.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\ramdisk.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\sbp2port.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\scsiport.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\serenum.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\serial.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\setupdd.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\setupldr.bin SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\setupreg.hiv SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\sfloppy.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\sisraid.cat SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\sisraid4.inf SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\sisraid4.pdb SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\sisraid4.sys SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\sisraid4.x86 SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\sparrow.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\spcmdcon.sys SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\spddlang.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\sym_hi.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\sym_u3.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\symc810.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\symc8xx.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\symmpi.inf SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\symmpi.sys SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\symmpi.x86 SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\tffsport.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\toside.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\txtsetup.sif SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\ultra.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\usbccgp.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\usbd.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\usbehci.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\usbhub.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\usbohci.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\usbport.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\usbstor.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\usbuhci.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\vga.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\vgaoem.fo_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\viaide.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\videoprt.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\winnt.sif SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\wmilib.sy_ SOURCESS\%MBOOTPATH% COPY SOURCESS\%MBOOTPATH%\I386\SYSTEM32\ntdll.dll SOURCESS\%MBOOTPATH%\SYSTEM32 COPY SOURCESS\%MBOOTPATH%\I386\SYSTEM32\smss.exe SOURCESS\%MBOOTPATH%\SYSTEM32)4: Edit the main HFSLIP***.cmd find the line in the file that has "TITLE %T1% - Slipstreaming Complete" and put BEFORE the "CLS" above it the line "IF EXIST BRAKSLIP\BRAKBOOT.CMD CALL BRAKSLIP\BRAKBOOT.CMD". That section of the HFSLIP***.cmd should end up looking like this: CALL :ERRORREPORTIF NOT "%NOLOGCOPY%"=="1" COPY HFSLIP.LOG SOURCESS >NULCALL :MAKEISOIF EXIST BRAKSLIP\BRAKSLIP.CMD CALL BRAKSLIP\BRAKSLIP.CMDCLSTITLE %T1% - Slipstreaming CompleteECHO.&ECHO All hotfixes integrated into a folder called SOURCESS.ECHO.&ECHO Remember to reboot your machine after installingECHO from the SOURCESS folder.echo.&echo *******HFSLIP is for PERSONAL use****** echo.&echo If you like HFSLIP, do not forget to donate. CALL :TIMECALC&PAUSE&EXITAnd that's it. Now to use it either put the value for MBOOTPATH in the HFANSWER.INI file, or type it when prompted by the main script. And again, only give the 4-character folder name - no slashes despite the fact that the main script directs you to do so.
  8. JayMan

    Multiboot CD?

    How does one submit code to the creator of HFSLIP? The code I written, praise God, is working awesomely!!! The script requires you download a program called Swiss File Knife. Rename the .EXE to SFK.EXE and put it in the HFTOOLS directory. Here is how it basically works: 1: You assign a directory name that you want all the OS setup files in (must be 4 characters) in the MBOOTPATH variable. Unlike the instructions given in the original script you don't include any backslashes - just the 4 characters. 2:The script, after the slip-streaming is done, then modifies the TXTSETUP.SIF and SETUPLDR.BIN files, creates your MBOOTPATH directory, copies the needed files into the root of your MBOOTPATH directory as well as of course the I386 directory itself. 3:You move your MBOOTPATH directory and the WIN51* files from the SOURCESS directory into the root directory of your multiboot/AIO. 4: You move the (4 character directory name).BIN file from the SOURCESS directory into what ever directory your multiboot/AIO method dictates you put your BOOT.BIN files at, and configure your multiboot/AIO method to use the file as the method dictates. And that's it! No need to manually hex-edit any files. I put all the code into a separate CMD file, which is called from the main HFSLIP***.CMD. Thanks in advance.
  9. JayMan

    FDV fileset for XP

    FDV: I am running into a problem (I'm using version 4 of your fileset). When I create an Control Panel folder, instead of it creating a folder called "Control Panel" and it containing the contents of the Control Panel it instead creates a folder called "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" which has the contents of the Control Panel in it. To create the folder I am using a CMD script with the following command: md "%ALLUSERSPROFILE%\Start Menu\Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" If I do this with out your fileset it works as it should. If I do this in 2K with your fileset it works as it should. I as able to find version 3b2 of your fileset. I tried it and it still has the same issue. I would be more than happy to help you in debugging this. Thanks in advance.
  10. @submix8c What exactly does "touchy soul" mean? In my last post I was just trying to make myself clear. I find it frustrating at times on forums when a person asks "how much does an apple cost" and the replies tell them the price of oranges - or even worse when a replies consists of pages of reasons why they should buy oranges instead of apples! I am curious why you say not to use FDV's fileset, as I have been using it with great success for years (maybe about 10 years).
  11. JayMan

    Multiboot CD?

    I use XVI32 to manually modify binary files. I ended up downloading a program called Swiss File Knife, which has many command line tools - including split and join. Again, thanks for all the replies!
  12. Also, one problem with the xdot site is that it lists all the updates as "High Priority". It would be nice to have them listed as "Critical", "Important", "Optional", etc.
  13. Thanks for all the replies. Just in case it wasn't clear by this being posted in a HFSLIP forum, my question is in context of using HFSLIP. I was hoping someone had an updated list, as of the EOL of WinXP, of all the updates for WinXP for HFSLIP. After looking at the links given I notice a lot of differences in the lists, plus a lot of "this update supersedes that update" (causing one to have to do a game of connect the dots to figure out which update file to use). And since a lot of the info is old (many of the pages can only be read via the Wayback Machine) its had to trust them. So I would love a singular current list of all the current updates for WinXP to create what one could call "SP4" - but not an actual service pack of course - which can be slipstreamed via HFSLIP. So far the http://xdot.tk/ site seems the most promising - I just got to figure out what to adjust for not updating IE or WMP - and of course, as suggested, downloading from MS the files that the xdot.tk program converts into cabs. I just want to make sure I got things correct. I STRONGLY believe that MS should have released a final SP for their OSes on the date of its EOL. So they should have released a SP5 for Win2K and a SP4 for WinXP.
  14. Thanks for the translation. lol I was clearly not understanding submix8c. I ended up finding on my drive a bunch of HFCLEANUP files I had downloaded awhile back called: hfcleanup.zip hfcleanup_2kextra.zip hfcleanup_dialup_reducer.zip hfcleanup_msoffice_reducer.zip hfcleanup_network_driver_reducer.zip hfcleanup_qlaunch_fix.zip They used to be on FDV's site (http://web.archive.org/web/20071212020917/http://www.vorck.com/hfexpert.html).
  15. JayMan

    Multiboot CD?

    I want to thank everyone for their involvement with this thread. Well I ended up modifying the hfslip script file to add the functionality that I want. The hardest part was figuring out how to modify the TXTSETUP.SIF file. Now I'm trying to figure out how to modify the SETUPLDR.BIN which is a quite bit more tricky. lol I'm trying to stick with CMD native commands without having to resort to using an .exe file to add to the HFTOOLS directory. If anyone has any suggestions on doing such would be greatly appreciated.
  16. I want to thank everyone for their replies and help thus far! First let me say that my question was how to do something in HFSLIP. I don't want to use nLite or any other solution. I like HFSLIP, have been using it for many years, and wish to stay with it. So please in the future when I post HFSLIP questions on a HFSLIP forum, please keep the solutions HFSLIP based. The reason for my question is due to using FDV's fileset which instructs putting modified versions of some files (TXTSETUP.SIF, LAYOUT.INF) into the SOURCE folder. I want to keep the SOURCE folder pristine, so was hoping for an easy solution (outside of editing the CMD code to do so, which I am tempted to do). Again, thanks for all the replies!
  17. JayMan

    Multiboot CD?

    Thank you for all the replies. I appreicate the time and effort! In HFSLIP is says: ECHO If you are making a multiboot CD, what folder/pathname will this OS reside in ECHO on your new CD? ECHO. ECHO The format to enter is: ^<subfolder^>\ ECHO. ECHO Example: Pro\ ECHO. ECHO Note: You must type in the \ at the end if you enter a multiboot path. ECHO. ECHO. ECHO If you are not going to make a multiboot CD, simply press Enter to bypass the ECHO multiboot installation CD mode. ECHO. ECHO. SETLOCAL DISABLEDELAYEDEXPANSION ECHO IMPORTANT! SETLOCAL ENABLEDELAYEDEXPANSION ECHO It is not possible to use the new source made by HFSLIP both in the context ECHO of a CD with a single OS and in the context of a multiboot CD. It's either ECHO one or the other. However the code does nothing with this variable: IF DEFINED MBOOTPATH GOTO :DELCATS (which it goes to anyways) SET /P MBOOTPATH= (this is where it gets user input) IF NOT DEFINED MBOOTPATH SET MBOOTPATH=Default (gives it a value if it doesn't have one already) ECHO>>HFSLIP.LOG CD Install Path - %MBOOTPATH%&ECHO/>>HFSLIP.LOG (inserts the value to the LOG file) And that is it!! So I expected it to modify the files so that it installs from an alternative folder than ROOT:\I386 It should at least, in my opinion, modify the SetupSOurcePath value in TXTSETUP.SIF I think I am just going to add code to my copy of the script to give it this functionality. I am using CDRPACK v1.3 by Bart Lagerweij to create my multiboot ISO, as I have for many years. I don't make an ISO with HFSLIP, I just take the I386 folder in the SOURCESS folder and put it in my folder that's CDPACK is using to build my ISO. Of cource hex editing the .BIN files as needed.
  18. JayMan

    Multiboot CD?

    Ok, after reading those pages in regards to XP it looks that the "SetupSourcePath" in the txtsetup.sif just needs to be modifed. So that brings me back to my original question: what the heck is the MBOOTPATH variable for in HFSLIP? The description of it sounds like it would modify the txtsetup.sif in the way I just mentioned above - but it doesn't. After scanning the HFSLIP file I see that the only thing that is done with the variable is that it is written to the HFSLIP.LOG file! So where there plans to actually do something with it, but it never got done?
  19. I have a question in regards to the xdot.tk site. One of the first critial updates listed on mimo's old page (thank you wayback machine) was WindowsXP-KB941569-x86-ENU.EXE. xdot.tk's page doesn't have it - nor does it even mention it as obsolete. So what's the story on that?
  20. I had tried using the files provided by the xdot.tk site. The app they provide to download all the files is freaking awesome. However the problem I am having is that if I put them all in my HF folder, it causes a failed installation. In this failed installation after going through the text setup sucessfully, when it tries going into the gui setup it kicks up a quick error message about the drive and reboots. It does this loop until I stop it. This put me in a wild goose chase trying to slipstream SATA drivers - as I finally discovered that if I remove all the files from the HF folder that I am able to create sucessfull installs. So instead of creating potentially 140+ set installs trying to find the offending file, I was hoping someone here could guide me as to which updates are absolutly needed so I can try that collection first to see if I can get a functional install.
  21. Why do you, submix8c, insist I put all my questions into one thread when they are distinct questions that are independent from each other??? I mean, wanting cleanup files is completely different from multibooting which is completely different from wanting to create an "SP4" of XP. It would be stupid and ineffective, in my opinion, to ask all those questions in one thread - and also very confusing for people reading and responding to it. So I will keep them separated, unless of course instructed to do otherwise by an admin.
  22. JayMan

    Multiboot CD?

    I hope someone could explain this feature. For my Win2k I have been sucessful for many years making a multiboot with just modifying in a hex editor the SETUPLDR.BIN and BOOT.BIN by modifying the "I386" with any other 4 charactor folder name. With XP, however, the text setup portion works perfectly, but sadly during the gui setup it constatnly asks me for the location of the source, with it assuming the folder is called I386.
  23. What do you mean by "integrating updates into your source folder"? I thought the intergration occurs in the SOURCESS folder - the only exception being service packs (unless one uses the backup=1 in the HFANSWERS.INI).
  24. Now that WinXP is EOS, it makes sense to create an "SP4 CD". My question is: What update files should I include? I have read a lot of posts on this forum discussing various update files not working and such. So what update files should I include in my "final WinXP CD". Also I want to use FDV's file set to remove IE. From what I read from him its best to not slipstream IE8, but rather just keep IE6, and slipstream the update files for IE6. Any help and guidance would be apprediated. Thanks in advance.
  25. JayMan

    Multiboot CD?

    When HFSLIP is running it asks if this is going to be a multiboot CD, and if so what is the folder name. The resulting product is the same regardless what I select. I searched the SOURCESS folder for anything that had the folder name I chose in it, and nothing came up. So what does this option do exactly? And how does it help in making a multiboot CD? Thanks in advance.
×
×
  • Create New...