Skip to main content

2025 年 4 月 24 日

MSIFilename Parameter

The MSIFilename parameter triggers the generation of an MSI database and specifies its filename. Other MSI parameters can work only when you uncomment the MSIFilename parameter.

This parameter produces a Windows Installer with the specified filename in the output directory. You can create an MSI file when you want to deliver packages to remote locations through desktop management systems. Unlike executable files that require the manual use of the thinreg.exe utility, MSI files automate the creation of shortcuts and file type associations for each user.

ThinApp comments out the MSIFilename parameter unless you specify MSI generation during the capture process.

Replacing the MSIFilename Parameter

You can generate an MSI file during the build process and replace the filename with your own filename.

[BuildOptions]
MSIFilename=<my_msi>.msi

The inventory name is the default name in the MSIFilename parameter.

[BuildOptions]
;MSIFilename=<inventory_name>.msi

此页面对您有帮助吗?

对本主题提供反馈

本主题对您有帮助吗?

请勿填写任何个人信息或机密信息。

正在生成链接…