add dotnet libs
This commit is contained in:
parent
78c299904a
commit
79fc9a77c1
1 changed files with 10 additions and 1 deletions
|
@ -64,7 +64,7 @@ REG ADD "HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Edge" /v ShowRecommendat
|
||||||
ECHO Y | winget list >NUL
|
ECHO Y | winget list >NUL
|
||||||
SET "pmi=winget install -he"
|
SET "pmi=winget install -he"
|
||||||
|
|
||||||
:: C++ Libraries
|
:: C++ libraries
|
||||||
SET ^"cpp_libs=Microsoft.VCRedist.2005.x86 Microsoft.VCRedist.2005.x64 ^
|
SET ^"cpp_libs=Microsoft.VCRedist.2005.x86 Microsoft.VCRedist.2005.x64 ^
|
||||||
Microsoft.VCRedist.2008.x86 Microsoft.VCRedist.2008.x64 ^
|
Microsoft.VCRedist.2008.x86 Microsoft.VCRedist.2008.x64 ^
|
||||||
Microsoft.VCRedist.2010.x86 Microsoft.VCRedist.2010.x64 ^
|
Microsoft.VCRedist.2010.x86 Microsoft.VCRedist.2010.x64 ^
|
||||||
|
@ -76,6 +76,15 @@ for %%i in (!cpp_libs!) do (
|
||||||
!pmi! %%i
|
!pmi! %%i
|
||||||
)
|
)
|
||||||
|
|
||||||
|
:: .NET libraries
|
||||||
|
SET ^"net_libs=Microsoft.DotNet.DesktopRuntime.3_1 ^
|
||||||
|
Microsoft.DotNet.DesktopRuntime.5 ^
|
||||||
|
Microsoft.DotNet.DesktopRuntime.6 ^
|
||||||
|
Microsoft.DotNet.DesktopRuntime.7"
|
||||||
|
|
||||||
|
for %%i in (!net_libs!) do (
|
||||||
|
!pmi! %%i
|
||||||
|
)
|
||||||
:: Applications
|
:: Applications
|
||||||
SET ^"apps=Discord.Discord Mozilla.Firefox 7zip.7zip Valve.Steam Parsec.Parsec ^
|
SET ^"apps=Discord.Discord Mozilla.Firefox 7zip.7zip Valve.Steam Parsec.Parsec ^
|
||||||
voidtools.Everything.Lite VideoLAN.VLC File-New-Project.EarTrumpet ^
|
voidtools.Everything.Lite VideoLAN.VLC File-New-Project.EarTrumpet ^
|
||||||
|
|
Loading…
Reference in a new issue