Skip to content

Commit c601d7f

Browse files
committed
Updated download link
1 parent ca706d9 commit c601d7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

AWS/Orchestrator/templates/server.template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ Resources:
576576
c:\cfn\sources\UiPathOrchestrator.msi:
577577
source: !Sub 'https://download.uipath.com/versions/${OrchestratorVersion}/UiPathOrchestrator.msi'
578578
c:\cfn\sources\NDP472-KB4054530-x86-x64-AllOS-ENU.exe:
579-
source: https://download.microsoft.com/download/6/E/4/6E48E8AB-DC00-419E-9704-06DD46E5F81D/NDP472-KB4054530-x86-x64-AllOS-ENU.exe
579+
source: https://download.visualstudio.microsoft.com/download/pr/1f5af042-d0e4-4002-9c59-9ba66bcf15f6/089f837de42708daacaae7c04b7494db/NDP472-KB4054530-x86-x64-AllOS-ENU.exe
580580
c:\cfn\sources\rewrite_amd64_en-US.msi:
581581
source: https://download.microsoft.com/download/1/2/8/128E2E22-C1B9-44A4-BE2A-5859ED1D4592/rewrite_amd64_en-US.msi
582582
c:\cfn\sources\dotnet-hosting-3.1.8-win.exe:

Setup/Install-UiPathOrchestrator.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ function Main {
146146
$source = @()
147147
$source += "https://download.uipath.com/versions/$orchestratorVersion/UiPathOrchestrator.msi"
148148
$source += "https://download.microsoft.com/download/1/2/8/128E2E22-C1B9-44A4-BE2A-5859ED1D4592/rewrite_amd64_en-US.msi"
149-
$source += "https://download.microsoft.com/download/6/E/4/6E48E8AB-DC00-419E-9704-06DD46E5F81D/NDP472-KB4054530-x86-x64-AllOS-ENU.exe"
149+
$source += "https://download.visualstudio.microsoft.com/download/pr/1f5af042-d0e4-4002-9c59-9ba66bcf15f6/089f837de42708daacaae7c04b7494db/NDP472-KB4054530-x86-x64-AllOS-ENU.exe"
150150
$source += "https://download.visualstudio.microsoft.com/download/pr/ff658e5a-c017-4a63-9ffe-e53865963848/15875eef1f0b8e25974846e4a4518135/dotnet-hosting-3.1.3-win.exe"
151151
$tries = 5
152152
while ($tries -ge 1) {

0 commit comments

Comments
 (0)