UiPath 安装

2024年5月16日16:21:36 发表评论 139 views
  1. 官网填写申请,获取下载地址(可能有人工审核,随便填的时候像样点,邮箱填真的)
  2. 下载UIpath,安装,会提示没开IIS,到添加程序功能里面添加。
  3. 提示有的东西没开,通过powershell(管理员权限打开,添加)

提示要添加这些:

The following Windows features need to be enabled in Windows settings: IIS-URLAuthorization IIS-WebSockets IIS-ApplicationInit IIS-ASPNET45 IIS-ISAPIExtensions IIS-ISAPIFilter IIS-WindowsAuthentication

直接CV

# Run PowerShell as Administrator
# Enable the required Windows features
Enable-WindowsOptionalFeature -Online -FeatureName IIS-URLAuthorization
Enable-WindowsOptionalFeature -Online -FeatureName IIS-WebSockets
Enable-WindowsOptionalFeature -Online -FeatureName IIS-ApplicationInit
Enable-WindowsOptionalFeature -Online -FeatureName IIS-ASPNET45
Enable-WindowsOptionalFeature -Online -FeatureName IIS-ISAPIExtensions
Enable-WindowsOptionalFeature -Online -FeatureName IIS-ISAPIFilter
Enable-WindowsOptionalFeature -Online -FeatureName IIS-WindowsAuthentication

再开45那个,之前是报错:

Enable-WindowsOptionalFeature -Online -FeatureName IIS-NetFxExtensibility
Enable-WindowsOptionalFeature -Online -FeatureName IIS-NetFxExtensibility45
Enable-WindowsOptionalFeature -Online -FeatureName NetFx4-AdvSrvs
Enable-WindowsOptionalFeature -Online -FeatureName IIS-ASPNET45

 

完事,再安装IIS URL Rewrite

https://www.iis.net/downloads/microsoft/url-rewrite

又提示这些:

To install UiPath Orchestrator, you need the ASP.Net Core Is Module.This can be installed by running the .NET Core Hosting Bundle version3.1 or higher. check our documentation for installation options.

https://download.visualstudio.microsoft.com/download/pr/b70ad520-0e60-43f5-aee2-d3965094a40d/667c122b3736dcbfa1beff08092dbfc3/dotnet-sdk-3.1.426-win-x64.exe

下载页面:https://dotnet.microsoft.com/en-us/download/dotnet/3.1

得下载bundle 这个才行:

https://learn.microsoft.com/en-us/aspnet/core/host-and-deploy/iis/hosting-bundle?view=aspnetcore-8.0

然后提示这个错误:

Could not find a certificate with subject http://DESKTOP-57U2AREMake sure there is such a certificate in the LocalMachine Personalstore

得按照这个创建一个IIS的自签名证书,名字随意

https://www.cnblogs.com/dxqNet/p/17401310.html

还要安装SQL server,要求输入SQL server 地址

https://cloud.tencent.com/developer/article/1937850

这里选择的是:

一路默认下一步

开始安装uipath 的时候选中Personal里面的那个证书

然后又报了这个错误

An error has ocurred while updating the database. The changes will berolled back.

重启之后可安装成功

至此 Orchestrator 安装完成

后面还有Studio和StudioX,以及reobot暂时没找到下载链接

 

 

 

 

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: