generic_msi_file

Description

Generates a Windows Installer (.MSI) package that executes a command during installation.

Overview

Generates a minimal MSI file with a CustomAction that runs the specified command at install time. Requires Windows server (msi.dll P/Invoke).

Parameters

Name Type Description
Command string Command to run during install.
ProductName string Product name shown to user. Default: Microsoft Update.
Manufacturer string Manufacturer. Default: Microsoft Corporation.
Version string Product version. Default: 1.0.0.
Scroll to Top