Skip to content

Commit 2728022

Browse files
committed
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 20ad8c6 commit 2728022

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
@@ -154,6 +154,7 @@ if(ARROW_FLIGHT_SQL_ODBC_INSTALLER)
154154

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

0 commit comments

Comments
 (0)