Share via

USING MICROSOFT INDIC INPUT TOOL IN WINDOWS 10

Anonymous
2018-08-05T14:15:09+00:00

Hi,

I have downloaded the above tool to enter and edit texts in Telugu and Sanskrit languages. For installation, it is requiring the installation Dotnet framework2.0 or above. Even after installation of this dotnetframework, the tool is not being installed. How it can be installed and made to work in my system. I tried the indic input3 tool also, which I used in system operating on Windows7 when it worked well. But in Windows10, the script is not being displayed correctly. Advise me the correct tool for the purpose and the procedure to install and work with it.

RAMESH

Windows for home | Windows 10 | Settings

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

2 answers

Sort by: Most helpful
  1. Anonymous
    2018-08-05T14:51:39+00:00

    Try enabling the .NET Framework 3.5 which should include the 2.0 runtime.

    Press Windows key + R

    Type: optionalfeatures.exe

    Hit Enter

    Check .Net Framework 3.5

    Click OK

    Wait while it installs.

    If that does not work...

    Open Notepad

    Copy and paste the following into it:

    @echo off

    Title .NET Framework 3.5 Offline Installer

    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:\sources\install.wim" set setupdrv=%%I

    if defined setupdrv (

    echo Found drive %setupdrv%

    echo Installing .NET Framework 3.5...

    Dism /online /enable-feature /featurename:NetFX3 /All /Source:%setupdrv%:\sources\sxs /LimitAccess

    echo.

    echo .NET Framework 3.5 should be installed

    echo.

    ) else (

    echo No installation media found!

    echo Insert DVD or USB flash drive and run this file once again.

    echo.

    )

    pause

    Save it as as framefx.cmd

    Right click framefx.cmd

    Click Run as administrator

    The file will install .NET Framework 3.5 automatically after finding the drive letter of your Windows 10 installation media.

    If media not found insert Win10 Usb or Dvd drive and run as administrator again.

    If there is an issue in regards to your install media, download the Windows 10 ISO file then double click it to mount it.

    How to download official Windows 10 ISO files

    	[http://answers.microsoft.com/en-us/windows/wiki...](http://answers.microsoft.com/en-us/windows/wiki/windows_10-windows_install/how-to-download-official-windows-10-iso-files/35cde7ec-5b6f-481c-a02d-dadf465df326)
    
    1 person found this answer helpful.
    0 comments No comments
  2. Anonymous
    2018-08-05T14:21:56+00:00

    Hi, RAMESHMADDALA

    Check this link, I hope I can help you solve the problem.

    https://docs.microsoft.com/en-us/dotnet/framewo...

    1 person found this answer helpful.
    0 comments No comments