Skip to content

Commit 2575182

Browse files
authored
Add product ID to Windows installer
With stable product and upgrade id, Windows will be able to properly recognize ODBC installer as the same product, and prevent double-installation from happening.
1 parent 7c9dcaf commit 2575182

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cpp/src/arrow/flight/sql/odbc/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ if(ARROW_FLIGHT_SQL_ODBC_INSTALLER)
155155

156156
# Upgrade GUID is required to be unchanged for ODBC installer to upgrade
157157
set(CPACK_WIX_UPGRADE_GUID "DBF27A18-F8BF-423F-9E3A-957414D52C4B")
158+
set(CPACK_WIX_PRODUCT_GUID "279D087B-93B5-4DC3-BA69-BCF485022A26")
158159
endif()
159160
# GH-47876 TODO: create macOS Installer using cpack
160161
# GH-47877 TODO: create Linux Installer using cpack

0 commit comments

Comments
 (0)