mirror of
https://github.com/MariaDB/server.git
synced 2026-04-24 17:25:31 +02:00
MSI package: always install new component "Common" (currently consists of charset directory)
This commit is contained in:
parent
648c8c2619
commit
afedd72e22
1 changed files with 2 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ IF(ESSENTIALS)
|
|||
ENDIF()
|
||||
ELSE()
|
||||
SET(CPACK_COMPONENTS_USED
|
||||
"Server;Client;Development;SharedLibraries;Embedded;Documentation;IniFiles;Readme;Debuginfo")
|
||||
"Server;Client;Development;SharedLibraries;Embedded;Documentation;IniFiles;Readme;Debuginfo;Common")
|
||||
ENDIF()
|
||||
|
||||
SET( WIX_FEATURE_MySQLServer_EXTRA_FEATURES "DBInstance;SharedClientServerComponents")
|
||||
|
|
@ -34,6 +34,7 @@ SET(CPACK_COMPONENTS_ALL ${CPACK_ALL})
|
|||
# Always install (hidden), includes Readme files
|
||||
SET(CPACK_COMPONENT_GROUP_ALWAYSINSTALL_HIDDEN 1)
|
||||
SET(CPACK_COMPONENT_README_GROUP "AlwaysInstall")
|
||||
SET(CPACK_COMPONENT_COMMON_GROUP "AlwaysInstall")
|
||||
|
||||
# Feature MySQL Server
|
||||
SET(CPACK_COMPONENT_GROUP_MYSQLSERVER_DISPLAY_NAME "MariaDB Server")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue