eryksun added the comment:
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>
----------
nosy: +eryksun
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue25166>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com