Skip to content

Commit

Permalink
MDEV-12202 Do not package embedded in MSI
Browse files Browse the repository at this point in the history
Also get rid of example ini files, they do not provide any value,
just confusion
  • Loading branch information
vaintroub committed Mar 7, 2017
1 parent 2bca412 commit 3b30031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win/packaging/CPackWixConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ IF(ESSENTIALS)
ENDIF()
ELSE()
SET(CPACK_COMPONENTS_USED
"Server;Client;Development;SharedLibraries;Embedded;Documentation;IniFiles;Readme;Debuginfo;Common;connect-engine;ClientPlugins;gssapi-server;gssapi-client;aws-key-management")
"Server;Client;Development;SharedLibraries;Documentation;Readme;Debuginfo;Common;connect-engine;ClientPlugins;gssapi-server;gssapi-client;aws-key-management")
ENDIF()

SET( WIX_FEATURE_MySQLServer_EXTRA_FEATURES "DBInstance;SharedClientServerComponents")
Expand Down

0 comments on commit 3b30031

Please sign in to comment.