mariadb/packaging/WiX
Vladislav Vaintroub 8a9549434d Bug#58178: "make package" is broken with cmake 2.8.3
Problem:  with "make package" , many small packages are 
generated, one per CMake COMPONENT, instead of expected single
package. This is due to the new (in cmake 2.8.3) component-based 
install for archive( e.g ZIP,TGZ ) CPack generators.

See http://public.kitware.com/Bug/view.php?id=11452 for discussion.

Fix: use CPACK_MONOLITHIC_INSTALL=1 to enforce single package.
Reset this variable temporarily to 0 for  MSI creation  (MSI needs 
COMPONENTs)
2010-11-13 19:38:39 +01:00
..
ca Changes to MSI installer: 2010-04-30 13:30:32 +02:00
AdminBackground.jpg Add components to INSTALL, some eraly Wix support 2010-02-10 20:23:24 +01:00
AdminHeader.jpg Add components to INSTALL, some eraly Wix support 2010-02-10 20:23:24 +01:00
CMakeLists.txt Bug#55169: Installer does not preserve user's settings in custom mode 2010-07-24 17:26:45 +02:00
CPackWixConfig.cmake Bug#55169: Installer does not preserve user's settings in custom mode 2010-07-24 17:26:45 +02:00
create_msi.cmake.in Bug#58178: "make package" is broken with cmake 2.8.3 2010-11-13 19:38:39 +01:00
custom_ui.wxs Bug#55169: Installer does not preserve user's settings in custom mode 2010-07-24 17:26:45 +02:00
extra.wxs.in Bug#55169: Installer does not preserve user's settings in custom mode 2010-07-24 17:26:45 +02:00
mysql_server.wxs.in Bug#55169: Installer does not preserve user's settings in custom mode 2010-07-24 17:26:45 +02:00
MySQLServer.ico add missing icon 2010-04-21 20:10:53 +02:00