Jump to content

diesel_98a

Member
  • Posts

    531
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by diesel_98a

  1. u could try slipstreaming the updates to the cd be4 nliting it, u can use the following:

    1. Create the Win2KCD folder that will be nlited later. (I have mine setup with SP4 Slipstreamed.)

    2. Create a hotfix folder and put the hotfixes into it

    3. Created the hotfix.cmd using the following:

    TITLE Windows 2K SP4 Slipstreamer brought to you by www.MSFN.org

    CLS

    @echo off

    ECHO.

    ECHO Slipstreaming Windows 2K SP4 Updates

    ECHO Please wait...

    FOR %%f IN (*.exe) DO "%%f" /Integrate:D:\Win2KSP4

    ECHO.

    ECHO Slipstreaming Completed!

    ECHO.

    pause

    EXIT

    4. Add the hotfix.cmd to the hotfix folder. (make sure /Integrate:D:\Win2KSP4 = the path to your Win2KSP4 folder)

    5. Run the hotfix.cmd. (if everything is setup correctly it will intergrate all the hotfixes into your Win2KSP4)

    6. Ready to be nlited.

  2. well that is a little more work, i download the most current hotfixes and then check the kb articles on microsoft website to see which ones are being replaced if any, if there are any being replaced.......then i simply delete them. also change the names to look like KBxxxxxx, if the folder is auto arranged then the smaller #s are done first, for example KB873339 would be done first and KB944653 would be done last.........assuming those are the first & last kbs in the folder...........

  3. i use the following method and it works fine for me and intergrates over 75 hotfixes, all of the hotfixes are showing up as installed, and don't show up in the automatic updates.

    1. Create the XPCD folder that will be nlited later. (I have mine setup with SP2 Slipstreamed.)

    2. Create a hotfix folder and put the hotfixes into it

    3. Created the hotfix.cmd using the following:

    TITLE Windows XP SP2 Slipstreamer brought to you by www.MSFN.org

    CLS

    @echo off

    ECHO.

    ECHO Slipstreaming Windows XP SP2 Updates

    ECHO Please wait...

    FOR %%f IN (*.exe) DO "%%f" /Integrate:D:\WinXPSP2

    ECHO.

    ECHO Slipstreaming Completed!

    ECHO.

    pause

    EXIT

    4. Add the hotfix.cmd to the hotfix folder. (make sure /Integrate:D:\WinXPSP2 = the path to your XPCD folder)

    5. Run the hotfix.cmd. (if everything is setup correctly it will intergrate all the hotfixes into your XPCD)

    6. Ready to be nlited.

  4. i use RocketDock too, the best thing i like about it is how well it can be customized.................i make all the changes including adding icons or picts, remove any unecessary languages, and add any skins or remove any i don't like...............i then create a SFX archive to install it................

  5. there is an easier way to do that if you install other software...........

    just create an SFX archive using WinRar that will place the wallpapers into Wallpapers Folder, then just add the .exe to be installed with your other software.........

    my wallpapers archive (Wallpapers.exe) is currently around 55mbs...........

  6. if this helps here is what i am currently using..........

    this will add ResHacker (for example) to the context menu when right clicking on the correct file (i also add one for FoxIt Reader that will open pdf files when right clicking on them)...................

    ResHacker Added to Context Menu

    [HKEY_CLASSES_ROOT\*\Shell\ResHacker]
    @="ResHacker"

    [HKEY_CLASSES_ROOT\*\Shell\ResHacker\command]
    @="\"C:\\Projects\\ResHacker\\ResHacker.exe\" \"%1\""

    FoxIt Reader Added to Context Menu

    [HKEY_CLASSES_ROOT\*\Shell\FoxIt Reader]
    @="FoxIt Reader"

    [HKEY_CLASSES_ROOT\*\Shell\FoxIt Reader\command]
    @="\"C:\\Program Files\\Foxit Software\\Foxit Reader\\FoxIt Reader.exe\" \"%1\""

×
×
  • Create New...