diff --git a/Tools/msi/msi.py b/Tools/msi/msi.py index 7414564e4d1..e41bf00d0aa 100644 --- a/Tools/msi/msi.py +++ b/Tools/msi/msi.py @@ -794,7 +794,7 @@ def add_features(db): # (i.e. additional Python libraries) need to follow the parent feature. # Features that have no advertisement trigger (e.g. the test suite) # must not support advertisement - global default_feature, tcltk, htmlfiles, tools, testsuite, ext_feature + global default_feature, tcltk, htmlfiles, tools, testsuite, ext_feature, private_crt default_feature = Feature(db, "DefaultFeature", "Python", "Python Interpreter and Libraries", 1, directory = "TARGETDIR")