Jump to content

ZEUS__

Member
  • Posts

    195
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Turkey

Posts posted by ZEUS__

  1. ...but there is no TRK version of it. we use msxml4-KB2721691-enu.exe

    ...

    Hi ZEUS,

    yes, THX for reporting this! I'm sorry, I made an error during search & replace when updating the script. But it's already fixed (see two postings above!

    CU, Mimo

    ohh, I didn't see it, sorry :) thanks for your effort:)

    added: link to download gives me 404 error:(

    added2: now it seems OK. I download it. thanks :)

  2. hi,

    my WINDOWSXP-KB2264107-X86.REG file is in SVCPACK folder. if I just edit this file and make iso, is it OK? I just don't understand what the slipstream process with this update? Should I run hfslip again to slipstream updates?

    Yes, it's OK! You don't have to re-run HFSLIP just for this.

    But don't forget to edit this file in HFSVCPACK folder also, if you don't want to edit it again after every run of HFSLIP.

    I understand, thanks for your information.

  3. On one hand, everyone can modify this or can leave this file,

    Yeah, but i think most of the people just download the files and run HFSLIP, especially if they're just updating.

    And next time they wonder why HFSLIP does not slipstream updates...

    Just as i did.

    You could save many research-hours for people by setting the file on your page to dword:00000002. :)

    hi,

    my WINDOWSXP-KB2264107-X86.REG file is in SVCPACK folder. if I just edit this file and make iso, is it OK? I just don't understand what the slipstream process with this update? Should I run hfslip again to slipstream updates?

  4. hi,

    after I update 8.4.6 this code doesn't seem to work anymore;

    I use it with RunOnceEx. And My .msi programs don't wait each other to finish its install. They begin to install even if others don't finish.


    @ECHO OFF

    FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\CD.txt SET CDROM=%%i:

    SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

    for /f "delims=: tokens=1" %%i in ("%~dp0") do set drive=%%i:
    set wpipath=%drive%\wpi

    REG ADD %KEY% /V TITLE /D "Uygulamalar Yukleniyor" /f

    REG ADD %KEY%\998 /V 1 /D "%wpipath%\WPI.exe" /f

    REG ADD %KEY%\999 /VE /D "Driverpacks Finisher" /f
    REG ADD %KEY%\999 /V 1 /D "%SystemDrive%\DPsFnshr.exe" /f

    EXIT

  5. First of all, so thanks Mimo..

    when I put KB2681116 to HF folder it says;

    Found wrong, obsolete or unknown update(s)

    unknown: HF\WindowsXP-KB2681116-x86-TRK.exe

    but on here;

    Found non-existing update(s) for Windows XP SP3

    not found (F): HF\WindowsXP-KB2681116-x86-TRKexe (Daylight saving time (DST) update for Chile)

    I think there is a typo.

  6. @mim0 I've included Q282784_WXP_SP1_x86_ENU.exe in HF folder. it's qfecheck.exe. but file checker says it's unknown. could you add this to list?

    Probably you could do it as I do it for additional updates which are not on the list:

    I modified my file-checker INI in the following way:

    Open it and go to the WIN-section, and add additional update(s):

    ...
    -------------------------------------------------
    ! Additional updates for Windows XP SP3
    -------------------------------------------------
    +WIN
    S|HF\Q282784_WXP_SP1_x86_ENU.exe|Qfecheck.exe
    -
    ...

    waow. that's way really very good for additional updates.:thumbup thanks.

  7. Hi,

    @Mim0 I was using a regedit entry for suppress Malicious Software Removal Tool to reduce xp source. But now it does not work for October. You know some trick for this?


    ;Malicious Software Removal Tool October 2011
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\RemovalTools\MRT]
    "EULA2"=dword:00000001
    "Version"="C0177BCC-8925-431B-AC98-9AC87B8E9699"

    source:http://support.microsoft.com/kb/891716/en-us

×
×
  • Create New...