Skip to content

Commit fcc5f70

Browse files
Piotr Obrzutbjornmu
authored andcommitted
Bug#28685556: PKGVER FAILED FOR WINDOWS MSI (8.0.13)- BOTH GPL AND COM - ROUTER BINARY MISSING
Added router component to the server msi.
1 parent dbeb0cc commit fcc5f70

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packaging/WiX/CPackWixConfig.cmake

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
2222

2323
SET(CPACK_COMPONENTS_USED
24-
"Server;Client;DataFiles;Development;SharedLibraries;Documentation;IniFiles;Readme;Server_Scripts;Meb;MebReadme")
24+
"Server;Client;DataFiles;Development;SharedLibraries;Documentation;IniFiles;Readme;Server_Scripts;Meb;MebReadme;Router")
2525

2626
IF(WITH_NDBCLUSTER)
2727
MESSAGE(STATUS "This is Cluster build, append additional components")
@@ -70,6 +70,10 @@ SET(CPACK_COMPONENT_GROUP_MYSQLSERVER_DESCRIPTION "Install MySQL Server")
7070
# Subfeature "MebReadme"
7171
SET(CPACK_COMPONENT_GROUP_ALWAYSINSTALL_HIDDEN 1)
7272
SET(CPACK_COMPONENT_MEBREADME_GROUP "AlwaysInstall")
73+
74+
#Subfeature MySQL Router
75+
SET(CPACK_COMPONENT_GROUP_ALWAYSINSTALL_HIDDEN 1)
76+
SET(CPACK_COMPONENT_ROUTER_GROUP "AlwaysInstall")
7377

7478
#Subfeature "Data Files"
7579
SET(CPACK_COMPONENT_DATAFILES_GROUP "MySQLServer")

0 commit comments

Comments
 (0)