Загрузка...

Powershell Install Dot Net 8

It can be helpful to use PowerShell to install .NET 8 before installing AVEVA products. This PowerShell script installs:

.NET 8.0.14 Hosting Bundle
.NET 8.0.14 Desktop Runtime x64 (not core, full runtime)
.NET 8.0.14 Desktop Runtime x86 (not core, full runtime)
*** Powershell Code ***
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass

Invoke-WebRequest "https://download.visualstudio.microsoft.com/download/pr/fdec46ca-0355-4fa5-a0fb-a7b798d24957/c44beca075d298a722ff18adbfad3b81/dotnet-hosting-8.0.14-win.exe" -OutFile "dotnet-hosting-8.0.14-win.exe"
./dotnet-hosting-8.0.14-win.exe /S

Invoke-WebRequest "https://download.visualstudio.microsoft.com/download/pr/a7fc411f-5e74-413b-af70-d2d65048f29b/e078a632c531013c962174a24611e5b3/aspnetcore-runtime-8.0.14-win-x64.exe" -OutFile "aspnetcore-runtime-8.0.14-win-x64.exe"
./aspnetcore-runtime-8.0.14-win-x64.exe /S

Invoke-WebRequest "https://download.visualstudio.microsoft.com/download/pr/62a830a9-9853-4afb-b23e-d0e35039ce86/6f7455b2509928536299f6b75c00633b/aspnetcore-runtime-8.0.14-win-x86.exe" -OutFile "aspnetcore-runtime-8.0.14-win-x86.exe"
./aspnetcore-runtime-8.0.14-win-x86.exe /S

Видео Powershell Install Dot Net 8 канала Logic, Inc.
Яндекс.Метрика
Все заметки Новая заметка Страницу в заметки
Страницу в закладки Мои закладки
На информационно-развлекательном портале SALDA.WS применяются cookie-файлы. Нажимая кнопку Принять, вы подтверждаете свое согласие на их использование.
О CookiesНапомнить позжеПринять