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
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
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