This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author braudel
Recipients braudel, eric.araujo, tarek
Date 2012-08-28.09:51:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346147472.01.0.0635028414042.issue15797@psf.upfronthosting.co.za>
In-reply-to
Content
When building an msi package using the --install-script=xx.py, the script "xx.py" is called on msi package install/removal as expected. However the cmd line flags -install/-remove are not passed to the script making it hard to write "step specific" code. 

I experienced this under python 2.7.3 (winXP / distutils 2.7.3, setuptools 0.6c11).

I attach a patch for bdist_msi.py for your consideration.

Kind regards,

Braudel
History
Date User Action Args
2012-08-28 09:51:12braudelsetrecipients: + braudel, tarek, eric.araujo
2012-08-28 09:51:12braudelsetmessageid: <1346147472.01.0.0635028414042.issue15797@psf.upfronthosting.co.za>
2012-08-28 09:51:11braudellinkissue15797 messages
2012-08-28 09:51:11braudelcreate