Skip to main content

2025년 12월 16일

MSIProductVersion Parameter

The MSIProductVersion parameter specifies a product version number for the MSI database to facilitate version control. This version number is unrelated to the application version or the Omnissa ThinApp version.

ThinApp assigns an initial version of 1.0. This version appears in the properties of the database.

When you deploy a package to a machine that already has the package installed, Windows Installer checks the version numbers and blocks the installation of an older version over an updated version. In this situation, you must uninstall the new version.

The MSIProductVersion parameter works only when the MSIFilename parameter requests the generation of a Windows Installer database.

Modifying the MSIProductVersion Parameter

You can change the value of the MSIProductVersion parameter when you change the MSI package. A value of 2.0 causes ThinApp to uninstall a 1.0 version of the package and install the 2.0 version of the package.

[BuildOptions]
MSIFilename=<my_msi>.msi
MSIProductVersion=2.0

The format of the MSIProductVersion value is X.Y.Z. The values of X and Y range from 0 to 255, and the value of Z ranges from 0 to 65536.

이 페이지가 도움이 되었나요?

이 항목에 대한 피드백 보내기

이 항목이 도움이 되었나요?

개인정보나 기밀정보는 입력하지 마세요.

링크를 생성하는 중…