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 steve.dower
Recipients chrullrich, eryksun, paul.moore, steve.dower, tim.golden, zach.ware
Date 2015-09-29.19:26:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443554792.23.0.141571855728.issue25166@psf.upfronthosting.co.za>
In-reply-to
Content
After discussing it on the WiX mailing list, this definitely requires a change to WiX.

Currently, as soon as you include any per-user packages in your bundle the entire registration is forced to per-user regardless of whether or not they are ever installed.

I'm going to propose a change where the bootstrap application can assert that the bundle should be registered for the whole machine, so that when we start installing we can correct it. Can't be sure it'll be available for 3.5.1, but some time in 3.5's lifetime we should get this fixed.
History
Date User Action Args
2015-09-29 19:26:32steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, eryksun, chrullrich
2015-09-29 19:26:32steve.dowersetmessageid: <1443554792.23.0.141571855728.issue25166@psf.upfronthosting.co.za>
2015-09-29 19:26:32steve.dowerlinkissue25166 messages
2015-09-29 19:26:32steve.dowercreate