May 15, 200719 yr I am really new at all this and I am trying to digest all the information there is about integrating hot fixes etc. my question is, what is the difference between nlite and RyanVM's integrator?Are they two competing products? Are they used in conjunction with one another?Any help is appreciatedJohn
May 15, 200719 yr Ryan's integrator is designed specifically to add/update/integrate/slipstream the base Windows XP CDnLite is originally designed to tweak and remove unwanted XP components.The confusing part is that nLite can also add/update/integrate/slipstream; however, if you are using RyanVM's update pack, it is recomeded to use the integrator, as RyanVM and the community can assist you in trouble shooting your disk, assuming you have not tweaked and/or removed unwanted XP components with nLite.
May 15, 200719 yr Well I disagree, IF you are already using nLite then it is recommended to use it for the RVM pack integration as well. That way it will take care of sequencing and there won't be any room for mistakes.
May 15, 200719 yr I've always wondered do they both apply the updates the same way? There must be a slight difference between them. When you use ryans with the integrator then nlite you get different size results then when you use nlite for the whole thing.
May 15, 200719 yr the way i do it isuse nlite to only integrate rvm pack, close nlite, re open, then do removals (otherwise you get a few languages left over)
May 15, 200719 yr Madhits45, thing is with the CAB compression, if you don't remove any drivers and keep it big then that difference is visible. They do some sorting for better compression.
May 15, 200719 yr nuhi said it well. If you're going to use nLite on your CD anyway, just integrate the pack with it too (honestly, I don't know why even MaximumPC thinks otherwise). Just be advised that you're not likely to get much help from me or my forum if something doesn't work right since component removal adds another layer of complexity that I'm not qualified to troubleshoot.
May 22, 200719 yr Hi, Will nLite and/or RyanVM sort out the mess here?I am trying to Slipstream (Intergrate) SP2 onto my Gateway OS install CD. I can do a clean XP SP1 install with it now.BUT,I tried it the Microsoft way AND,I get this error:This Service Pack cannot be integrated into a destination that also has integrated Software Updates. Consult the Service Pack documentation for more details about supported integration scenarios.Microsoft says (but no solution):You receive an error message when you try to integrate Windows XP Service Pack 2 (SP2) files into an existing Windows XP distribution shareView products that this article applies to.This Service Pack cannot be integrated into a destination that also has integrated Software Updates. Consult the Service Pack documentation for more details about supported integration scenariosIf there are already some of the Fixes from SP1 which SP2 will duplicate, will there be a problem? Thanks, Joe
May 23, 200719 yr Look in your I386 folder and you proberly have a folder called "svcpack" and also look for svcpack.inf if you dont find that look for svcpack.in_ if it has svcpack.inf delete it and also the folder svcpack, then look for svcpack,in_ if its their. If not make a new file called svcpack.inf and add this text to it[Version]Signature="$Windows NT$"[SetupData]CatalogSubDir="i386\hotfixes"[ProductCatalogsToInstall][SetupHotfixesToRun]Save it compress it as a cab file and make sure its named SVCPACK.IN_ place it into your I386 folder then do integration, some OEM's add in service packs into their disks it was the same for my old HP laptop they integrated the CPU fix for laptops to use less power and some other ones I first has to remove those before integrating updating into the source.
May 23, 200719 yr Thank you. I see the Files you mention. I will try what you suggest and post the results. How do I compress a "CAB" file? Thanks, This is what the .inf has now: [Version]Signature="$Windows NT$"BuildNumber=2600MajorVersion=5MinorVersion=1[setupData]CatalogSubDir="i386\svcpack"[ProductCatalogsToInstall]q323255.catq327979.catq329115.catq329834.catq810243.catQ810400.catq810577.catq810833.catq814696.catq816509.catq816843.catq816982.catq331958.catq814995.catq816048.catKB282010.cat Q329441.catKB821557.catKB823559.catKB824146.catQ328310.catQ329048.catQ329170.catQ329390.catQ331958.catQ810565.catQ811493.catQ811630.catQ814033.catQ815021.catQ817287.catQ817606.catQ819636.catQ819696.catkb821187.catKB822603.catdx9w2k.catdxnetsrv.catdxxp.cat[setupHotfixesToRun]q323255.exe /q /n /zq327979.exe /q /n /zq329115.exe /q /n /zq329834.exe /q /n /zq810243.exe /q /n /zQ810400.exe /q /n /zq810577.exe /q /n /zq810833.exe /q /n /zq814696.exe /q /n /zQ816509.exe /q /n /zQ816843.exe /q /n /zQ816982.exe /q /n /zQ331958.exe /q /n /zQ814995.exe /q /n /zQ816048.exe /q /n /zKB282010.exe /q /n /zKB329441.exe /q /n /zKB821557.exe /q /n /zKB823559.exe /q /n /zKB824146.exe /q /n /zQ328310.exe /q /n /zQ329048.exe /q /n /zQ329170.exe /q /n /zQ329390.exe /q /n /zQ331958.exe /q /n /zQ810565.exe /q /n /zQ811493.exe /q /n /zQ811630.exe /q /n /zQ814033.exe /q /n /zQ815021.exe /q /n /zQ817287.exe /q /n /zQ817606.exe /q /n /zQ819636.exe /q /n /zQ819696.exe /q /n /zKB822603.exe /q /n /zkb821187.exe /q /n /zDX9NTopk.exejs56nen.exe /q:aq330994.exe /q:aq822925.exe /q:a /r:nvbs56nen.exe /q:adotnetfx.exe /q:a /c:â€install /qâ€WMP9_MM2.exeSunJava.exeKB819639.exe /q:aQ820771.EXE /q:a;Q823718.exe /q:a /r:nJoe Edited May 23, 200719 yr by JoeGons
May 25, 200719 yr Seems perfectly fine to me, but I integrate the Ryan update packs instead of doing it the MS way as Ryan's method installs quicker and keeps the disk at about the same size, it good for my basic base disk.Just be sure your extra addons are able to be run from the svcpack folder some are not able to just so you know.As for making cab files that easy windows has a built in tool for doing that. It's called makecab a command line utility but easy to use none the less or you can make a cmd file like this and copy makecab.exe into the same folder as it.@echo offecho ================echo Set File to compressecho ================set /P file=makecab.exe %file%echo ================echo Compressing Fileecho ================echo.echo ===============echo File Compressedecho ===============pauseSo with that you put the file into the same folder as makecad.exe and this cmd run the cmd and type in the file including extension you wish to compress and it will do it, simple really.
May 28, 200719 yr GcentrexAll is working well. Is there a way to create the Files in a different Folder? ThanksJoe Edited May 28, 200719 yr by JoeGons
Create an account or sign in to comment