Jump to content

HFSLIP - Test releases


Tomcat76

Recommended Posts


Hello,

did an install of my Win XP SP2 today, with test release 60722a. I noticed two little bugs:

1. KB898461 (new version of the package installer, 'update.exe') was not integrated successfully. IE complained about that missing update when trying to access WU. After I installed it manually, everything worked fine, and WU did not find any other missing updates - they were all slipstreamed without problems.

2. Not sure about that one, but I also tried to integrate the optional update KB914440 v6 (for diagnosing network problems). It seems to be a regular hotfix, but was not slipstreamed, too. Don't put too much effort into it, it's only a minor problem and not really an important update.

Greets,

Tomalak

Link to comment
Share on other sites

KB914440 isn't really a "regular" hotfix because it creates a new folder containing three new files. If you want, you can add support for it yourself...

Open the HFSLIP script in Notepad (make sure word wrap is disabled) and find "POST HFX HANDLING". It's the title of a section. Scroll down until you're at the end of that section (above the "MSXML FILES" section).

Insert a blank line right above the words "GOTO EOF", and paste the following code into the blank line:

IF EXIST WORK\I386E\xpnetdg.exe (
ECHO>>HFS\TXTNTDIR.TXT 1003 = "Network Diagnostic"
ECHO>>SOURCESS\I386\TXTSETUP.SIF custsat.dll = 1,,,,,,,1003,0,0&ECHO>>SOURCESS\I386\DOSNET.INF d1,custsat.dll
ECHO>>SOURCESS\I386\TXTSETUP.SIF xpnetdg.exe = 1,,,,,,,1003,0,0,xpnetdiag.exe&ECHO>>SOURCESS\I386\DOSNET.INF d1,xpnetdg.exe
ECHO>>SOURCESS\I386\TXTSETUP.SIF xpnetdg.xsl = 1,,,,,,,1003,0,0,xpnetdiag.xsl&ECHO>>SOURCESS\I386\DOSNET.INF d1,xpnetdg.xsl
)

Is it just an HFSLIP problem?
It *was* just an HFSLIP problem. It's no longer a problem. :P
can someone post a link to the new version please?
It's in the main post, as always... B)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...