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

2019-08-02 Thread Steve Dower
Change by Steve Dower : -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker ___ ___

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

2018-08-27 Thread Steve Dower
Steve Dower added the comment: Also, if you could provide some instructions on how to validate the issue you are reporting. Right now, I'm not even sure what you are seeing that is the problem. -- ___ Python tracker

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

2018-08-27 Thread Steve Dower
Steve Dower added the comment: Can you please provide the full set of logs for the Python 3.7 install? (They'll be in %TEMP%, and there will be quite a number of them.) -- versions: +Python 3.7 ___ Python tracker

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

2018-08-24 Thread Christopher Knorowski
Christopher Knorowski added the comment: This also happens in python 3.7. following a similar procedure. On Wed, Aug 22, 2018 at 9:01 PM Zachary Ware wrote: > > Zachary Ware added the comment: > > Python 2.7 is nearing end-of-life, its installer scheme is no longer used > on any other

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

2018-08-22 Thread Zachary Ware
Zachary Ware added the comment: Python 2.7 is nearing end-of-life, its installer scheme is no longer used on any other branch, and the maintainer of that installer retired some years ago. If you provide a patch, we can take a look and possibly merge it for you, but it's unlikely that this

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

2018-08-22 Thread Christopher Knorowski
New submission from Christopher Knorowski : 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