The .NET Desktop Runtime enables you to run existing Windows desktop applications. This release includes the .NET Runtime; you don't need to install it separately.
                         
                        
                            Size: 55 MB
                        
                        
                            Authors: Microsoft
                        
                        
                        
                        Default path: %windir%\Microsoft.NET
                        
                            pbox install dotnet60
                             Show pbox.xml
                        
                        <pbox version="1.0">
    <name>dotnet60</name>
    <title>Microsoft .NET Framework 6.0</title>
    <version>6.0.4</version>
    <group>os</group>
    <group>compiler</group>
    <archs>64</archs>
    <homedir>%windir%\Microsoft.NET</homedir>
    <homedirCustomizable>false</homedirCustomizable>
    <install>
        <exec>".\exe\windowsdesktop-runtime-${version}-win-x64.exe" /install /quiet /norestart</exec>
    </install>
</pbox>