summaryrefslogtreecommitdiff
path: root/win
diff options
context:
space:
mode:
authorVladislav Vaintroub <wlad@montyprogram.com>2012-05-30 20:20:54 +0200
committerVladislav Vaintroub <wlad@montyprogram.com>2012-05-30 20:20:54 +0200
commitd5f55a6511088221b27363a5a464933b24a584d1 (patch)
tree247fc8b1ac956b0b03877e5da6022e115accdba7 /win
parent22a65774f9e23d47e66ad669803f5f1f39ed9c99 (diff)
downloadmariadb-git-d5f55a6511088221b27363a5a464933b24a584d1.tar.gz
MSI package: always install new component "Common" (currently consists of charset directory)mariadb-5.5.24
Diffstat (limited to 'win')
-rw-r--r--win/packaging/CPackWixConfig.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/win/packaging/CPackWixConfig.cmake b/win/packaging/CPackWixConfig.cmake
index 0722ecbbccb..356d6ef4b89 100644
--- a/win/packaging/CPackWixConfig.cmake
+++ b/win/packaging/CPackWixConfig.cmake
@@ -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")