rulman Posted October 13, 2013 Share Posted October 13, 2013 HFSVCPACK_SW1WindowsXP-KB0969084-x86-trkWindowsXP-KB982316-x86-TRKWindowsXP-KB2603381-x86-TRKWindowsXP-KB2686509-x86-TRKWindowsXP-KB2813347-x86-TRKKB961742-v3 Link to comment Share on other sites More sharing options...
Acheron Posted October 22, 2013 Author Share Posted October 22, 2013 (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 October 22, 2013 by Acheron Link to comment Share on other sites More sharing options...
Maxfutur Posted November 17, 2013 Share Posted November 17, 2013 It doesn't contain::EOFI'm about to try it, long time not slipstreaming Link to comment Share on other sites More sharing options...
bphlpt Posted November 17, 2013 Share Posted November 17, 2013 ??? 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 Link to comment Share on other sites More sharing options...
Acheron Posted February 23, 2014 Author Share Posted February 23, 2014 Updated first post with beta K v5 Link to comment Share on other sites More sharing options...
jakson Posted February 25, 2014 Share Posted February 25, 2014 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 Link to comment Share on other sites More sharing options...
Acheron Posted February 25, 2014 Author Share Posted February 25, 2014 (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 February 25, 2014 by Acheron Link to comment Share on other sites More sharing options...
Acheron Posted February 26, 2014 Author Share Posted February 26, 2014 (edited) I have uploaded beta K v6 again to fix the logon issue caused by integrating a newer dpcdll.dll file. Edited February 27, 2014 by Acheron Link to comment Share on other sites More sharing options...
jakson Posted February 27, 2014 Share Posted February 27, 2014 (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.PSWhy 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)PS2KB2878379-v2 was always in my HF folder.Maybe I should put it into SVCPACK (or somewhere else)? Edited February 27, 2014 by jakson Link to comment Share on other sites More sharing options...
Acheron Posted February 27, 2014 Author Share Posted February 27, 2014 (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 February 27, 2014 by Acheron Link to comment Share on other sites More sharing options...
jakson Posted February 27, 2014 Share Posted February 27, 2014 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) Link to comment Share on other sites More sharing options...
Acheron Posted March 6, 2014 Author Share Posted March 6, 2014 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. Link to comment Share on other sites More sharing options...
jakson Posted April 14, 2014 Share Posted April 14, 2014 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=1MSIEXEC /i %HFSLIPSVC%rmclientbackcompat.msi /qn /norestart ALLUSERS=1MSIEXEC /i %HFSLIPSVC%uphclean-setup.msi /qn /norestart ALLUSERS=1regedit.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 OFFTITLE HFSLIPSET HFSLIP=%~dp0..\SET HFSLIPSVC=%~dp0 Link to comment Share on other sites More sharing options...
tomasz86 Posted December 6, 2014 Share Posted December 6, 2014 (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 December 6, 2014 by tomasz86 Link to comment Share on other sites More sharing options...
bphlpt Posted December 6, 2014 Share Posted December 6, 2014 ... 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 Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now