diff --git a/platforms/Windows/Directory.Build.props b/platforms/Windows/Directory.Build.props
index a59bce70..d811a0ea 100644
--- a/platforms/Windows/Directory.Build.props
+++ b/platforms/Windows/Directory.Build.props
@@ -81,6 +81,7 @@
ArePackageCabsEmbedded=$(ArePackageCabsEmbedded);
BaseReleaseDownloadUrl=$(BaseReleaseDownloadUrl);
ImageRoot=$(ImageRoot);
+ PythonRoot=$(PythonRoot);
WindowsRuntimeARM64=$(WindowsRuntimeARM64);
WindowsRuntimeX64=$(WindowsRuntimeX64);
WindowsRuntimeX86=$(WindowsRuntimeX86);
diff --git a/platforms/Windows/SideBySideUpgradeStrategy.props b/platforms/Windows/SideBySideUpgradeStrategy.props
index 2fcf6fb8..be317a4c 100644
--- a/platforms/Windows/SideBySideUpgradeStrategy.props
+++ b/platforms/Windows/SideBySideUpgradeStrategy.props
@@ -24,6 +24,7 @@
{BEA8C6DC-F73E-445B-9486-2333D1CF2886}
{313B9C1F-D5B5-4FED-B7E0-138F1EE6B26A}
{01AFF1CF-A025-41B6-BCBC-728D794353FD}
+ {5FC42BA9-ABF5-4CCD-B93B-BDFED936BA37}
@@ -61,6 +62,7 @@
RtlUpgradeCode=$(RtlUpgradeCode);
AndroidPlatformUpgradeCode=$(AndroidPlatformUpgradeCode);
WindowsPlatformUpgradeCode=$(WindowsPlatformUpgradeCode);
+ PythonUpgradeCode=$(PythonUpgradeCode);
diff --git a/platforms/Windows/bundle/installer.wixproj b/platforms/Windows/bundle/installer.wixproj
index 693c07a2..0d038c25 100644
--- a/platforms/Windows/bundle/installer.wixproj
+++ b/platforms/Windows/bundle/installer.wixproj
@@ -20,6 +20,7 @@
+
diff --git a/platforms/Windows/bundle/installer.wxs b/platforms/Windows/bundle/installer.wxs
index cf0912a7..c341c053 100644
--- a/platforms/Windows/bundle/installer.wxs
+++ b/platforms/Windows/bundle/installer.wxs
@@ -101,6 +101,13 @@
+
+
+
+
#(loc.Sdk_ProductName_Android_amd64)
#(loc.Sdk_ProductName_Android_armv7)
#(loc.Sdk_ProductName_Android_x86)
-
+ #(loc.EmbeddedPython_ProductName)