diff --git a/src/Installers/Windows/WindowsHostingBundle/WindowsHostingBundle.wixproj b/src/Installers/Windows/WindowsHostingBundle/WindowsHostingBundle.wixproj
index fe88b9e9d2d5..aa28d468ff66 100644
--- a/src/Installers/Windows/WindowsHostingBundle/WindowsHostingBundle.wixproj
+++ b/src/Installers/Windows/WindowsHostingBundle/WindowsHostingBundle.wixproj
@@ -102,8 +102,9 @@
Microsoft .NET $(PackageBrandingVersion)
$(PackageVersion)
$(PackageVersion)
- $(PackageVersion)-$(_PreReleaseLabel)$(_BuildNumberLabels)
+ $(PackageVersion)
+ $(PackageVersion)-$(_PreReleaseLabel)$(_BuildNumberLabels)
@@ -122,7 +123,7 @@
- $([MSBuild]::NormalizeDirectory('$(CrossArchitectureInstallerBasePath)', 'aspnetcore', 'Runtime', '$(SharedFxMsiVersion)'))
+ $([MSBuild]::NormalizeDirectory('$(CrossArchitectureInstallerBasePath)', 'aspnetcore', 'Runtime', '$(NonStableVersion)'))