diff --git a/build.psm1 b/build.psm1 index b17a39842ab..3cd9e7cb285 100644 --- a/build.psm1 +++ b/build.psm1 @@ -2109,7 +2109,7 @@ function New-MSIPackage Write-Verbose "Ensure Wix Toolset is present on the machine @ $wixToolsetBinPath" if (-not (Test-Path $wixToolsetBinPath)) { - throw "Wix Toolset is required to create MSI package. Please install it from https://github.com/wixtoolset/wix3/releases/download/wix311rtm/wix311.exe" + throw "The latest version of Wix Toolset 3.11 is required to create MSI package. Please install it from https://github.com/wixtoolset/wix3/releases" } ## Get the latest if multiple versions exist.