We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82f0030 commit 40bcd74Copy full SHA for 40bcd74
Scripts/SFX.ps1
@@ -6,13 +6,13 @@ New-Item -Path WinRAR -ItemType Directory -Force
6
7
$Parameters = @{
8
Uri = "https://www.rarlab.com/rar/winrar-x64-713.exe"
9
- OutFile = "winrar-x64-713.exe"
+ OutFile = "WinRAR\winrar-x64-713.exe"
10
UseBasicParsing = $true
11
}
12
Invoke-WebRequest @Parameters
13
14
# Install WinRAR silently
15
-& "winrar-x64-713.exe" -s1
+& "WinRAR\winrar-x64-713.exe" -s1
16
17
Get-ChildItem -Path "$env:ProgramFiles"
18
test-path -Path "$env:ProgramFiles\WinRAR"
0 commit comments