Skip to main content

⚠️ Please note that this topic or post has been archived. The information contained here may no longer be accurate or up-to-date. ⚠️

Unpacking a .EIP via .zip

Comments

2 comments

  • Daniel Wisniewski
    I'm going to make a wild guess that the 'xml' files contain settings. You can open XML files in any text editor ( though formatting may be an issue). You can search for free editors (like Atom ).

    I did some searching on C1 & XML and found an interesting Perl Module from 2009
    ( ). Even if you don't know Perl - the code shown says:

    # Notes: The EIP format is a ZIP file containing an image (IIQ or TIFF)
    # and some settings files (COS). COS files are XML based.

    Not sure about the prefixes ( manifest 50/70/80/81 ) - May make more sense to you ( ie: the numbers )

    Cheers!
    dan
    0
  • SFA
    The numbers in the files likely related to version information at points where something changed with regards to the content of the xml file structure. The different versions would need to be documented for the EIP to be usefully portable.

    I don;t know for certain but it seems like a good guess as it would seem to coincide with changes that one can see when using sessions.


    Grant.
    0

Post is closed for comments.