Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gnome/msitools

Read-only mirror of https://gitlab.gnome.org/GNOME/msitools
https://github.com/gnome/msitools

Last synced: about 1 month ago
JSON representation

Read-only mirror of https://gitlab.gnome.org/GNOME/msitools

Awesome Lists containing this project

README

        

# msitools

## Introduction

*msitools* is a set of programs to inspect and build Windows Installer
(.MSI) files. It is based on `libmsi`, a portable library to read and
write .MSI files. libmsi in turn is a port of (and a subset of)
[Wine](https://www.winehq.org/)'s implementation of the Windows
Installer.

*msitools* plans to be a solution for packaging and deployment of
cross-compiled Windows applications.

## Tools

Provided tools include:

- `msiinfo`, to inspect MSI files

- `msibuild`, a low-level tool to create MSI files

- `msidiff`, compares contents of two MSI files with diff

- `msidump`, dumps raw MSI tables and stream content

- `msiextract`, to inspect and extract the files of an MSI file

- `wixl`, a WiX-like tool, that builds Windows Installer (MSI)
packages from an XML document, and tries to share the same syntax as
the [WiX toolset](http://wixtoolset.org/)

- `wixl-heat`, a tool that builds XML fragments from a list of files
and directories.

## Notes

Right now, *msitools* does not work under Windows. It is planned that
it will self-host.

While in a very early stage, it is already usable.

*msitools* uses [libgsf](https://gitlab.gnome.org/GNOME/libgsf) in
order to read OLE Structured Storage files (which are the underlying
format of .MSI files).

Wixl lacks many features compared to WiX. As always, contributions
are welcome!

Reporting issues and sending pull requests is welcome!