[release] Media Center and Tablet PC Addon For (RVM Integrator)

Discussion in 'Windows XP / Older OS' started by MilkChan, Dec 27, 2022.

  1. ruslanshchur

    ruslanshchur MDL Senior Member

    Sep 13, 2020
    417
    96
    10
    does .net 4.0 can be reinstalled after installing .net 1.0?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. MilkChan

    MilkChan MDL Senior Member

    Mar 8, 2020
    441
    245
    10
    ํYeah You can reinstall it from the Microsoft installer or use abbodi1406's NET Framework AIO.
     
  3. ЯƎHTͶAꟼ

    ЯƎHTͶAꟼ MDL Senior Member

    Jan 29, 2017
    350
    96
    10
    Mhhh but MCE get removed when use for XP2ESD... dunno why.
    I had a working MCE VL what worked with XP2ESD but it has TPC removed..

    Its so weird, idk..
     
  4. MilkChan

    MilkChan MDL Senior Member

    Mar 8, 2020
    441
    245
    10
  5. Legofan

    Legofan MDL Novice

    Nov 8, 2022
    2
    0
    0
    Has anyone tried this on a Shorthorn ISO?
    Tried getting MCE into there but it only installs the dvd burning support and digital media support.
     
  6. George King

    George King MDL Expert

    Aug 5, 2009
    1,961
    2,468
    60
    Why to use something like that? What features are you looking for?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. Legofan

    Legofan MDL Novice

    Nov 8, 2022
    2
    0
    0
    Just experimenting with that and see if i can get MCE working on it
     
  8. Outbreaker

    Outbreaker MDL Senior Member

    Jan 20, 2018
    358
    105
    10
    @MilkChan
    Do you know what the TabletPC Fix addon is fixing?
     
  9. MilkChan

    MilkChan MDL Senior Member

    Mar 8, 2020
    441
    245
    10
    Addresses an issue where the Tablet PC's keyboard does not display properly when running.
     
  10. Outbreaker

    Outbreaker MDL Senior Member

    Jan 20, 2018
    358
    105
    10
    I investigated what the tool does and it's only running this command:
    Code:
    C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\Copy2Gac.exe /i /a /p:"C:\Program Files\Common Files\Microsoft Shared\Ink\1.7\"
    Here is a dotNETv1.0 and dotNETv1.1 solution for the addon:
    Code:
    [GACRegFix]
    """%11%\cmd.exe"" /c If Exist ""%10%\Microsoft.NET\Framework\v1.0.3705\Copy2Gac.exe"" ""%10%\Microsoft.NET\Framework\v1.0.3705\Copy2Gac.exe"" /i /a /p:""%16427%\Microsoft Shared\Ink\1.7\"""
    """%11%\cmd.exe"" /c If Exist ""%10%\Microsoft.NET\Framework\v1.1.4322\gacutil.exe"" ""%10%\Microsoft.NET\Framework\v1.1.4322\gacutil.exe"" /i ""%16427%\Microsoft Shared\Ink\1.7\Interop.SoftKeyboardInterface.dll"""
    """%11%\cmd.exe"" /c If Exist ""%10%\Microsoft.NET\Framework\v1.1.4322\gacutil.exe"" ""%10%\Microsoft.NET\Framework\v1.1.4322\gacutil.exe"" /i ""%16427%\Microsoft Shared\Ink\1.7\Microsoft.Ink.dll"""
    """%11%\cmd.exe"" /c If Exist ""%10%\Microsoft.NET\Framework\v1.1.4322\gacutil.exe"" ""%10%\Microsoft.NET\Framework\v1.1.4322\gacutil.exe"" /i ""%16427%\Microsoft Shared\Ink\1.7\Microsoft.Ink.Resources.dll"""
    """%11%\cmd.exe"" /c If Exist ""%10%\Microsoft.NET\Framework\v1.1.4322\gacutil.exe"" ""%10%\Microsoft.NET\Framework\v1.1.4322\gacutil.exe"" /i ""%16427%\Microsoft Shared\Ink\1.7\SKLibrary.dll"""
    """%11%\cmd.exe"" /c If Exist ""%10%\Microsoft.NET\Framework\v1.1.4322\gacutil.exe"" ""%10%\Microsoft.NET\Framework\v1.1.4322\gacutil.exe"" /i ""%16427%\Microsoft Shared\Ink\1.7\SoftKeyboardLogic.dll"""
     
  11. Outbreaker

    Outbreaker MDL Senior Member

    Jan 20, 2018
    358
    105
    10
  12. Outbreaker

    Outbreaker MDL Senior Member

    Jan 20, 2018
    358
    105
    10
    @MilkChan
    The registry keys are present with an untouched Windows XP TabletPC 2005 ISO file.
     
  13. Outbreaker

    Outbreaker MDL Senior Member

    Jan 20, 2018
    358
    105
    10
    #36 Outbreaker, Mar 29, 2024
    Last edited: Mar 29, 2024
    @MilkChan
    One way to fix this is to add the registry key "HKLM,SOFTWARE\Microsoft\Wisp\Pen\SysEventParameters,,0x10" into the tabletpc.inf file.
    But the question is still open, on how this is getting added in the untouched Windows XP TabletPC 2005. Which means we miss some kind of the installation process form the Tablet PC edition.
     
  14. MilkChan

    MilkChan MDL Senior Member

    Mar 8, 2020
    441
    245
    10
    OK Thx I added all the missing REG parts.