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 chrullrich, eryksun, paul.moore, steve.dower, tim.golden, zach.ware
Date 2015-09-23.02:17:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442974633.03.0.862296970043.issue25166@psf.upfronthosting.co.za>
In-reply-to
Content
Where is the API documented to change the install scope dynamically? I see where it's apparently defined in the burn manifest (extracted from the executable) as PerMachine="no":

    <BurnManifest xmlns="http://schemas.microsoft.com/wix/2008/Burn">
      <....>
      <Registration Id="{e599f76f-2b95-44da-a280-77548b1b2a21}" 
                    ExecutableName="python-3.5.0-amd64.exe" 
                    PerMachine="no" 
                    Tag="" 
                    Version="3.5.150.0" 
                    ProviderKey="{e599f76f-2b95-44da-a280-77548b1b2a21}">
        <Arp Register="yes" 
             DisplayName="Python 3.5.0 (64-bit)" 
             DisplayVersion="3.5.150.0" 
             Publisher="Python Software Foundation" 
             AboutUrl="http://www.python.org/" 
             DisableModify="button"/>
      </Registration>
History
Date User Action Args
2015-09-23 02:17:13eryksunsetrecipients: + eryksun, paul.moore, tim.golden, zach.ware, steve.dower, chrullrich
2015-09-23 02:17:13eryksunsetmessageid: <1442974633.03.0.862296970043.issue25166@psf.upfronthosting.co.za>
2015-09-23 02:17:13eryksunlinkissue25166 messages
2015-09-23 02:17:12eryksuncreate