[issue37283] Unexpected behavior when running installer a second time with the same arguments or unattend.xml

Steve Dower report at bugs.python.org
Mon Sep 9 06:45:37 EDT 2019


Steve Dower <steve.dower at python.org> added the comment:

Okay, this is definitely an ordering issue in Tools/msi/bundle/bootstrap/PythonBootstrapApplication.cpp

Fixing most of the options is easy - just a case of moving LoadOptionalFeatureStates() a few lines up - but Install_launcher is set much later. I should be able to fix both though.

----------
stage:  -> needs patch
versions: +Python 3.8, Python 3.9 -Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37283>
_______________________________________


More information about the Python-bugs-list mailing list