CimFS folder structure

MVP

The conversion of MSIX packages to CimFS includes defining a "root folder", the name of which appears irrelevant.  If I call it "George", when deployed, this creates a folder structure that looks like:

 

\\?\Volume{GUID}\George\{FullPackageFamilyName}

 

as the actual "root folder" of the original MSIX package (the one that contains the metadata files).

 

This raises the question as to whether multiple packages may be included within the CIM image (under "George"), and if so what relationships are expected/allowed.  For example,

  • Might it be possible to have a CIM that is actually a bundle (and treated as one upon install)?
  • Is it possible for the CIM to contain dependency packages?
  • Is it possible for the CIM to contain a package and a modification package to it?
  • Is it possible for the CIM to contain two separate packages that would be brought together in a Shared Package Container, either explicitly or implicitly?
  • Is it possible to put a bunch of common packages delivered to most users into a single CIM?

Also, is there a requirement that {FullPackageFamilyName} be the name of the second level folder or is that just what the conversion tools currently do and the name of that folder is also irrelevant?  As the mounting process hides that name from MSIX I'm guessing the latter, unless there is a plan for AppInstaller to use it in decision logic.

 

Even if not available today, as I'm building CIM based tooling I'd like to know more about what could be or is clearly not in scope for the future in this regard.

1 Reply
Yes, you can include multiple packages may be included within the CIM image. It is the same way we can have multiple packages in a VHD. It has to be done manually via the CIMUTIL tool. It cannot be done via the MSIXMGR.