Skip to content

Commit b530a88

Browse files
committed
Updated fwlink
Replaced deeplink with fwlink
1 parent 9c9d750 commit b530a88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Deployment/asdk-installer.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ $Xaml = @'
761761
<TextBlock TextWrapping="Wrap" FontSize="16" FontFamily="Segoe UI" Foreground="#EBEBEB" HorizontalAlignment="Left" Margin="0,0,0,10" Text="An update cannot be downloaded" />
762762
</StackPanel>
763763
<TextBlock TextWrapping="Wrap" FontSize="14" FontFamily="Segoe UI" Foreground="#EBEBEB" HorizontalAlignment="Left" Margin="0,0,0,10" Text="The update could not be downloaded directly from this machine. Please download the update from the following url:" />
764-
<TextBox TextWrapping="Wrap" FontSize="14" FontFamily="Segoe UI" Foreground="#A0A0A0" HorizontalAlignment="Left" Margin="0,0,0,10" Padding="5" Width="550" IsReadOnly="True" BorderBrush="#ABADB3" Text="https://qlogicexe.blob.core.windows.net/blob/qlogic-force-name.exe" />
764+
<TextBox TextWrapping="Wrap" FontSize="14" FontFamily="Segoe UI" Foreground="#A0A0A0" HorizontalAlignment="Left" Margin="0,0,0,10" Padding="5" Width="550" IsReadOnly="True" BorderBrush="#ABADB3" Text="https://go.microsoft.com/fwlink/?linkid=852544" />
765765
<TextBlock TextWrapping="Wrap" FontSize="14" FontFamily="Segoe UI" Foreground="#EBEBEB" HorizontalAlignment="Left" Margin="0,0,0,10" Text="Save the file on this host, click the browse button and select the executable to continue." />
766766
<StackPanel Orientation="Horizontal" Margin="0,0,0,10">
767767
<TextBox x:Name="Control_Job_Tbx_Netbxnda" BorderBrush="#ABADB3" Width="440" IsReadOnly="True" />
@@ -1228,7 +1228,7 @@ $S_Netbxnda = {
12281228
try{
12291229
Start-Transcript -Path C:\CloudDeployment\Setup\netbxnda.txt -Append
12301230
$filepath = "$env:TEMP\netbxnda.exe"
1231-
Invoke-WebRequest "https://qlogicexe.blob.core.windows.net/blob/qlogic-force-name.exe" -OutFile $filepath
1231+
Invoke-WebRequest "https://go.microsoft.com/fwlink/?linkid=852544" -OutFile $filepath
12321232

12331233
$syncHash.Control_Job_Pgb_Progress.Dispatcher.Invoke([action]{$syncHash.Control_Job_Pgb_Progress.Value='80'},"Normal")
12341234
$synchash.Control_Job_Tbl_Current.Dispatcher.Invoke([action]{$synchash.Control_Job_Tbl_Current.Text='Applying update..'},"Normal")

0 commit comments

Comments
 (0)