[cpack_installer] few more small fixes to installer Jenkins scripts

This commit is contained in:
scottr
2021-06-02 14:57:18 -07:00
parent 4b40f23d0b
commit c6e4e3ed1f
2 changed files with 2 additions and 2 deletions
@@ -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