You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Patch. I'm also revising [Doc/using/windows.rst](https://github.com/python/cpython/blob/main/Doc/using/windows.rst), but I don't want to delay the initial reviews.
#106
Open
BLAQKING36 opened this issue
May 30, 2022
· 0 comments
Patch. I'm also revising Doc/using/windows.rst, but I don't want to delay the initial reviews.
I don't think this is perfect, but it works well enough for the first alpha (scheduled for 8 Feb), so I want to get it in and stabilised now rather than at the last minute. There'll be more features and work to do.
There's a README.txt file (which I'll attach next) that has an overview of the installer. It'll be worth reading that first before looking at the code.
And apologies if the code makes no sense. I'm happy to explain sections, but WiX is about 90% magic (and the rest is MSBuild magic) and so any explanation is likely to be unsatisfactory. I've been working with both of these pretty intently for the last few years and I still don't feel like I've mastered them...
Patch. I'm also revising Doc/using/windows.rst, but I don't want to delay the initial reviews.
I don't think this is perfect, but it works well enough for the first alpha (scheduled for 8 Feb), so I want to get it in and stabilised now rather than at the last minute. There'll be more features and work to do.
There's a README.txt file (which I'll attach next) that has an overview of the installer. It'll be worth reading that first before looking at the code.
And apologies if the code makes no sense. I'm happy to explain sections, but WiX is about 90% magic (and the rest is MSBuild magic) and so any explanation is likely to be unsatisfactory. I've been working with both of these pretty intently for the last few years and I still don't feel like I've mastered them...
Originally posted by @zooba in python/cpython#67449 (comment)
The text was updated successfully, but these errors were encountered: