Windows installer MSI format

前端 未结 8 1978
南笙
南笙 2020-12-29 08:46

I cannot find the MSI format specification. It says that its an open standard, but I don\'t see any documentation - just bits and pieces of information here and there.

8条回答
  •  梦毁少年i
    2020-12-29 09:11

    The binary format is not open, I wouldn't even go as far as calling it a standard.

    However I assume it's not the file format you're concerned with (which is undocumented), but rather the tables, actions, sequences, etc. that are visible when interfacing with the MSI via the Windows Installer SDK, API, Orca, etc.

    Everything is covered in the SDK documentation, however for some reason search engines don't rank the documentation very highly. Also you can no longer download the Windows Installer SDK separately, it is now bundled as part of the Windows SDK.

    • Windows Installer SDK Documentation
    • Windows SDK Download

提交回复
热议问题