Jump to content

Did you guys break somethin? (heh)


Recommended Posts

Posted

It seems after I moved from HFSLIP_60618b to HFSLIP_60810.CMD (and HFSLIP_60819a.CMD) I now fail on text mode copy for file "spmsg2.dll". To fix it I compared the txtsetup.sif & dosnet.inf from both runs and deleted the extra entry.

"spmsg2.dll = 1,,,,,,,2,0,0"

If it makes a difference, I am building XP SP2 source.

I looked in the CMD files and they handle this file differently:

HFSLIP_60618b.CMD

IF DEFINED SPMSG2 (
COPY WORK\I386E\spmsg.dll WORK\I386E\spmsg2.dll >NUL
ECHO>>SOURCESS\I386\TXTSETUP.SIF spmsg2.dll = 1,,,,,,,1000,0,0,spmsg.dll.ref
ECHO>>SOURCESS\I386\DOSNET.INF d1,spmsg2.dll
)

&

:KB898461
IF "!VERSION!"=="XP" IF "!SP!"=="SP1" (FINDSTR/I PkgInstallerVer TEMP\UPDATE\update_SP2QFE.inf>WORK\898461.TXT) ELSE (
FINDSTR/I PkgInstallerVer TEMP\UPDATE\update_%SP%GDR.inf>WORK\898461.TXT
)
FOR /F "TOKENS=2,3 DELIMS==" %%I IN (WORK\898461.TXT) DO SET PKG=%%I
IF NOT DEFINED PKG GOTO EOF
ECHO>>HFS\TXTNTDIR.TXT 1000 = "system32\PreInstall\WinSE\%PKG%"
IF EXIST TEMP\SPMSG.DLL SET SPMSG2=1

HFSLIP_60810.CMD (and HFSLIP_60819a.CMD)

IF DEFINED PKG (
ECHO>>HFS\TXTNTDIR.TXT 1000 = "system32\PreInstall\WinSE\%PKG%"
COPY WORK\I386E\spupdsvc.exe WORK\I386E\spupdsv2.exe >NUL
COPY WORK\I386E\spmsg.dll WORK\I386E\spmsg2.dll >NUL
ECHO>>SOURCESS\I386\TXTSETUP.SIF spmsg2.dll = 1,,,,,,,1000,0,0,spmsg.dll.ref&ECHO>>SOURCESS\I386\DOSNET.INF d1,spmsg2.dll


Posted (edited)
Thanks.

Try the latest... :)

Looks good as always. Now let's see what I can break for you next....:whistle:

thanks

Edited by NtegrA
  • 4 weeks later...
Posted

Perhaps a label next to the download would be helpful?

Latest beta version: hfslip-1.0b-61005a

Or maybe some color?

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