Jump to content

Parseus

Member
  • Posts

    99
  • Joined

  • Donations

    0.00 USD 
  • Country

    Poland

Everything posted by Parseus

  1. Of course WU doesn't ask for 2828030, it's a hotfix by request (HBR) just like a few other hotfixes listed in the file checker and on Mim0's site.
  2. Well, I don't have such files. I just thought it could be used to be 100% sure that HFSLIP uses the correct file version. Besides, if I had files with older file version to be used, I would probably put them in a REPLACE\I386 folder.
  3. How is HFSLIP copying files? Does it use the last created/modified date? Could we use filever.exe instead?
  4. You are right, I don't have any IE updates (except for a cumulative IE6 for shdocvw.dll and browseui.dll). I'm using OnePiece's addons to integrate IE8, WMP11 and a few other things.
  5. I found a cause of the error in this code: REM WORKAROUND FOR INTERNET EXPLORER 8 IF EXIST TEMP\UPDATE\*951978* IF %VERSIONIE%==IE8 ( DEL/Q/F TEMP\SP%SP%QFE\jscript.dll DEL/Q/F TEMP\SP%SP%QFE\vbscript.dll ) REM WORKAROUND FOR INTERNET EXPLORER 8 IF NOT DEFINED IE8HFX IF %VERSIONIE%==IE8 ( IF EXIST TEMP\SP%SP%QFE\html.iec ( FOR /F %%I IN ('DIR/B TEMP\SP%SP%QFE') DO IF /I NOT "%%I"=="shdocvw.dll" ( IF /I NOT "%%I"=="browseui.dll" DEL/Q/F TEMP\SP%SP%QFE\%%I ) ) ) I fixed it by adding missing quotation marks: REM WORKAROUND FOR INTERNET EXPLORER 8 IF EXIST TEMP\UPDATE\*951978* IF "%VERSIONIE%"=="IE8" ( DEL/Q/F TEMP\SP%SP%QFE\jscript.dll DEL/Q/F TEMP\SP%SP%QFE\vbscript.dll ) REM WORKAROUND FOR INTERNET EXPLORER 8 IF NOT DEFINED IE8HFX IF "%VERSIONIE%"=="IE8" ( IF EXIST TEMP\SP%SP%QFE\html.iec ( FOR /F %%I IN ('DIR/B TEMP\SP%SP%QFE') DO IF /I NOT "%%I"=="shdocvw.dll" ( IF /I NOT "%%I"=="browseui.dll" DEL/Q/F TEMP\SP%SP%QFE\%%I ) ) )
  6. I'm not using HFSLIP on Windows 7. I have a VM with Windows XP for it.
  7. HFSLIP beta K (v2) closes for me with an "( was unexpected at this time" error while trying to integrate any update from HF1.txt (f.e. KB890830). HFSLIP extracts the update to TEMP, but closes itself immediately after that. I don't have any problems with beta J v11. Here is my output log from the console:
  8. Parseus

    HFSLIPFC-2K

    Fixed. Fixed. Hmm, it's working for me - did you include the registry fix in HFSVCPACK folder?
  9. Parseus

    HFSLIPFC-2K

    It should be on Mim0's website this evening.
  10. Are you sure it's necessary? HFSLIP will slipstream any update even if you name it abcd.exe unless its structure is non-standard. I read about it here, but I don't know if the current version of HFSLIP handles it without the need for renaming it. Somebody should test that.
  11. Parseus

    HFSLIPFC-2K

    Fixed. Fixed - I made a typo there, so FC didn't recognize obsoletion by KB2416400. Fixed. Added hint about it. Fixed. Added a hint about it. Dumb typo - it should be KB841029. Fixed. Removed from update list. It's already superseded by your multilanguage v2 version. Added a hint about it. Added a hint about it. I forgot to add a registry fix fr KB834158. Fixed. The first one was a dumb typo, as I wrote earlier. The second one I didn't add earlier for some reason. I guess slipstreaming both 6.4 and 9 codecs shouldn't hurt. Added.
  12. Parseus

    HFSLIPFC-2K

    Wow, that was a really long break I updated my extension
  13. IIRC, renaming this update allows HFSLIP for some reason to slipstream it from HF folder instead of HFSVCPACK_SW1.
  14. Parseus

    HFSLIPFC-2K

    Of course, but I'm very busy now (*cough*exams*cough*), so expect an update at the beginning of February.
  15. Parseus

    HFSLIPFC-2K

    I uploaded a new version to Mim0. I wanted to do that earlier, but I had to fight with very ugly common cold. You can expect HFSLIPFC-2K today or tomorrow.
  16. Parseus

    HFSLIPFC-2K

    Thanks, both problems are fixed now. I will upload a new version to Mim0 after release of MRT 4.3 - I don't want to make a new version of my extension only because of MRT.
  17. Fixed. Both cab files and extracted files are marked as obsoleted when of them is NOT present. I agree that it's not clarified enough, though. I changed hints for them to more appropriate.
  18. Parseus

    HFSLIPFC-2K

    After a long break I updated my 2K extension. Expect it to be released along with a new version of the main HFSLIPFC file on Mim0's site.
  19. This should be a proper link. It's from Mim0's site.
  20. It's true only for portcls.sys and hdaudbus.sys - the rest of files is not present on a clean XP SP3.
  21. Parseus

    HFSLIPFC-2K

    Sure, I think I'll release it on Saturday on Sunday. I didn't have much free time before.
  22. Parseus

    HFSLIPFC-2K

    Could I see these modifications?
  23. You can always use IGNORE section in hfslipfc.ini or remove unwanted updates in XP extension.
  24. I've just made a quick comparision - files from XP SP3 are indeed newer. It's look like with that newer installer for WMP11 KB941569 is no longer needed.
×
×
  • Create New...