Skip to main content

2025년 4월 24일

MSIProductCode Parameter

The MSIProductCode parameter specifies a product code for the MSI database. Windows Installer uses the code to identify MSI packages.

The capture process generates a random and unique product code that is not taken from the application. The value must be a valid Globally Unique Identifier (GUID).

The parameter is applied only when the MSIFilename parameter requests the generation of a Windows Installer database.

Note: Do not modify the MSIProductCode parameter.

Creating an MSI file using MSIProductCode Parameter

The capture process can create an MSI file with 590810CE‐65E6‐3E0B‐08EF‐9CCF8AE20D0E as the product code.

[BuildOptions]
MSIFilename=<my_msi>.msi
MSIProductCode={590810CE-65E6-3E0B-08EF-9CCF8AE20D0E}

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

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

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

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

링크를 생성하는 중…