Jump to content

specialk

Member
  • Posts

    19
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by specialk

  1. exactly what i was looking for, thanks
  2. Is there a way to get windows to reset through a script? I want windows to reset after running the guiruonce script I've created
  3. I am also having this problem
  4. Ok, I tried running the redist w/ the command given above, but it's not install, it's just extracting it to the %systemdrive%\Install folder
  5. What do you mean, "and make source it's listed in directory"?
  6. So how would this all work if I want to integrate this into my unattended CD and run it from svcpack.inf?
  7. That's the script i was looking for! Thank you. Now, just general questions, what does each one of those switches do, and why do i need %%i instead of %%i if i'm using a batch file?
  8. Can somebody help me write a simple script that would run every hotfix in a directory with the /integrate: switch? I saw it posted in the forums earlier, but for the life of me I can't find the post again. Thanks again for the help
  9. Has anybody tried slipstreaming this newest release using XPCreate?
  10. a) I can't get KB885835 to slipstream by hand using the /integrate switch. It keeps complaining about an invalid version of Windows, yet I know I have the right version of the hotfix for my version of Windows (SP2). Has anybody else had this trouble? b) When I slipstream all the updates by hand using /integrate, on first boot to the windows desktop after a fresh install, I get a message saying something to the effect of "Windows has just finished installing something or other and needs to reboot". When I use any of the slipstream utilities (XPCreate, RyanVM, etc), I don't get this message. Why is this? I'm a bit of a n00b when it comes to slipstreaming.
  11. specialk

    NVRAID Help

    I'm having a problem integrating the NVRAID drivers into a WinXP Slipstream. I've gotten it to work just fine by manually integrating RyanVM's hotfix pack and then adding the drivers, but since his pack is a little behind, I'm now back to using XPCREATE. The problem is that using the exact same method as before, I keep getting an error saying "NVRAID cannot be found" during the textmode portion of setup. It keeps erroring out. This is what I am doing. I am having XPCREATE slipstream all the hotfixes and whatnot. I am then using MAKECAB to compress NVRAID.SYS and NVATABUS.SYS and coping them into the I386\ directory. I am then adding the following code to the end of TXTSETUP.SIF [SourceDisksFiles] nvatabus.sys = 1,,,,,,3_,4,1 nvraid.sys = 1,,,,,,3_,4,1 [HardwareIdsDatabase] PCI\VEN_10DE&DEV_008E = "nvatabus" PCI\VEN_10DE&DEV_0085 = "nvatabus" PCI\VEN_10DE&DEV_00D5 = "nvatabus" PCI\VEN_10DE&DEV_00EE = "nvatabus" PCI\VEN_10DE&DEV_00E3 = "nvatabus" PCI\VEN_10DE&DEV_00E5 = "nvatabus" PCI\VEN_10DE&DEV_0035 = "nvatabus" PCI\VEN_10DE&DEV_0036 = "nvatabus" PCI\VEN_10DE&DEV_003E = "nvatabus" PCI\VEN_10DE&DEV_0053 = "nvatabus" PCI\VEN_10DE&DEV_0054 = "nvatabus" PCI\VEN_10DE&DEV_0055 = "nvatabus" GenNvRaidDisk = "nvraid" *_NVRAIDBUS = "nvraid" *NVRAIDBUS = "nvraid" [SCSI.load] nvatabus = nvatabus.sys,4 nvraid = nvraid.sys,4 [SCSI] nvatabus = "NVIDIA NForce Storage Controller" nvraid = "NVIDIA RAID CLASS DRIVER" From here, I am creating an iso image using CDIMAGE -LXPCD -YD -N -H -X -OCI -M -D -Bimage1.bin CDROOT XPCD.ISO CDROOT being the root directory where my slipstream install is located. I then burn the ISO using Nero. Any help would be greatly appreciated. Once again, I've gotten it to work using RyanVM's hotfix pack and I'm not changing a thing (WINNT.SIF, directory structure, etc) from one program to the other. Also, I am not putting these files in the FILECD\ folder. I am making my $OEM$\ and all that after the slipstream.
  12. I'm having a problem integrating the NVRAID drivers into a WinXP Slipstream. I've gotten it to work just fine by manually integrating RyanVM's hotfix pack and then adding the drivers, but since his pack is a little behind, I'm now back to using XPCREATE. The problem is that using the exact same method as before, I keep getting an error saying "NVRAID cannot be found" during the textmode portion of setup. It keeps erroring out. This is what I am doing. I am having XPCREATE slipstream all the hotfixes and whatnot. I am then using MAKECAB to compress NVRAID.SYS and NVATABUS.SYS and coping them into the I386\ directory. I am then adding the following code to the end of TXTSETUP.SIF [SourceDisksFiles] nvatabus.sys = 1,,,,,,3_,4,1 nvraid.sys = 1,,,,,,3_,4,1 [HardwareIdsDatabase] PCI\VEN_10DE&DEV_008E = "nvatabus" PCI\VEN_10DE&DEV_0085 = "nvatabus" PCI\VEN_10DE&DEV_00D5 = "nvatabus" PCI\VEN_10DE&DEV_00EE = "nvatabus" PCI\VEN_10DE&DEV_00E3 = "nvatabus" PCI\VEN_10DE&DEV_00E5 = "nvatabus" PCI\VEN_10DE&DEV_0035 = "nvatabus" PCI\VEN_10DE&DEV_0036 = "nvatabus" PCI\VEN_10DE&DEV_003E = "nvatabus" PCI\VEN_10DE&DEV_0053 = "nvatabus" PCI\VEN_10DE&DEV_0054 = "nvatabus" PCI\VEN_10DE&DEV_0055 = "nvatabus" GenNvRaidDisk = "nvraid" *_NVRAIDBUS = "nvraid" *NVRAIDBUS = "nvraid" [SCSI.load] nvatabus = nvatabus.sys,4 nvraid = nvraid.sys,4 [SCSI] nvatabus = "NVIDIA NForce Storage Controller" nvraid = "NVIDIA RAID CLASS DRIVER" From here, I am creating an iso image using CDIMAGE -LXPCD -YD -N -H -X -OCI -M -D -Bimage1.bin CDROOT XPCD.ISO CDROOT being the root directory where my slipstream install is located. I then burn the ISO using Nero. Any help would be greatly appreciated. Once again, I've gotten it to work using RyanVM's hotfix pack and I'm not changing a thing (WINNT.SIF, directory structure, etc) from one program to the other.
×
×
  • Create New...