MSFN Forum: HFSLIP - Test releases - MSFN Forum

Jump to content



  • 119 Pages +
  • « First
  • 15
  • 16
  • 17
  • 18
  • 19
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

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

#321 User is offline   Tomcat76 

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

Posted 16 April 2006 - 08:46 AM

View PostSuper-Magician, on Apr 16 2006, 04:35 PM, said:

(1) Do you still need MSICabExtract.exe in HFTOOLS for any MSI files?
(2) Is there actually a new version of UPHClean and will redownloading it solve Camarade_Tux's issue with it not installing?
1) I don't know. I don't use any updates that require it. It used to be needed for msxml.msi and msxml6.msi but HFSLIP now extracts them through an admin install. Maybe TommyP knows more.
2) I don't know. You said there's a newer version, no? :)

@Camarade_Tux: Can you open SVCPACK.INF in the SOURCESS folder and check the line that installs UPHCLEAN.MSI?


Edit....

Aha!

I see you got this line in HFSLIP.CMD: OEUPDATE Q823353

That indicates you're using Windows 2000. UPHClean cannot be installed at T-13 on Windows 2000, hence the reason it's not on my 2K update list.

This post has been edited by Tomcat76: 16 April 2006 - 08:46 AM



#322 User is offline   Super-Magician 

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

Posted 16 April 2006 - 08:48 AM

Ummm...Camarade_Tux's log file (HFSLIP.LOG) indicates that he is installing XP SP1.

I did say there is a newer version of UPHClean, but that's according to the file release date on the download page...Microsoft's website is not always accurate in regard with that. When I take a look at the filesizes of the older file I have and the one I downloaded today, they are the same.

This post has been edited by Super-Magician: 16 April 2006 - 08:49 AM


#323 User is offline   Camarade_Tux 

  • MSFN Addict
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,760
  • Joined: 22-May 05

Posted 16 April 2006 - 08:52 AM

nLite probably removed classic.wm_ since no classic.*** is present in SOURCESS (except classic.th_)

My new UPHClean and my old one have the same md5 so the new one is not newer than the old one.

With the tool on this page, http://www.msfn.org/...php/t62418.html
I extracted the files contained inside the msi file.
There's an au3 file in the package and I found this :
case $arctype == "msi"
			runwait('msiexec.exe /a "' & $file & '" /qb /log c:\uniextract.txt TARGETDIR="' & $outdir & '"', $filedir)


#324 User is offline   Tomcat76 

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

Posted 16 April 2006 - 08:52 AM

I haven't tried it on XPSP1 yet. Maybe it suffers the same problem there. Try with a silent installer. My old MultiCompiler tool can make one.

#325 User is offline   Camarade_Tux 

  • MSFN Addict
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,760
  • Joined: 22-May 05

Posted 16 April 2006 - 08:56 AM

It seems you posted 1 nanosecond after me. :D

Also, I md5'ed the newly downloaded UPHClean.msi (updated on April) and it has the same md5 as my old one.

And I'm running XP SP1a.

and on this page, http://www.microsoft.com/technet/security/...n/MS04-018.mspx
it is stated

Quote

Affected Software:
.....
Microsoft Windows XP and Microsoft Windows XP Service Pack 1


#326 User is offline   Super-Magician 

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

Posted 16 April 2006 - 08:58 AM

Three quick suggestions for HFSLIP (nothing to do with the above).

1. Change
IF EXIST HFSPACK\* CALL :HFSPACK1
to
IF EXIST HFSPACK\*.exe CALL :HFSPACK1
so HFSLIP does not run through that portion of the script if there is nothing in HFSPACK.

2. The "I have read..." section is missing the lines
IF EXIST HFTOOLS\MKISOFS.EXE CALL :MAKEISO & pause & exit
IF EXIST HFTOOLS\CDIMAGE.EXE IF NOT EXIST HFTOOLS\MKISOFS.EXE SET CDIMG=1&CALL :MAKEISO & pause & exit
when you type in MAKEISO at the prompt. Without these lines, typing in MAKEISO will create the ISO with MKISOFS automatically.

3. The very top portion of the script under REM FOR HFTOOLS FOLDER is not current.

This post has been edited by Super-Magician: 16 April 2006 - 08:59 AM


#327 User is offline   Tomcat76 

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

