Revision: 77033
http://sourceforge.net/p/brlcad/code/77033
Author: starseeker
Date: 2020-09-02 18:08:50 +0000 (Wed, 02 Sep 2020)
Log Message:
-----------
Note user report that the WiX msi installer has an ability to install silently.
Need to explore what it would take to match features with the NSIS .exe
installer.
Modified Paths:
--------------
brlcad/trunk/CMakeLists.txt
Modified: brlcad/trunk/CMakeLists.txt
===================================================================
--- brlcad/trunk/CMakeLists.txt 2020-09-01 20:26:40 UTC (rev 77032)
+++ brlcad/trunk/CMakeLists.txt 2020-09-02 18:08:50 UTC (rev 77033)
@@ -3584,6 +3584,10 @@
set(CPACK_NSIS_DISPLAY_NAME "BRL-CAD")
set(CPACK_NSIS_MODIFY_PATH ON)
if(BRLCAD_ENABLE_WIX)
+ # TODO - user report that this version of the installer also supports
+ # non-graphical installation with the /passive option - need to explore
+ # custom WiX template option CPACK_WIX_TEMPLATE to match features with
+ # the NSIS installer.
set(CPACK_GENERATOR ${CPACK_GENERATOR} WIX)
set(CPACK_WIX_LICENSE_RTF "${CMAKE_SOURCE_DIR}/misc/wix/License.rtf")
set(CPACK_WIX_PRODUCT_ICON
"${CMAKE_SOURCE_DIR}/misc/wix/brlcad_product.ico")
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits