summaryrefslogtreecommitdiffstats
path: root/Tools/msi/bundle/bundle.wxs
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/msi/bundle/bundle.wxs')
-rw-r--r--Tools/msi/bundle/bundle.wxs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/msi/bundle/bundle.wxs b/Tools/msi/bundle/bundle.wxs
index 4892ebb..ef9ed13 100644
--- a/Tools/msi/bundle/bundle.wxs
+++ b/Tools/msi/bundle/bundle.wxs
@@ -2,11 +2,11 @@
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"
xmlns:bal="http://schemas.microsoft.com/wix/BalExtension">
<Bundle Name="!(loc.FullProductName)"
- UpgradeCode="$(var.UpgradeCode)"
+ UpgradeCode="$(var.CoreUpgradeCode)"
Version="$(var.Version)"
IconSourceFile="bundle.ico"
Manufacturer="!(loc.Manufacturer)"
- UpdateUrl="http://www.python.org/"
+ AboutUrl="http://www.python.org/"
DisableModify="button"
Compressed="no">
<BootstrapperApplication Id="PythonBA" SourceFile="$(var.BootstrapApp)">