Posted 16 April 2006 - 09:05 AM

@Camarade_Tux...
MS06-016 (KB911567) replaces MS04-018 (KB823353) as stated in the FAQ section on the MS06-16 page.


@Super-Magician...

1) We'll do.

2) I know that. I'll ask TommyP.

3) There's no place! :w00t:

This post has been edited by Tomcat76: 16 April 2006 - 09:06 AM


#328 User is offline   Camarade_Tux 

  • MSFN Addict
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,760
  • Joined: 22-May 05

Posted 16 April 2006 - 09:14 AM

View PostTomcat76, on Apr 16 2006, 03:46 PM, said:

@Camarade_Tux: Can you open SVCPACK.INF in the SOURCESS folder and check the line that installs UPHCLEAN.MSI?

(I hate IE, just lost my post)

[SetupHotfixesToRun]
HFSLIP.CMD
UPHClean.MSI /q


After removing a 2.06GB wmi.log file (yes, GB!), I was able to uninstall and then reinstall UPHClean with the /q switch which worked and eventvwr is happy.
(and then people wonder why they should have small system partitions, imagine a 320GB wmi.log file. :lol: )


BTW, would you advise me to remove those lines as I use nLite to patch my sfc_os.dll and then removes cat files by hand ?
[ProductCatalogsToInstall]
d3dx9_24_x86.CAT
d3dx9_25_x86.CAT
d3dx9_26_x86.CAT
d3dx9_27_x86.CAT
...



Tomcat, I'll check my update files, some are very old. Thanks.

#329 User is offline   Tomcat76 

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

Posted 16 April 2006 - 09:31 AM

@Super-Magician... All done. Check 60416-rc2.

@Camarade_Tux... Just treat them the same way you're treating the other CAT files.

#330 User is offline   Super-Magician 

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

Posted 16 April 2006 - 09:36 AM

Thanks, Tomcat!

When I referred to the section below REM FOR HFTOOLS FOLDER, I was talking about
REM FOR HFTOOLS FOLDER
REM IF YOU WANT TO MAKE AN ISO - CDIMAGE.EXE
REM IF YOU WANT TO MAKE AN ISO - BOOT.IMG
REM IF YOU HAVE MSI HOTFIXES - MSICABEXTRACT.EXE
REM IF YOU HAVE HFEXPERT - MODIFYPE.EXE


Just a technical issue - since you never see it :).

By the way, I like your Multi Compiler tool, even though it's no longer updated.

This post has been edited by Super-Magician: 16 April 2006 - 09:39 AM


#331 User is offline   Tomcat76 

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

Posted 16 April 2006 - 09:40 AM

View PostSuper-Magician, on Apr 16 2006, 05:36 PM, said:

Just a technical issue - since you never see it :).
Right. I always scroll down immediately. :lol:

#332 User is offline   Super-Magician 

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

Posted 16 April 2006 - 10:08 AM

I see you were ready to release something yesterday :lol:!

[old link]

This post has been edited by Super-Magician: 16 April 2006 - 12:10 PM


#333 User is offline   Tomcat76 

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

Posted 16 April 2006 - 10:21 AM

That was a test version for TommyP.

#334 User is offline   Super-Magician 

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

Posted 16 April 2006 - 12:11 PM

:P So you turned off the directory listing?

:)

#335 User is offline   Camarade_Tux 

  • MSFN Addict
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,760
  • Joined: 22-May 05

Posted 16 April 2006 - 12:18 PM

I'm pretty upset since I just lost my post because of a crash (my half-dead-HD as always).

After 40 minutes : does MBSA2 skip checking file versions if registry keys are not present ?


What follows is a partially unuseful:
In my latest test with Dx 9.0c Feb06 slipstreamed, MBSA complains about KB904706. It says it is not installed.
This updates is old : Dec05. I'd thought it would be included in DX Feb06.
I tried to install it and then it refused telling me this update was intended for Dx8. However on the download page, it is said it concerns "XP SP2" which comes with Dx9. So what ?

