Jump to content

Gcentrex

Member
  • Posts

    2
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

About Gcentrex

Gcentrex's Achievements

0

Reputation

  1. 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 off echo ================ echo Set File to compress echo ================ set /P file= makecab.exe %file% echo ================ echo Compressing File echo ================ echo. echo =============== echo File Compressed echo =============== pause So 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.
  2. 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.
×
×
  • Create New...