Automise[Automise Professional Edition]

The MSI Generic action enables you to modify an existing MSI database file using standard SQL statements against the internal tables.

Generic Options

Generic options

MSI File

The location of the MSI file to manipulate using the SQL Statement.

SQL Statement

The statement to be executed against the MSI database.

Set variable to output

Example SQL Statements

Change the Product Name to 'Sample Product':

UPDATE Property SET Value='Sample Product' WHERE Property='ProductName'

Change the Dialog Font to 'Courier':

UPDATE TextStyle SET FaceName='Courier', Size='10' WHERE TextStyle='DlgFont8'

  • No labels