MSIFilename
Previous  Top  Next

MSIFilename – Enable generation of an MSI database and specify its filename

If set, this option causes the build to produce a Windows Installer with the specified filename in the output directory. For more information, see MSI Generation.

Example

This directs Thinstall to generate an MSI during build, replace mymsi.msi with your own filename  
[BuildOptions]  
MSIFilename=mymsi.msi  


Availability:
This option requires Thinstall version 3.210 or higher