Jump to content

George King

Members
  • Joined

  • Last visited

Posts posted by George King

  1. ·

    Edited by George King

    Does any body know for what are this for INI file?

    WLMProductCode=
    WLMInstallerCode=
    WLMPackageCode=
    WLLCProductCode=
    WLLCInstallerCode=
    WLLCPackageCode=
    WLLProductCode=
    WLLInstallerCode=
    WLLPackageCode=
    WLRUPackageCode=

    Is it for Windows Live? :blink:

    CZECH translate for WMP.inf

    	EDITTEXT="&Upravit"
    RECORDTEXT="&Nahrát"
    TEXT_MRTVS="Nahrané pořady"

  2. ·

    Edited by George King

    @George King: if you are an RVM Integrator user, you can do it by yourself creating a simple entries.ini file (see Onepiece's Remove addons)

    I know, but it working with nLite in entries.ini :rolleyes:

    [ExtraFileEdits]
    WMPOCM=ocgen.dll,OcEntry,wmpocm.inf,,7||0
    IEAccess=ocgen.dll,OcEntry,ieaccess.inf,,7||0
    IndexSrv_System = setupqry.dll,IndexSrv,setupqry.inf,,7||0

  3. ·

    Edited by George King

    OnePiece, i found how remove old components from Windows Componets Wizard (Thanks to DaRk MaDnEsS)

    You can delete this from sysoc.inf and fix this graphic "bug"

    WMPOCM=ocgen.dll,OcEntry,wmpocm.inf,,7                     - Old Windows Media Player
    IEAccess=ocgen.dll,OcEntry,ieaccess.inf,,7 - Old Internet Explorer
    IndexSrv_System = setupqry.dll,IndexSrv,setupqry.inf,,7 - Old Indexing service

  4. Dont know how, u making this icons:

    [WindowsLiveMessenger.Shortcut1]
    Name = %NAME%,0x00000008,23
    CmdLine = 16422,"Windows Live\Messenger","msnmsgr.exe"
    WorkingDir = 16422,"Windows Live\Messenger"
    InfoTip = %TIP%

    [WindowsLiveMessenger.Shortcut2]
    Name = %NAME%,8,26
    SubDir = "Microsoft\Internet Explorer\Quick Launch"
    CmdLine = 16422,"Windows Live\Messenger","msnmsgr.exe"
    WorkingDir = 16422,"Windows Live\Messenger"
    InfoTip = %TIP%

    Can you post deleting code?

  5. sorry it took me a while to search for that one

    add this to the entries

    [obsolete_files]
    wmaccess.inf
    msgrocm.dll
    [ExtraFileEdits]
    txtsetup.sif|wmaccess.inf = 100,,,,,,,20,0,0||0
    txtsetup.sif|msgrocm.dll = 100,,,,,,,32,0,0||0
    sysoc.inf|WMAccess=ocgen.dll,OcEntry,wmaccess.inf,,7||0

    that would clean the unneeded mess

    and the Windows Messenger in windows component

    but [obsolete_files] will only work for RVM intergator

    Edit:

    what about quick lanuch can you

    just give me the inf part and i will check the problem for you

    Here is it:

    [WindowsLiveMessenger.Shortcut2]
    Name = %NAME%,0x00000008,35
    SubDir = "Microsoft\Internet Explorer\Quick Launch"
    CmdLine = 16422,"Windows Live\Messenger","msnmsgr.exe"
    WorkingDir = 16422,"Windows Live\Messenger"
    InfoTip = %TIP%

  6. try to remove this section


    [Messenger]
    Suite = Windows Component
    RTCSP = 0
    MinIEVersion = 6

    and in the entries

    make sure you remove the "hide" word

    to show it in windows component

    Got it, now i can see Windows Live Messenger in Windows Component Wizard, but how to remove the old one? I can also see Windows Messenger 0,0MB.

    And whar about quick launch icon? Doesn

  7. ·

    Edited by George King

    OnePiece, you are using variable SUBDIR - i think it´s unneeded.

    You can try it with:

    16431 - %allusersprofile%\Start Menu\Programs\Administrative Tools

    or

    0x00000008,47 = "%AllUsersProfile%\Start Menu\Programs\Administrative Tools"

    And new update KB953297 is available::

    http://www.microsoft.com/downloads/thankyou.aspx?familyId=78ac8b97-8327-4ae1-8bb0-6cf227f3968f&displayLang=en

  8. ·

    Edited by George King

    I completly rewrote INF, cleanup registry and add new files (I make one installation without Windows Messeger - deleted with nlite, and scan registry and files before and after install Windows Live Essentials). But Windows Components Wizard doesn´t accept new INF for install/uninstall if i check Windows Messenger it do nothing :ranting: And does somebody knod how i can make quick launch icon? I tried it, but not working, please see my INF. What i doing wrong? :ranting:

    http://www.mediafire.com/file/5nomjnjjmtu/New addon.7z

    EDIT: I found my mistake in entries in editing sysoc.inf. now i making new iso...

  9. ·

    Edited by George King

    I made new registry and new files. Can someone tell me if these keys are needed? And if yes, why? I don´t understand for what are they. These reg keys are only from installing messenger.msi.

    http://www.mediafire.com/file/1j24qljzzmm/keys.txt

    EDIT: I found how to hide Windows Live Essentials on W/MU by one line:

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\WinLiveSuite_Wave3]

    Does anybody know how fix viewing installed programs in Windows Live websetup? For which registry looking wlsetup-web.exe. I want to have Messenger checked as installed component of Windows Live Essentials... Thanks

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Products\23B04E173715835498698522DD818E4D]
    "ProductName"="Windows Live Messenger"
    "Version"=dword:0E001F99

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\23B04E173715835498698522DD818E4D\InstallProperties]
    "DisplayName"="Windows Live Messenger"
    "DisplayVersion"="14.0.8089.0726"

  10. ·

    Edited by George King

    I dont know because I dont make the Windows Live Messenger full replacement addon (OnePiece does it) but you may have to change the dll it uses to install to ocgen.dll

    Tried and not working. And messenger isn´t installed corectly...

    EDIT: I think i forget integrate .NET3.5, i will try it again...

    EDIT2: Now i remaking INF and collecting againt some other files...