File: README.md

package info (click to toggle)
msitools 0.106%2Brepack-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,336 kB
  • sloc: ansic: 18,006; yacc: 862; sh: 416; perl: 217; makefile: 22
file content (50 lines) | stat: -rw-r--r-- 1,434 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# 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!