[CMake] WiX installer default install_root

Nils Gladitz nilsgladitz at gmail.com
Wed Oct 30 17:03:53 EDT 2013


I assume you still use CPack without CMake?

For the moment setting CPACK_WIX_SIZEOF_VOID_P to 8 in your 
CPackConfig.cmake should work to let the generator know to use the 64 
bit instead of the 32 bit prefix.

Nils

On 30.10.2013 21:50, Evan Zhang wrote:
>
> 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 64BitComponent X uses 32BitDirectory INSTALL_ROOT
>
> Thanks!
>
>
>
> --
>
> Powered by www.kitware.com
>
> Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ
>
> Kitware offers various services to support the CMake community. For more information on each offering, please visit:
>
> CMake Support: http://cmake.org/cmake/help/support.html
> CMake Consulting: http://cmake.org/cmake/help/consulting.html
> CMake Training Courses: http://cmake.org/cmake/help/training.html
>
> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
>
> Follow this link to subscribe/unsubscribe:
> http://www.cmake.org/mailman/listinfo/cmake

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20131030/9814ac31/attachment.htm>


More information about the CMake mailing list