Jump to content

Super-Magician

Member
  • Posts

    969
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by Super-Magician

  1. Correct me if I'm wrong, but KB911564 is still needed even when installing WMP11 because it replaces something that exists across all Windows Media component programs.
  2. @jvidal: I have this list somewhere. I'll go dig it up in a few seconds...stay tuned. Edit: Here you go! Not for IE7: KB922760 (previous Cumulative IE5/6 update) KB925454 (current Cumulative IE5/6 update) KB925486 (Vulnerability in Vector Markup Language) Superseded by IE7: Windows Script 5.6 KB917344 for previous Windows Script 5.6 KB924496 (Vulnerability in Windows Object Packager)
  3. @retalv, You're kind of confused there. I'm not quite sure where you're getting this information . OK, kindly read Tomcat's post above and the information below. HFSPLUG2.CMD does not modify any predetermined file. It only does what you tell it to do. That is, the file is called by the HFSLIP program at the end of the slipstreaming process right before the log file is written. If you want HFSLIP to do what you requested, simply create the plug-in file like this... HFTOOLS\HFSPLUG2.CMD IF EXIST HFTOOLS\AHFSLIP.TXT FOR /F "DELIMS=" %%I IN (HFTOOLS\AHFSLIP.TXT) DO ECHO %%I >>SOURCESS\I386\SVCPACK\HFSLIP.CMD We can't implement exactly what you told us because that would just be redundant.
  4. @retalv, you must use the name 'HFSPLUG2.CMD'. Simply write whatever you want to do in the batch script, then place it in HFTOOLS. If you're not sure how to do so, I'm not so sure how we can help as it was an older feature (i.e. HFSPLUG1.CMD existed before but we later incorporated that stuff back into the script).
  5. [offtopic] Pssst...Tomcat! Are you checking your PMs? [/offtopic]
  6. @retalv, This is already supported. Create a batch file with the necessary commands called HFSPLUG2.CMD and place it into HFSVCPACK. Keep this in mind - the CMD is executed right before the log file is generated. The path is your HFSLIP folder.
  7. @Kiki: It would be good to have this topic stickied, but I feel that the list of pinned topics is getting loooonng.
  8. See the changelog for the test releases.
  9. @Tomcat76, Is nLite still slipstreaming IE7 at all? I was thinking maybe we could implement their method, but I'm sure you've thought of that long ago.
  10. @All Can we please try using the right terminology? It's reseal, not rescell or resell. Thanks.
  11. My HFANSWER.INI file hasn't been modified since the last time HFSLIP has worked. I will try it, however, with DRIVERCOMP=A. I'm afraid to re-use the latest final because a few things in my HF folder are only supported by these test releases. But I'll see what I can do to rule things out.
  12. List updated. I've kept the HighMAT update for now until I can take a better look at it.
  13. I'm afraid recopying my source did not solve anything. Setup is still restarting. Here's the HFSLIP.LOG and other relevant files from my latest run.
  14. There's a section in HFSLIP that will do this. I have only the relevant sections posted below. You may copy and modify it to suit your needs. All credit goes to Tomcat76, who wrote the code for it. Paste before copy section :TIMECALC FOR /F "TOKENS=2,3 DELIMS=:. " %%Q IN ('ECHO %TIME%') DO SET ETIMEM=%%Q&SET ETIMES=%%R IF NOT "%STIMEM%"=="00" IF %STIMEM% LSS 10 FOR /F "TOKENS=1 DELIMS=0" %%I IN ('ECHO %STIMEM%') DO SET STIMEM=%%I IF NOT "%STIMES%"=="00" IF %STIMES% LSS 10 FOR /F "TOKENS=1 DELIMS=0" %%I IN ('ECHO %STIMES%') DO SET STIMES=%%I IF NOT "%ETIMEM%"=="00" IF %ETIMEM% LSS 10 FOR /F "TOKENS=1 DELIMS=0" %%I IN ('ECHO %ETIMEM%') DO SET ETIMEM=%%I IF NOT "%ETIMES%"=="00" IF %ETIMES% LSS 10 FOR /F "TOKENS=1 DELIMS=0" %%I IN ('ECHO %ETIMES%') DO SET ETIMES=%%I SET /A TMIN=%ETIMEM%-%STIMEM% SET /A TSEC=%ETIMES%-%STIMES% ECHO>TTEST.TXT %TSEC% FOR /F %%I IN ('FINDSTR/R "\-" TTEST.TXT') DO SET SERROR=1 IF DEFINED SERROR CALL :NSTIMES ECHO>TTEST.TXT %TMIN% FOR /F %%I IN ('FINDSTR/R "\-" TTEST.TXT') DO SET MERROR=1 DEL/Q/F TTEST.TXT IF DEFINED SERROR (SET NSTIMEM=59) ELSE (SET NSTIMEM=60) IF DEFINED MERROR CALL :NSTIMEM IF %TSEC% LSS 10 SET TSEC=0%TSEC% SET RTIMELN=Total run time: %TMIN% min %TSEC% sec ECHO. ECHO %HFTOT% hotfixes processed. %RTIMELN% ECHO. GOTO EOF :NSTIMES SET /A NSTIMES=60-%STIMES% SET /A TSEC=%NSTIMES%+%ETIMES% SET /A TMIN=%TMIN%-1 GOTO EOF :NSTIMEM SET /A NSTIMEM=%NSTIMEM%-%STIMEM% SET /A TMIN=%NSTIMEM%+%ETIMEM% GOTO EOF
  15. @the_guy Is KB925398 needed for Windows XP SP2 when WMP11 and WMF11 are installed? Automatic Updates still downloaded this hotfix when it updated my computer today.
  16. How did you manage to make the size increase to 180 KB?
  17. @retalv: I do not believe the script has changed anything for support of items in HFSVCPACK for any operating system recently (at least for .NET installers). @Kiki: If you want to see what new hotfixes have been released on WU/MU, check out this KB article.
  18. @retalv RyanVM's .NET 2.0 installer has never worked in HFSVCPACK. It clearly states on his site that his installer is not installable through SVCPACK, the reason being a specific registry entry must be modified before and after setup is launched. I would recommend you try RogueSpear's installer. This will make the necessary registry edits at the appropriate times. Place it in HFSVCPACK and you should be good to go! Good luck!
  19. Thank you, dziubek. More information at http://support.microsoft.com/kb/894199. P.S. Just a gentle reminder- KB925454 (MS06-072) is NOT for Internet Explorer 7. Edit: Why is KB929120 not included in KB928388? Maybe because they released it later...?
  20. Hmmm...I almost thought today was Monday! Tomcat, I think you got mixed up too.
  21. @dziubek, 1. This option has long been supported. Simply use the proper variable. Don't mention it here - absolutely no support will be provided if something goes wrong. 2. I believe Tomcat just needs to change one of the switches for DIR.
  22. @Kiki: XP Gold did contain the Java VM, but it was XP SP1a that removed it (following XP SP1). Just wanted to clear that up.
×
×
  • Create New...