Skip to content

Commit dbee41b

Browse files
committed
BUG#33972317 Server 8.0 MSI is missing INFO_BIN and INFO_SRC
Removing Info component for MSI packages Change-Id: I72230fb2273be66cbc92b449425bf132abbaa65c
1 parent 80c10b1 commit dbee41b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/WiX/CPackWixConfig.cmake

Lines changed: 1 addition & 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;Info;Readme;Server_Scripts;Meb;MebReadme;Router")
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")

0 commit comments

Comments
 (0)