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 eryksun
Recipients KevKeating, eryksun, paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-06-22.15:40:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498146026.83.0.239428778388.issue30725@psf.upfronthosting.co.za>
In-reply-to
Content
Issue 27888 switched to using WiX CAQuietExec task to hide the console, but it also changed the action flags to no longer include msidbCustomActionTypeNoImpersonate (2048). Without this flag, the installer impersonates the user for these custom actions: UpdatePip, RemovePip, CompilePyc, CompilePyo, CompileGrammar. 

As a workaround, run the .msi from an elevated command prompt. In this case, I also recommend enabling the option to pre-compile the standard library.
History
Date User Action Args
2017-06-22 15:40:26eryksunsetrecipients: + eryksun, paul.moore, tim.golden, zach.ware, steve.dower, KevKeating
2017-06-22 15:40:26eryksunsetmessageid: <1498146026.83.0.239428778388.issue30725@psf.upfronthosting.co.za>
2017-06-22 15:40:26eryksunlinkissue30725 messages
2017-06-22 15:40:26eryksuncreate