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 <rep...@bugs.python.org>
<http://bugs.python.org/issue29320>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to