MSFN Forum: HFSLIP - Test releases - MSFN Forum

Jump to content



  • 119 Pages +
  • « First
  • 41
  • 42
  • 43
  • 44
  • 45
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

HFSLIP - Test releases Support ended. Rate Topic: ***** 1 Votes

#841 User is offline   the_guy 

  • Creator of the Windows ME Service Pack
  • PipPipPipPipPip
  • Group: Members
  • Posts: 901
  • Joined: 15-July 05
  • OS:ME
  • Country: Country Flag

Posted 21 July 2006 - 11:48 AM

That's what I mean.

the_guy


#842 User is offline   Tomcat76 

  • MSFN Junkie
  • Group: Developers
  • Posts: 3,171
  • Joined: 08-August 05

Posted 21 July 2006 - 04:54 PM

Removed again. Sorry...

#843 User is offline   Tomalak 

  • Member
  • PipPip
  • Group: Members
  • Posts: 162
  • Joined: 24-January 06

Posted 22 July 2006 - 07:11 PM

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

#844 User is offline   Tomcat76 

  • MSFN Junkie
  • Group: Developers
  • Posts: 3,171
  • Joined: 08-August 05

Posted 23 July 2006 - 05:19 AM

New version of KB898461? I just downloaded it again and it's still the one from June 2005...

#845 User is offline   Tomcat76 

  • MSFN Junkie
  • Group: Developers
  • Posts: 3,171
  • Joined: 08-August 05

Posted 23 July 2006 - 06:06 AM

OK... I found it. Sorry... :)

#846 User is offline   Super-Magician 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 970
  • Joined: 15-January 06

Posted 23 July 2006 - 06:35 AM

View PostTomcat76, on Jul 23 2006, 08:06 AM, said:

OK... I found it. Sorry... :)
Is it just an HFSLIP problem?

#847 User is offline   the_guy 

  • Creator of the Windows ME Service Pack
  • PipPipPipPipPip
  • Group: Members
  • Posts: 901
  • Joined: 15-July 05
  • OS:ME
  • Country: Country Flag

Posted 23 July 2006 - 06:38 AM

can someone post a link to the new version please?

the_guy

#848 User is offline   Tomcat76 

  • MSFN Junkie
  • Group: Developers
  • Posts: 3,171
  • Joined: 08-August 05

Posted 23 July 2006 - 06:40 AM

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
)


View PostSuper-Magician, on Jul 23 2006, 02:35 PM, said:

Is it just an HFSLIP problem?
It *was* just an HFSLIP problem. It's no longer a problem. :P

View Postthe_guy, on Jul 23 2006, 02:38 PM, said:

can someone post a link to the new version please?
It's in the main post, as always... B)

#849 User is offline   the_guy 

  • Creator of the Windows ME Service Pack
  • PipPipPipPipPip
  • Group: Members
  • Posts: 901
  • Joined: 15-July 05
  • OS:ME
  • Country: Country Flag

Posted 23 July 2006 - 06:41 AM

I mean the new version of 898461. I can't find it anywhere.

#850 User is offline   Tomcat76 

  • MSFN Junkie
  • Group: Developers
  • Posts: 3,171
  • Joined: 08-August 05

Posted 23 July 2006 - 06:46 AM

Me neither. The German version is a year old too. I think Tomalak was referring to something else.

#851 User is offline   Super-Magician 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 970
  • Joined: 15-January 06

Posted 23 July 2006 - 06:48 AM

What is the difference between Security Update for Windows XP (KB904706) and Security Update for DirectX 9 for Windows XP (KB904706), and which one really applies?

#852 User is offline   the_guy 

  • Creator of the Windows ME Service Pack
  • PipPipPipPipPip
  • Group: Members
  • Posts: 901
  • Joined: 15-July 05
  • OS:ME
  • Country: Country Flag

Posted 23 July 2006 - 06:50 AM

The first one is for SP2 and SP1 if you didn't install DX9. The second one is for SP1 if you did install DX9.

the_guy

#853 User is offline   Super-Magician 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 970
  • Joined: 15-January 06

Posted 23 July 2006 - 07:33 AM

All right, thanks.

:)

#854 User is offline   Super-Magician 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 970
  • Joined: 15-January 06

Posted 23 July 2006 - 02:13 PM

@Tomcat, another quick note: In the preface on your basic howto page, privileges is spelled with an extra 'd'.

#855 User is offline   Tomcat76 

  • MSFN Junkie
  • Group: Developers
  • Posts: 3,171
  • Joined: 08-August 05

Posted 23 July 2006 - 04:18 PM

Uh? Your browser's cache must be way behind, then. It was last updated on the 18th and "priviledges" is written "priviledges" in both the Preface and in Step 8.

#856 User is offline   Tomalak 

  • Member
  • PipPip
  • Group: Members
  • Posts: 162
  • Joined: 24-January 06

Posted 23 July 2006 - 04:24 PM

View PostTomcat76, on Jul 23 2006, 02:46 PM, said:

Me neither. The German version is a year old too. I think Tomalak was referring to something else.

Sorry, my fault - shouldn't have said "new", just meant "newer" (than the original that came with SP2). Yes, I was really referring to the one year old KB898461.
Regards,

Tomalak

#857 User is offline   Super-Magician 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 970
  • Joined: 15-January 06

Posted 23 July 2006 - 04:40 PM

View PostTomcat76, on Jul 23 2006, 06:18 PM, said:

Uh? Your browser's cache must be way behind, then. It was last updated on the 18th and "priviledges" is written "priviledges" in both the Preface and in Step 8.
I guess I should have made my point a little clearer :P. I was trying to say that 'privileges' should not be spelled with a 'd'.

:D

Oh, did anyone notice that for some reason you don't need to be logged in anymore to view this forum?

#858 User is offline   Tomcat76 

  • MSFN Junkie
  • Group: Developers
  • Posts: 3,171
  • Joined: 08-August 05

Posted 23 July 2006 - 07:13 PM

OK. Updated. Keep the corrections coming, but please don't do it in this thread. I'll start a new one. :)

#859 User is offline   Tomcat76 

  • MSFN Junkie
  • Group: Developers
  • Posts: 3,171
  • Joined: 08-August 05

Posted 26 July 2006 - 12:49 PM

OK. "HFEXPERT\PROGFILES" is ready for consumption, hehe. Let the reports roll in... :P

#860 User is offline   tommyp 

  • MSFN Addict
  • Group: Developers
  • Posts: 1,664
  • Joined: 09-January 04
  • OS:none specified
  • Country: Country Flag

Posted 26 July 2006 - 04:04 PM

The program files will cause countless errors from users. I would strongly recommend to delete this section of code and not rebloat hfslip.

EDIT - TC informed me that he thoroughly tested this feature. Nevermind.

This post has been edited by tommyp: 26 July 2006 - 04:56 PM


Share this topic:


  • 119 Pages +
  • « First
  • 41
  • 42
  • 43
  • 44
  • 45
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy