microsoft / microsoft/msix-packaging

[Feature] Creating non-flat msixbundles

Open
#686 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Needs-Triage
Dominant language
C
Stars
1.1k
Forks
193
Avg merge
2h 16m
Merged PRs (30d)
2

Description

Whenever you try to create a bundle (that isn't flat) it will fail because this piece of code is not implemented
https://github.com/microsoft/msix-packaging/blob/efeb9dad695a200c2beaddcba54a52c8320bd135/src/msix/pack/AppxBundleWriter.cpp#L117-L121
Is there any plan to implement this? I need it so that I can create .msixbundles that are suitable for the msstore. I would be happy to implement this for you but would need some direction

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with src/msix/pack/AppxBundleWriter.cpp at lines 117-121, where non-flat bundle creation is not implemented. Trace the bundle-writing entry point and determine the required behavior for non-flat bundles. Done means creating a .msixbundle suitable for the Microsoft Store succeeds.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
tooling
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.