[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 ___

[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

[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