[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 &g

[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

[issue34469] 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
Change by Christopher Knorowski : -- resolution: -> duplicate stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue34469] 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
Christopher Knorowski added the comment: 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 msiexec.exe /i python-2.7.15.amd64.msi ALL_USERS=0 TARGETDIR=C

[issue34469] 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
Christopher Knorowski 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

[issue34469] 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 TARGET_DIR=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 TARGET_DIR=C:/Users/Public/python