[New-bugs-announce] [issue29320] bdist_msi install_script fail to execute if alt python location specified

eszense report at bugs.python.org
Thu Jan 19 07:53:40 EST 2017


New submission from eszense:

if install-script specified and
alternative python location selected during installation,
msiexec will fail with:
    
    "There is a problem with this Windows Installer
    package. A program required for this install to
    complete could not be run. Contact your support
    personnel or package vendor.

This is due to the lack of PythonExeX Custom Action setting
the path to python.exe

Patch attacked for your consideration

----------
files: patch.txt
messages: 285786
nosy: eszense
priority: normal
pull_requests: 18
severity: normal
status: open
title: bdist_msi install_script fail to execute if alt python location specified
type: crash
Added file: http://bugs.python.org/file46336/patch.txt

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29320>
_______________________________________


More information about the New-bugs-announce mailing list