[issue16067] UAC prompt for installation shows temporary file name

2013-08-03 Thread Martin v . Löwis
Martin v. Löwis added the comment: Thanks for the report. This is now fixed on the active branches. -- nosy: +loewis resolution: -> fixed status: open -> closed ___ Python tracker _

[issue16067] UAC prompt for installation shows temporary file name

2013-08-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset ee0bdc007a0f by Martin v. Löwis in branch '2.7': Issue #16067: Add description into MSI file to replace installer's temporary name. http://hg.python.org/cpython/rev/ee0bdc007a0f -- ___ Python tracker

[issue16067] UAC prompt for installation shows temporary file name

2013-08-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 797b1d13d16e by Martin v. Löwis in branch '3.3': Issue #16067: Add description into MSI file to replace installer's temporary name. http://hg.python.org/cpython/rev/797b1d13d16e New changeset 7d661f47f73b by Martin v. Löwis in branch 'default': Iss

[issue16067] UAC prompt for installation shows temporary file name

2012-09-27 Thread Edward Brey
New submission from Edward Brey: When installing on Windows, the UAC prompt shows a temporary random file name for the MSI file. To solve this, use the /d switch with signtool when signing the MSI file. Cf. http://stackoverflow.com/q/4315840 -- components: Installation messages: 1713