[cpack_installer] initial work for installer Jenkins jobs

This commit is contained in:
scottr
2021-06-02 11:28:22 -07:00
parent 274e1972f3
commit a1b8d1233c
5 changed files with 87 additions and 0 deletions
@@ -29,3 +29,6 @@ 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
choco install wixtoolset -y