FinalBuilder[FinalBuilder Professional Edition]
The MSI Generic action enables you to modify an existing MSI database file using standard SQL statements against the internal tables.
The location of the MSI file to manipulate using the SQL Statement.
The statement to be executed against the MSI database.
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'