[New-bugs-announce] [issue34470] 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:50:13 EDT 2018


New submission from Christopher Knorowski <cknorow at gmail.com>:

Steps to repeate (windows 10)

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

(fresh install works without issue)

rm -r C:\Users\Public\python

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

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

----------
components: Installation
messages: 323921
nosy: cdknorow
priority: normal
severity: normal
status: open
title: windows msi in headless mode fails to install Script directory on reinstall if the python folder was deleted but not uninstalled
type: compile error
versions: Python 2.7

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


More information about the New-bugs-announce mailing list