[CMake] WiX installer default install_root

2013-10-30 Thread Evan Zhang
Hi, What is the proper method to set the WiX install path? I am trying to create a 64 bit MSI installer, but cannot get the INSTALL_ROOT variable to point away from "C:\Program Files(x86)" Consequently, when running CPACK, the wix.log alerts me to the following error messages : This 64Bit

[CMake] Setting CPack Module Path for WiX generator

2013-10-17 Thread Evan Zhang
Hi, I am attempting to set the CPack Module Path to point to a different directory when using the WiX generator so that I may use a customized WiX.template.in configuration file. I am doing this by adding the following line into my CPackConfig.cmake file before calling cpack through the command l

[CMake] Allow CPack generated WiX installer to set registry key values

2013-10-16 Thread Evan Zhang
Hi, Is there a way to set registry key values after defining the install registry key using "SET(CPACK_PACKAGE_INSTALL_REGISTRY_KEY "Example Registry Key")"? I would like to create an installer that actually populates REG_SZ string values under the key. I am assuming the above value for "CPAC