Sometimes it can be needed to extract something from an installation package, in example from msi. It is possible to unpack .msi package with usual tools. All what you need is just to type something like this in command line: msiexec /a <name>.msi TARGETDIR=<path> /qb Where is a file name of an msi-package, and is [...]