microsoft / msix-packaging

MSIX SDK
MIT License
989 stars 168 forks source link

Will packaging sdk support msix package creation? #30

Closed peitaosu closed 5 years ago

peitaosu commented 5 years ago

I know makeAppx.exe from Windows SDK can do it. I just wondering will this project also support package/bundle creation since it's already support package/bundle unpack? Any thought?

c-don commented 5 years ago

We have that item in our backlog. It would be great if you can comment on how you plan to use the package creation support in your environment. This info would help us focus our efforts on features that our customers will benefits from.

peitaosu commented 5 years ago

Thank you @c-don ! I am so interested to try this new tech on macOS/Linux. Use msix to pack and unpack my application, and also adopt the update mechanism (blockmap) to benefits application update. Since this project is open source, will you consider to share the backlog/plan in github?