logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

msibuild - build Windows Installer packages

Authors

msibuild was written by Marc-André Lureau for Red Hat, Inc. based on the MSI build tool  in  Wine.   This
       manual  page  was  adapted from the program usage information by Stephen Kitt <skitt@debian.org>, for the
       Debian GNU/Linux system (but may be used by others). It was last modified for msibuild version 0.93.

msitools                                        December 21, 2014                                    msibuild(1)

Description

msibuild  builds  Windows Installer packages (.MSI files). Existing tables and streams in the package are
       overwritten. If the package doesn't exist, a new one is created with an empty database.

Name

       msibuild - build Windows Installer packages

Options

-s <name> [<author>] [<template>] [<UUID>]
              Set summary information.

       -q<query>
              Execute one or more SQL queries.

       -i<table>.idt
              Import the given table into the database.

       -a<stream><file>
              Add <stream> to storage with the contents of <file>.

Synopsis

msibuild <MSIfile> [<option> [<option> ...]]

See Also