[cpack_installer] few more small fixes to installer Jenkins scripts
This commit is contained in:
@@ -40,7 +40,7 @@ SET /a HALF_PROCESSORS = NUMBER_OF_PROCESSORS / 2
|
||||
|
||||
IF "%CMAKE_INCLUDE_WIX%"=="True" (
|
||||
REM Explicitly enable wix via command line arg for forensic logging
|
||||
SET EXTRA_CMAKE_OPTIONS=%EXTRA_CMAKE_OPTIONS% -DLY_WIX_PATH="%WIX%"
|
||||
SET CMAKE_OPTIONS=%CMAKE_OPTIONS% -DLY_WIX_PATH="%WIX%"
|
||||
) ELSE (
|
||||
REM Disable implicit enabling of windows packing by clearing out the wix variable
|
||||
SET WIX=
|
||||
|
||||
@@ -30,5 +30,5 @@ choco install corretto8jdk -y --ia INSTALLDIR="c:\jdk8" # Custom directory to ha
|
||||
# Install CMake
|
||||
choco install cmake -y --installargs 'ADD_CMAKE_TO_PATH=System'
|
||||
|
||||
# Install WIX
|
||||
# Install Windows Installer XML toolkit (WiX)
|
||||
choco install wixtoolset -y
|
||||
|
||||
Reference in New Issue
Block a user