Here it the log:
0.109: ================================================================================
0.109: 2006/04/16 19:32:01.906 (local)
0.109: d:\2ff4afa03ba790f56e0084917ae44855\update\update.exe (version 6.2.29.0)
0.109: Hotfix started with following command line: 
0.141: FileVersion of C:\WIN\System32\quartz.dll is Greater or Equal To 6.4.2600.1106
0.141: FileVersion of C:\WIN\System32\quartz.dll is Greater or Equal To 6.4.2600.1739
0.141: Second Condition in Test.FileVer.Section Failed
0.141: Condition Check for Line 1 of PreRequisite returned FALSE 
0.141: Le programme d'installation du KB904706 a rencontré une erreur :  Cette mise ŕ jour du logiciel ne s'applique qu'ŕ DirectX 8. Si vous voyez ce message, cela signifie que DirectX 8 n'est pas installé et que vous ne pouvez pas installer cette mise ŕ jour du logiciel.
0.156: Cette mise ŕ jour du logiciel ne s'applique qu'ŕ DirectX 8. Si vous voyez ce message, cela signifie que DirectX 8 n'est pas installé et que vous ne pouvez pas installer cette mise ŕ jour du logiciel.
1.766: Message displayed to the user: Cette mise ŕ jour du logiciel ne s'applique qu'ŕ DirectX 8. Si vous voyez ce message, cela signifie que DirectX 8 n'est pas installé et que vous ne pouvez pas installer cette mise ŕ jour du logiciel.
1.766: User Input: OK
1.766: Update.exe extended error code = 0xf0f4
1.766: Update.exe return code was masked to 0x643 for MSI custom action compliance.


I looked into d:\2ff4afa03ba790f56e0084917ae44855 and it seems this update only modifies quartz.dll.

Does it mean MBSA2 doesn't care of Dx9.0cFeb06 ?





:wacko:
In fact, I'm up-to-date but it's only MBSA that complains.
I'll make an HFNetChk report as soon as my VM is available again.

/me is tired and bored of these MS updates.

#336 User is offline   Tomcat76 

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

Posted 16 April 2006 - 12:27 PM

DX9.0c hasn't been updated since its release so the hotfix still applies. You only get updated SDK stuff and some additional binaries of which HFSLIP only supports the d3dx9 ones.

#337 User is offline   Camarade_Tux 

  • MSFN Addict
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,760
  • Joined: 22-May 05

Posted 16 April 2006 - 03:19 PM

The hotfix log says
0.141: FileVersion of C:\WIN\System32\quartz.dll is Greater or Equal To 6.4.2600.1106
0.141: FileVersion of C:\WIN\System32\quartz.dll is Greater or Equal To 6.4.2600.1739

I checked the one in dxnt.cab : version 6.5.1.902 which is also the version of the one present on my system.

These bi-monthly releases also contain security fixes.

#338 User is offline   Tomcat76 

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

Posted 16 April 2006 - 03:57 PM

The hotfix contains version 6.5.1.907.

Wait a minute...

Setup says "the hotfix is intended for DX8" and you say the hotfix has version 6.4. That can only mean you're using the wrong hotfix.

WindowsXP-KB904706-v2-x86-ENU.exe is for DX9 on XPSP2 and DX8 on XPSP1
WindowsXP-KB904706-DX9-x86-ENU.exe is for DX9 on XPSP1

You need the second file.

#339 User is offline   Camarade_Tux 

  • MSFN Addict
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,760
  • Joined: 22-May 05

Posted 17 April 2006 - 12:58 AM

Ok, it seems you got it.

I used you "Windows XP updates" page to download the hotfix. http://users.telenet...nup/_winxp.html

On this page, I selected updates for SP1 and then, clicked on the link to KB904706 downloadpage : http://www.microsoft.com/downloads/details...&displaylang=en
There, it is said this hotfix is for XP SP1.

...

Ok, I just needed a bunch of hotfix and did not check the "slipstream Dx9 box". If it is checked, the link points to the good update. Arghh, your page is too good for me.
Thanks.

#340 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 18 April 2006 - 04:17 AM

View PostCamarade_Tux, on Apr 15 2006, 06:40 AM, said:

Then could you please host it somewhere for the poor people that can't use WU ?
(nLite, blabla, removed, blabla, is able to restore BITS and AutoUpdate service but seems something else missing, blabla, wil dig into, blabla :flowers: )

Here ya go: 904942 from WU. Direct download from Windows Update.

the_guy

Share this topic:


  • 119 Pages +
  • « First
  • 15
  • 16
  • 17
  • 18
  • 19
  • 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