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 beefy80
Recipients beefy80, chrullrich, eryksun, paul.moore, steve.dower, tim.golden, zach.ware
Date 2021-01-29.13:15:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611926131.36.0.575701307511.issue25166@roundup.psfhosted.org>
In-reply-to
Content
I have been reviewing the Install process as we need to start installing / patching Python and I have seen the same issue as mentioned below however the difference for me is I am running the install on a Silent command line.  

I cannot seem to override "AllUsers" Property using the command line as WiX logs the following: "Ignoring attempt to set non-overridable variable: 'AllUsers'."  If this parameter was made overridable I believe this would then allow the Bootstrapper to be listed under all users Uninstall area rather than the current user (or in my case it gets written to HKEY_USERS\.Default\... (which is really unhelpful) as the installer is being run under the system context).
History
Date User Action Args
2021-01-29 13:15:31beefy80setrecipients: + beefy80, paul.moore, tim.golden, zach.ware, eryksun, steve.dower, chrullrich
2021-01-29 13:15:31beefy80setmessageid: <1611926131.36.0.575701307511.issue25166@roundup.psfhosted.org>
2021-01-29 13:15:31beefy80linkissue25166 messages
2021-01-29 13:15:30beefy80create