Jump to content

IcemanND

Patron
  • Posts

    3,252
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by IcemanND

  1. just did a search of my system for *.msc since I couldn't remember the name. Then ran it to make sure I had the right one.
  2. Astalavista - Integrate only kb885835 or kb885250 then look in i386\svcpacks move the files to another location. integrate all of your other hotfixes. copy contents of HFINT.dat which we copied out earlier into the newly created HFINT.dat now in the i386\svcpacks folder.
  3. leave mouse there until the movie finishes then click 3 times. It would be nice if the numbers on the web page were right though. EDIT: The code works if you play the original at the creators site. There's also two more rooms to try.
  4. also try running in Safe Mode, or Safe Mode Command Prompt Only
  5. echo off start /wait sp2.exe /integrate:e:\xpcd\working /q for %%U in (kb*.exe) do ( echo Applying hotfix %%U start /wait %%U /integrate:e:\xpcd\working /q ) pause Just keeping it simple. Rename the desired hotfixes and put in the same directory with the above script. Obviously this only does hotfixes which work with the integrate switch. the other updates I install via RunOnce.
  6. M$ really s***s! I always start out from scratch with each build just so I don't run into issues like this. @astalavista -Unfortunately I can't use nlite, due to company policy. Have to do it the M$ way, which doesn't work, and I've written my own cmd script to integrate them anyway. I've got the updates these just don't cooperate. @simonsays -Just trying to make my life easier, which it was sine SP2 until this batch of updates.
  7. Has anyone found a solution to this, they seem to be mutually exclusive. If either one is integrated the other will not integrate. KB885835 Mrxsmb.sys 5.1.2600.2541 Lsasrv.dll 5.1.2600.2525 Rdbss.sys 5.1.2600.2541 KB885250 Mrxsmb.sys 5.1.2600.2598 And both are required to have no updates show on windowsupdates after an install. EDITTED: (faster yet, warrax & anonim1979) EDITTED: (Shorter and including warrax's comments that order matters)EDIT: (moved fix here) Barring M$ coming out with a solution try this: Full Instructions: Start with install which includes sp2 slipstreamed only no other hotfixes integrated. the integrate kb885835. edit HFINT.DAT file in i386\svcpack folder to this: integrate all of the other patches including kb885250. then reopen i386\svcpacks\HFINT.dat and delete '.keep' save HFINT.DAT. and build your iso. The integrate process already puts the entries into the svpack.inf file and since we never moved it the second integration process just appended to what our first integate left behind. So burn and install away. ADDED (2/25/05) The attached CMD script will integrate SP2 and all of the hot fixes located in the same folder. It just uses the integrate switch and after integrating KB885835 it modifies HFINT.DAT as noted above and then integrates the rest of the hotfixes then returns HFINT.DAT to its correct format. To Use: (see here, for source and additional details) leave SP2 named WindowsXP-KB835935-SP2-ENU.exe rename hotfixes to kbxxxxxxx.exe change second line in update.cmd from set=h:\bootcd\working to the location if you cd creation directory.
  8. NDP1.1sp1-KB886903-X86.exe /q use /? to get all install options. EDIT: DOH! too slow on the mouse.
  9. get NDP1.1sp1-KB886903-X86.exe through the update catalog.
  10. mmc c:\windows\system32\compmgmt.msc
  11. Think has has a Media Center PC in the theater?
  12. Installing Roxio 6 updates: Engine_v6.2.0.134.exe ECDC_SILENT Audio_v1.1.0.277.exe AC_SILENT Creator_v6.2.0.111.exe ECDC_SILENT Drgdsc_v6.2.0.110.exe D2D_SILENT du20041203.exe ECDC_SILENT Dvd_v1.2.0.111.exe DVD_SILENT Label_v6.2.0.110.exe LC_SILENT To get this information run the desired update, do not install just run it, go to 'C:\WINDOWS\TEMP' or your corresponding temp folder, a directory is created 'tmpxx', where xx is a random number, inside is a single file named 'COPYFILE.INF'. Open this file and you will find a section header corresponding to what is being updated i.e. [ECDC folowing by os specific sections, use this first section header and add _SILENT to it for your switch.
  13. This came about when I was having problems getting Roxio CD & DVD Creator to install and run properly after a silent install. After spending a few hours at it I thought I would try my hand at editing the MSI using ORCA. Here are the results and since I don't want to have to say I wasted 6 hours on one project I am planning on doing this for other apps and posting the info here for others. It may be slow going. If others want to take on an app or two PM the instructions to me and I'll and them to this page. Changes are in red. No switches required just run the MSI. Roxio Easy cd & DVD Creator 6
  14. Just be sure to verify the warranty no matter what you get. OEM and Retail are exactly the same other than warranty issues, and you normally get a cable and a disk manager with the retail box.
  15. I got it unpacked I just thought this was very humorous, i knew i had a lot of stuff on my developemtn machine but i didn't know I could overfill a hard drive.
  16. The INF update for the Intel 845 Chipset, and all I was trying to do was extract the files using its own switches.
  17. I believe the Ghost console can give you number 3
  18. Have to cram it in there but it'll fit: And to make it worse the system has 15gb free on the drive.
  19. google for "offline registry password editor"
  20. i had this problem when I tried loading my machine when it was overclocked. Ran fine overclocked but would not install the os that way.
  21. try using 8.3 filenames probably something like: START /WAIT "\\servername\smspkg\MICROS~1\Source\SETUPPRO.EXE" START /WAIT "\\servername\smspkg\CITRIX~1\WXP\setup.EXE" with or without the quotes.
  22. I guess he'll see all of my posts to MSFN as they are posted. He'll be one step ahead, or behind.
  23. I know my immediate neighbors and know none of them have wireless set up. Since I fix their computer problems this is easily figured out. It's located in a large residential subdivision and like I said it would not be difficult to track down the house, though it might be nice if he renamed it to something other than DEFAULT, the same name as a secured network located somewhere the other side of my house.
  24. oops, that is what I meant to use. QUERYSTRING not SERVERVARIABLES. I edited my previous post to fix it
×
×
  • Create New...