Jump to content

New HFSLIP 1.7.10 beta K v9 build 20150818


Recommended Posts

Posted

HFSVCPACK_SW1

WindowsXP-KB0969084-x86-trk

WindowsXP-KB982316-x86-TRK

WindowsXP-KB2603381-x86-TRK

WindowsXP-KB2686509-x86-TRK

WindowsXP-KB2813347-x86-TRK

KB961742-v3

  • 2 weeks later...

Posted (edited)

I have uploaded beta K v4 which contains a few fixes from HFSLIP 2.0 branch. Another change is that the TEMP folder will not be removed anymore and recreated between each extracted update.

Edited by Acheron
  • 4 weeks later...
Posted

??? I don't think that :EOF needs to be explicitly included. GOTO EOF should still just go to the "End Of File", ie exit, quit, vamoose, scram, etc. :) Am I missing something?

Cheers and Regards

  • 3 months later...
Posted

Updated first post with beta K v5 :)

I can't login to XP system with integrated KB2878379-v2 (or KB969557* or both of them)

and have got this error:

"A problem is preventing windows from accurately checking the license for this computer. ERROR 0x80004005"

I was trying HFSLIP 1.7.10 beta K v5 (latest) and v4 with no success.

More:

http://www.msfn.org/board/topic/126410-windows-updates/page-30#entry1069741

Posted (edited)

Hi Jakson, unfortunately I can't help you with your problem. You might want to test installing these updates on a live system and try if you can reproduce the issue.

I have uploaded HFSLIP beta K v6 which changes a lot of stuff regarding delayed file registration and commands run from the generated batch file inside the SVCPACK folder. For executing inf files from the SVCPACK directory the batch file is still generated. If you prefer not to have a batch file you can add your custom inf files to a new HFINFS folder within your project directory. These files will be copied to disk and launched from HFSLIPWU.INF.

Edited by Acheron
Posted (edited)

I have uploaded beta K v6 again to fix the logon issue caused by integrating a newer dpcdll.dll file.

Edited by Acheron
Posted (edited)

Hi Jakson, unfortunately I can't help you with your problem. You might want to test installing these updates on a live system and try if you can reproduce the issue.

KB2878379-v2 (or KB969557) installed on working XP doesn't make any error.

XP slipstreemed with KB2878379-v2 (or KB969557) and addons (vcredist + dotnet 1.1+3.5+4)

stuck on "less than 30 minutes" (can't reach login screen with 0x80004005 error).

I'll try KB2878379-v2 with latest HFSLIP v6 version.

PS

Why didn't you change line:

ECHO %%I|FIND /I "Vista">NUL 2>&1&&(SET HostOS=Vista&GOTO :HOSD)

to:

ECHO %%I|FINDSTR /I "Vista 7 8 8.1">NUL 2>&1&&(SET HostOS=Vista&GOTO :HOSD)

according to tomasz86 post from june, 2013?

(I have tested it on Windows 7/8/8.1 and it does work)

PS2

KB2878379-v2 was always in my HF folder.

Maybe I should put it into SVCPACK (or somewhere else)?

Edited by jakson
Posted (edited)

Jakson, at the moment my main OS is still Windows XP. So I was not aware of this problem you experience when running HFSLIP under a newer OS.

I have merged some fixes from tomasz86, but these lines are new to me. Anway I have added them to beta K v6 now.

Edited by Acheron
Posted

Jakson, at the moment my main OS is still Windows XP. So I was not aware of this problem you experience when running HFSLIP under a newer OS.

I have merged some fixes from tomasz86, but these lines are new to me. Anway I have added them to beta K v6 now.

I've just tested your latest beta K v6 (dpcdll.dll fix) with KB2878379-v2 in HF folder -

- the installation process completed without any errors.

(didn't test this update in SVCPACK)

Posted

I have uploaded a new build of HFSLIP beta K v6 to fix a few path issues. I have also added a check to skip the integration of msdelta.dll included with WMP11 when this file is found in your SOURCE.

  • 1 month later...
Posted

Are you sure that new HFSLIP generates correct HFSLIP.CMD file?

Here is start of my \I386\SVCPACK\HFSLIP.CMD -

- %HFSLIPSVC% variable is used before declaration:

MSIEXEC /i %HFSLIPSVC%msdrmclient.msi /qn /norestart ALLUSERS=1
MSIEXEC /i %HFSLIPSVC%rmclientbackcompat.msi /qn /norestart ALLUSERS=1
MSIEXEC /i %HFSLIPSVC%uphclean-setup.msi /qn /norestart ALLUSERS=1
regedit.exe /s "%HFSLIPSVC%WindowsXP-KB2264107-x86.reg"
regedit.exe /s "%HFSLIPSVC%WindowsXP-KB968389-x86.reg"
rundll32.exe advpack.dll,LaunchINFSection %HFSLIPSVC%Windows-KB909520-v1.000-x86.inf,,1
@ECHO OFF
TITLE HFSLIP
SET HFSLIP=%~dp0..\
SET HFSLIPSVC=%~dp0

  • 7 months later...
Posted (edited)

Are you sure that new HFSLIP generates correct HFSLIP.CMD file?

 

Here is start of my \I386\SVCPACK\HFSLIP.CMD -

- %HFSLIPSVC% variable is used before declaration:

 

MSIEXEC /i %HFSLIPSVC%msdrmclient.msi /qn /norestart ALLUSERS=1

MSIEXEC /i %HFSLIPSVC%rmclientbackcompat.msi /qn /norestart ALLUSERS=1

MSIEXEC /i %HFSLIPSVC%uphclean-setup.msi /qn /norestart ALLUSERS=1

regedit.exe /s "%HFSLIPSVC%WindowsXP-KB2264107-x86.reg"

regedit.exe /s "%HFSLIPSVC%WindowsXP-KB968389-x86.reg"

rundll32.exe advpack.dll,LaunchINFSection %HFSLIPSVC%Windows-KB909520-v1.000-x86.inf,,1

@ECHO OFF

TITLE HFSLIP

SET HFSLIP=%~dp0..\

SET HFSLIPSVC=%~dp0

I fixed this bug. The fix isn't perfect as I have no access to the beta K versions older than v6, but works nevertheless. I've created a GitHub repository where you can track all the changes:

https://github.com/tomasz1986/HFSLIP

Apart from fixing the bug I also removed the special characters mentioned above ( #56) from the script. They don't play nicely with different code pages.

There are some other issues in the script but I've had no time to have a look at them yet.

hfslip-1.7.10_beta_K_v7.zip

Edited by tomasz86
Posted

... The fix isn't perfect as I have no access to the beta K versions older than v6, but works nevertheless.

Hey, tomasz86, I think I have access to HFSLIP-1.7.10_beta_K versions 2, 4 and 5, if the labeling in my archives is correct  I believe the other versions I have are beta J. Let me know if you want me to make them available for you.

Cheers and Regards

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...