Building MSI for AppX (microsoft installer) #1721
|
I noticed that msilib is deprecated in Python 3.11, since microsoft is moving to Appx:
Did you have any thoughts if cx_Freeze should follow those changes? Thanks for this project! It's been interesting to use it so far. |
Answered by
marcelotduarte
Dec 26, 2022
Replies: 1 comment 7 replies
|
Not yet. But the options for msilib are:
Independently of the above options, a bdist_appx should be analyzed. |
7 replies
Answer selected by
uxduck
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not yet. But the options for msilib are:
Independently of the above options, a bdist_appx should be analyzed.