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 df30a9f commit e74d678Copy full SHA for e74d678
1 file changed
ps1/New-Release.ps1
@@ -46,7 +46,7 @@ if (-not (Test-Path $vsRuntimeDir)) {
46
throw "Visual C++ Redistributable $vsRuntimeVersion not found!"
47
}
48
49
-$wixDir = "C:\Program Files\WiX Toolset v6.0\bin"
+$wixDir = "C:\Program Files (x86)\WiX Toolset v3.14\bin"
50
if (-not (Test-Path $wixDir)) {
51
throw "WiX not found!"
52
0 commit comments