Windows 11

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #204951
    drowhunter
    Participant

    .Net Framework 3.5 could not be installed.

    maybe time to drop support for older frameworks?

    #204952
    drowhunter
    Participant

    Update!

    The following works

    Credit to https://www.youtube.com/watch?v=aLFnW1PKWdM

    Mount your windows 11 ISO image

    then save this file as netfx.cmd with notepad

    
    @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
    

    Run netfx.cmd is administrator and voila!

    #204953
    Ralf
    Keymaster

    Not a good idea to use vorpX with pre-release Windows versions. Quite likely that you will encounter performance issues.

    #209136
    brown66
    Participant

    I was thinking about upgrading to Windows 11. Is VorpX now compatible with the final version of Windows 11?

    #209224
    brown66
    Participant

    Finished upgrading the Windows 10 to Windows 11, tried Skyrim with VorpX, and so far, so good!

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.

Spread the word. Share this post!