![]() ![]() |
Apr 16 2006, 08:46 AM Post
#321 | |
| MSFN Junkie Group: Software Developers Posts: 3171 Joined: 8-August 05 From: Flanders, Belgium Member No.: 68008 OS: 2000 | (1) Do you still need MSICabExtract.exe in HFTOOLS for any MSI files? 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) Is there actually a new version of UPHClean and will redownloading it solve Camarade_Tux's issue with it not installing? 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: Apr 16 2006, 08:46 AM |
| | |
Apr 16 2006, 08:48 AM Post
#322 | |
| Friend of MSFN ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 969 Joined: 15-January 06 Member No.: 85355 OS: Vista Ultimate x86 |
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: Apr 16 2006, 08:49 AM |
| | |
Apr 16 2006, 08:52 AM Post
#323 | |
| MSFN Addict ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1760 Joined: 22-May 05 From: Paris Member No.: 57090 OS: none |
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/board/lofiversion/index.php/t62418.html I extracted the files contained inside the msi file. There's an au3 file in the package and I found this : CODE case $arctype == "msi" runwait('msiexec.exe /a "' & $file & '" /qb /log c:\uniextract.txt TARGETDIR="' & $outdir & '"', $filedir) |
| | |
Apr 16 2006, 08:52 AM Post
#324 | |
| MSFN Junkie Group: Software Developers Posts: 3171 Joined: 8-August 05 From: Flanders, Belgium Member No.: 68008 OS: 2000 |
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.
|
| | |
Apr 16 2006, 08:56 AM Post
#325 | |
| MSFN Addict ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1760 Joined: 22-May 05 From: Paris Member No.: 57090 OS: none |
It seems you posted 1 nanosecond after me. 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 |
| | |
Apr 16 2006, 08:58 AM Post
#326 | |
| Friend of MSFN ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 969 Joined: 15-January 06 Member No.: 85355 OS: Vista Ultimate x86 |
Three quick suggestions for HFSLIP (nothing to do with the above). 1. Change CODE IF EXIST HFSPACK\* CALL :HFSPACK1 toCODE 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 CODE IF EXIST HFTOOLS\MKISOFS.EXE 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.IF EXIST HFTOOLS\CDIMAGE.EXE IF NOT EXIST HFTOOLS\MKISOFS.EXE SET CDIMG=1&CALL :MAKEISO & pause & exit 3. The very top portion of the script under REM FOR HFTOOLS FOLDER is not current. This post has been edited by Super-Magician: Apr 16 2006, 08:59 AM |
| | |
Apr 16 2006, 09:05 AM Post
#327 | |
| MSFN Junkie Group: Software Developers Posts: 3171 Joined: 8-August 05 From: Flanders, Belgium Member No.: 68008 OS: 2000 |
@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! This post has been edited by Tomcat76: Apr 16 2006, 09:06 AM |
| | |
Apr 16 2006, 09:14 AM Post
#328 | |
| MSFN Addict ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1760 Joined: 22-May 05 From: Paris Member No.: 57090 OS: none | @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) CODE [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. 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 ? CODE [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. |
| | |
Apr 16 2006, 09:31 AM Post
#329 | |
| MSFN Junkie Group: Software Developers Posts: 3171 Joined: 8-August 05 From: Flanders, Belgium Member No.: 68008 OS: 2000 |
@Super-Magician... All done. Check 60416-rc2. @Camarade_Tux... Just treat them the same way you're treating the other CAT files. |
| | |
Apr 16 2006, 09:36 AM Post
#330 | |
| Friend of MSFN ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 969 Joined: 15-January 06 Member No.: 85355 OS: Vista Ultimate x86 |
Thanks, Tomcat! When I referred to the section below REM FOR HFTOOLS FOLDER, I was talking about CODE 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: Apr 16 2006, 09:39 AM |
| | |
Apr 16 2006, 09:40 AM Post
#331 | |
| MSFN Junkie Group: Software Developers Posts: 3171 Joined: 8-August 05 From: Flanders, Belgium Member No.: 68008 OS: 2000 | |
| | |
Apr 16 2006, 10:08 AM Post
#332 | |
| Friend of MSFN ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 969 Joined: 15-January 06 Member No.: 85355 OS: Vista Ultimate x86 |
I see you were ready to release something yesterday [old link] This post has been edited by Super-Magician: Apr 16 2006, 12:10 PM |
| | |
Apr 16 2006, 10:21 AM Post
#333 | |
| MSFN Junkie Group: Software Developers Posts: 3171 Joined: 8-August 05 From: Flanders, Belgium Member No.: 68008 OS: 2000 |
That was a test version for TommyP.
|
| | |
Apr 16 2006, 12:11 PM Post
#334 | |
| Friend of MSFN ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 969 Joined: 15-January 06 Member No.: 85355 OS: Vista Ultimate x86 | |
| | |
Apr 16 2006, 12:18 PM Post
#335 | |
| MSFN Addict ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1760 Joined: 22-May 05 From: Paris Member No.: 57090 OS: none |
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: CODE 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 ? 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. |
| | |
Apr 16 2006, 12:27 PM Post
#336 | |
| MSFN Junkie Group: Software Developers Posts: 3171 Joined: 8-August 05 From: Flanders, Belgium Member No.: 68008 OS: 2000 |
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.
|
| | |
Apr 16 2006, 03:19 PM Post
#337 | |
| MSFN Addict ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1760 Joined: 22-May 05 From: Paris Member No.: 57090 OS: none |
The hotfix log says CODE 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. |
| | |
Apr 16 2006, 03:57 PM Post
#338 | |
| MSFN Junkie Group: Software Developers Posts: 3171 Joined: 8-August 05 From: Flanders, Belgium Member No.: 68008 OS: 2000 |
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. |
| | |
Apr 17 2006, 12:58 AM Post
#339 | |
| MSFN Addict ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1760 Joined: 22-May 05 From: Paris Member No.: 57090 OS: none |
Ok, it seems you got it. I used you "Windows XP updates" page to download the hotfix. http://users.telenet.be/tc76/winup/_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. |
| | |
Apr 18 2006, 04:17 AM Post
#340 | |
| Creator of the Windows ME Service Pack ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 899 Joined: 15-July 05 Member No.: 64572 | 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 |
| | |
![]() ![]() |
| Lo-Fi Version | Time is now: 21st November 2009 - 10:17 PM |