msibuild (1)
NAME
msibuild - build Windows Installer packagesSYNOPSIS
msibuild <MSI file> [<option> [<option> ...]]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.
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>.