Jump to content

SkyKiDS

Member
  • Posts

    28
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Korea, Republic Of

Posts posted by SkyKiDS

  1. The new Adobe Flash Player has been released.

    • Release date: October 14, 2014
    • Vulnerability identifier: APSB14-22
    • Priority: Recommended to update
    • Platform: All Platforms
    • Version: 15.0.0.189 for Windows desktop runtime and all other runtimes are also updated.

    I made a new cabinet file with ActiveX and also the other browsers plugin-style player based on Mim0's cabinet file. The update service is also included and set it to notify me when update is available.
     
    My version needs editing the HFSLIP code, I think, for copying plugin files and addtitional files to work. You can add and edit the code like:
     
    Find this,

    IF EXIST WORK\CABS\FlashUt*.exe FOR /F %%I IN ('DIR/B WORK\CABS\FlashUt*.exe') DO (MOVE/Y WORK\CABS\%%I WORK\I386E\swflash.exeECHO>>SOURCESS\I386\TXTSETUP.SIF swflash.exe = 1,,,,,,,1003,0,0,%%I&ECHO>>SOURCESS\I386\DOSNET.INF d1,swflash.exe)

    Edit it,

    IF EXIST WORK\CABS\FlashUt*ActiveX.exe FOR /F %%I IN ('DIR/B WORK\CABS\FlashUt*ActiveX.exe') DO (MOVE/Y WORK\CABS\%%I WORK\I386E\swflash.exeECHO>>SOURCESS\I386\TXTSETUP.SIF swflash.exe = 1,,,,,,,1003,0,0,%%I&ECHO>>SOURCESS\I386\DOSNET.INF d1,swflash.exe)IF EXIST WORK\CABS\FlashUt*Plugin.exe FOR /F %%I IN ('DIR/B WORK\CABS\FlashUt*Plugin.exe') DO (MOVE/Y WORK\CABS\%%I WORK\I386E\swflash2.exeECHO>>SOURCESS\I386\TXTSETUP.SIF swflash2.exe = 1,,,,,,,1003,0,0,%%I&ECHO>>SOURCESS\I386\DOSNET.INF d1,swflash2.exe)

    Add code below,

    IF EXIST WORK\CABS\flashplayer.xpt FOR /F %%I IN ('DIR/B WORK\CABS\flashplayer.xpt') DO (MOVE/Y WORK\CABS\%%I WORK\I386E\fplayer.xptECHO>>SOURCESS\I386\TXTSETUP.SIF fplayer.xpt = 1,,,,,,,1003,0,0,%%I&ECHO>>SOURCESS\I386\DOSNET.INF d1,fplayer.xpt)IF EXIST WORK\CABS\activex.vch FOR /F %%I IN ('DIR/B WORK\CABS\activex.vch') DO (MOVE/Y WORK\CABS\%%I WORK\I386E\activex.vchECHO>>SOURCESS\I386\TXTSETUP.SIF activex.vch = 1,,,,,,,1003,0,0,%%I&ECHO>>SOURCESS\I386\DOSNET.INF d1,activex.vch)IF EXIST WORK\CABS\plugin.vch FOR /F %%I IN ('DIR/B WORK\CABS\plugin.vch') DO (MOVE/Y WORK\CABS\%%I WORK\I386E\plugin.vchECHO>>SOURCESS\I386\TXTSETUP.SIF plugin.vch = 1,,,,,,,1003,0,0,%%I&ECHO>>SOURCESS\I386\DOSNET.INF d1,plugin.vch)IF EXIST WORK\CABS\npswf*.dll FOR /F %%I IN ('DIR/B WORK\CABS\npswf*.dll') DO (MOVE/Y WORK\CABS\%%I WORK\I386E\npswf32.dllECHO>>SOURCESS\I386\TXTSETUP.SIF npswf32.dll = 1,,,,,,,1003,0,0,%%I&ECHO>>SOURCESS\I386\DOSNET.INF d1,npswf32.dll)

    (Note that it is not optimized and assumes to work on Microsoft Windows XP.)

     

    I am worried that the code is not tested, neither the cabinet file. Can anybody test it?
     
    Download: Dropbox
     
    Thank you, regards.
     
    cf) The friend of MSFN, blackwingcat's cabinet is also available at his blog, it is not necessary to edit the code of HFLSIP, he said.

  2. If you choose to update the core files, Internet Explorer, Windows Media Player and Remote Desktop Connection, then you should prepare correct version update packages. You can read this info at Mim0's website. It may make an error if you mix two or more versions updates.

    There's one exception in case of IE6/8: KB2898785. The IE6 version updates one more file than the IE8 one. You can find details on the Mimo's Windows XP Updates List.

    So you suggest installing WindowsXP-KB2898785-x86-XXX.exe and IE8-WindowsXP-KB2898785-x86-XXX.exe ?

    No, You don't need to copy WindowsXP-KB2898785-x86-XXX.exe to HF folder, IE8-WindowsXP-KB2898785-x86-XXX.exe should be in the HF folder.

    I know HFSLIP proceeds WindowsXP-KB2898785-x86-XXX.exe before IE8-WindowsXP-KB2898785-x86-XXX.exe, so if WindowsXP-KB2898785-x86-XXX.exe is in the HF folder, although, it may be fine. We only need shdocvw.dll from WindowsXP-KB2898785-x86-XXX.exe, IE8-WindowsXP-KB2898785-x86-XXX.exe does not have it.

  3. Hi, there! :)

    The new security updates are released.

    MS14-001 for Microsoft Office

    MS14-002 for Microsoft Windows XP and Server 2003

    MS14-003 for Microsoft Windows 7, Server 2008 R2 and Server Core installation option

    MS14-004 for Microsoft Dynamics AX

    We only need MS14-002(KB2914368) and a new KB890830 (Malicious Software Removal Tool) version 5.8.

    MS14-002(KB2914368) replaces MS10-099(KB2440591), and older(v5.7 or before) KB890830 is replaced by v5.8.

    KB2914368 should be worked with the folder HF.

    Download them here:

    WindowsXP-KB2914368-x86-XXX.exe (for XP, go to security note for others)

    Windows-KB890830-V5.8.exe

  4. Microsoft seems to have fixed the problem on their end. KB2798897 no longer appears to be necessary. :)

    I just trying to remake image, and install on the virtual system. hmm, the result is...

    Yeah, It's fixed!!!

    Oh wow. I didn't realize this thread existed. I posted about it here. :blushing:

    I just searched in this forum only. Anyway, Thank you. :)

  5. Hi!

    I slipstreamed update packages of Microsoft Windows XP Professional Service Pack 3, listed in Mim0's website.

    According to the site, KB2917500 replaces KB2798897.

    I did KB2917500, but KB2798897 shows up at Windows Update.

    Actually, Some days before, There's no more updates shows up at the WU site with almost same setup image.

    I change another side of setup image, not security updates side.

    What happens? There doesn't exist KB2798897 v2. Any ideas?

  6. ...Your Windows XP updates list is missed an info about KB2345886....

    Yes, good hint, THX!!! :)update: done

    My pleasure. :) Oh, new site is updated not the site at Zymic.

    unfortunately my site ist already/still down... d*mn... :thumbdown

    According to Zymic Twitter, terrible... too much downtime by heavy traffic, and it happens many times. :thumbdown

    However, your site is visible to me now, but it goes down at dawn time (GMT+9), sometimes... more than sometimes.

    until I found a new hoster, I use the following URL: http://hsflip.altervista.org/

    Oops, "HSFLIP" not "HFSLIP"? The time comes to change the name? :P

  7. Hi, Mimo!

    Your Windows XP updates list is missed an info about KB2345886.

    To use the features that this update includes, you must have Windows 7, Windows 2008 R2, or update 968389 installed on the computer. For more information, click the following article number to view the article in the Microsoft Knowledge Base:

    968389 Extended Protection for Authentication

    Both KB970430 and KB2345886 require KB968389, and You noted the info to KB970430, but not to KB2345886.

    It looks better to add a line about it.

    Your Windows XP updates list is very nice. Thank you. Like yours, I am making a site for Korean.

  8. It's not an error. Because you can decide in the INI whether you want to have (S)ecutiry update and/or (A)dvisories I left the old Killbits from december still in the list (latest security update for Killbits). And if the file-checker will find KB2736233 it will not ask for KB2618451. But KB2736233 is missing, it will be reported as missing. But also KB2618451.

    If you put both updates to HF and run the file-checker again, KB2618451 will be reported as obsolete. I know, it's not perfect. Probably I find the time to extend the main-script of the file-checker.

    New file-checker for XP:

    2012-09-22
    - Added: KB2744842 (MS12-063: Internet Explorer)
    - Removed: KB2722913 (MS12-052: Internet Explorer, replace by KB2744842)
    - Fixed: version of Malicious Software Removal Tool v4.12

    Download: HFSLIPFC v.2012/05/04 with WindowsXP-update-list v.2012/09/22

    OK, I see. Thank you, fast update. :)

  9. Hi, there! :)

    There's an error on your homepage, Mim0. Windows XP > Changelog section tells me correctly about removed update package, KB2695962.

    Windows XP > Update section, however, show me that KB2736233 replaces KB2618451 which was come out at Dec. 2011.

    It should be like this, "The security advisory KB2736233 replaces the security update KB2695962."

    Thank you for your effort. :)

  10. Hi, there! :)

    I have a question about MS Windows XP update packages, KB956744(MS09-044), KB2483618(MS11-017) and KB2481109(MS11-017).

    HFSLIPFC changelog on web site and hfslipfc-xp.cmd show me KB2483618 for RDP 5.2 replaces KB956744 for RDP 6.0 and 6.1. Is it true?

    I think KB956744 can be replaced by KB2481109, because they are for RDP 6.0 and 6.1.

    Tables of Mimo's MS Windows XP update-list for HFSLIP, don't tell me anything about KB956744, I hope a message about that is shown for HFSLIP and FC users.

    * P.S. Do you already know above message, Mimo? You said about that before.

    ** P.S. There is an error on table 2 of the web site, the KB number of MS11-002 should be 2419632, not 2440591.

  11. Anyway, there are some differences between versions of different languages, and also some installed packages.

    I don't have KB980232 (MS10-020: SMB Client) issue in Korean version, and KB976323 (MS10-024: SMTP Service) issue that it looks because I don't use that service or package.

    I think I don't understand that...

    I am sorry that I am not good at English and I made a mistake.

    It means the HFSLIP users do not need to slipstream all of the update packages and some packages are only required for some languages or for some applications in Windows.

    I made a mistake that I had missed a critical update KB980232 (MS10-020: SMB Client), so I thought some critical updates is required for some languages. That's not true. I am sure the critical updates is shown for all languages of Windows.

    Have a nice day! :)

  12. Is it correct?

    Added: KB978207 (MS10-002: Internet Explorer)

    Removed: KB980182 (MS10-018: Internet Explorer)

    I think it should be like this.

    Added
    Removed: KB978207 (MS10-002: Internet Explorer)

    Removed
    Added: KB980182 (MS10-018: Internet Explorer)

    or KB978207 is replaced by KB980182.

    If not, why?

    Anyway, there are some differences between versions of different languages, and also some installed packages.

    I don't have KB980232 (MS10-020: SMB Client) issue in Korean version, and KB976323 (MS10-024: SMTP Service) issue that it looks because I don't use that service or package.

    I am glad to use your File-checker. Thank you so much! :)

  13. What's all this brouhaha about? HFSLIP supports two iso maker packages. mkisofs.exe is open source, nlite uses it too. Nobody is complaining to Nuhi that his software is old because it uses an old iso maker software. Cdimage.exe is not open source and IIRC, it was not supposed to have leaked out of msft. Like what Martin said, there is no need to update an iso maker program. It's up to the HFSLIP user to make an iso with either of two solutions. Alternatively, they can make their own iso using their own program after hfslip is run.

    At the end of the day, an iso file is an iso file.

    I just tell you guys how to use OSCDIMG.EXE with HFSLIP, and I want to help them who have OSCDIMG.EXE and don't have CDIMAGE.EXE or MKISOFS.EXE.

    Three ways to make ISO image work fine, I think, and I am sure that the result ISO image, clearly work fine.

    It must be good that my way is added to HFSLIP for helping other people. Anyway, I don't complain about it is impossible and HFSLIP only has two ways.

    Thank you for attention to my way.

    It's good to learn how to write in English. :P

  14. Yeah, you could do that, but as long as cdimage.exe/mkisofs.exe works fine, then i honestly don't see the point, however...

    I know that cdimage.exe and mkisofs.exe work fine. But, there is newer and better version of cdimage.exe available, I think, oscdimg.exe. And I believe many people use oscdimg.exe to make ISO file. I just want to help that people.

    Thanks for replying. :)

×
×
  • Create New...