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 ZackerySpytz, eryksun, paul.moore, steve.dower, tim.golden, zach.ware
Date 2021-02-19.04:06:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1613707614.09.0.71703457884.issue41847@roundup.psfhosted.org>
In-reply-to
Content
> but at least for clean installs of 3.10 we can avoid the need 
> for admin completely

Except updating PATHEXT always requires admin access. I do this manually by setting a user PATHEXT variable with %PATHEXT% as the first item and append the extensions that I need. This is okay because the system environment gets populated before the user environment, and a system environment that doesn't define PATHEXT is improperly configured. I don't know whether WiX/MSI can support this, but it's probably not worth the hassle and potential problems.
History
Date User Action Args
2021-02-19 04:06:54eryksunsetrecipients: + eryksun, paul.moore, tim.golden, zach.ware, steve.dower, ZackerySpytz
2021-02-19 04:06:54eryksunsetmessageid: <1613707614.09.0.71703457884.issue41847@roundup.psfhosted.org>
2021-02-19 04:06:54eryksunlinkissue41847 messages
2021-02-19 04:06:53eryksuncreate