[issue34469] windows msi in headless mode fails to install Script directory on reinstall if the python folder was deleted but not uninstalled

Christopher Knorowski report at bugs.python.org
Wed Aug 22 23:45:13 EDT 2018


Christopher Knorowski <cknorow at gmail.com> added the comment:

Steps to repeate (windows 10)

msiexec.exe /i python-2.7.15.amd64.msi TARGETDIR=C:/Users/Public/python /qr

(fresh install works without issue)

rm -r C:/Users/Public/python

msiexec.exe /i python-2.7.15.amd64.msi TARGETDIR=C:/Users/Public/python /qr

(Scripts folder and all site-packages are not copied ie. no Pip or easy_install)

----------

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


More information about the Python-bugs-list mailing list