YU
yuumasato/openscap-workbench-windows-build
Provides scripts to build https://github.com/OpenSCAP/scap-workbench for windows in docker
Build SCAP Workbench for Windows
Provides scripts to build https://github.com/OpenSCAP/scap-workbench for windows in docker
Usage:
- Clone this repo
$ git clone https://github.com/ybznek/openscap-workbench-windows-build.git
$ cd openscap-workbench-windows-build
- Update Dockerfile
- Update
FROM"section to the latest Fedora. It isn't probably necessarry, but you will have newer/better compiler. - Update
ENV SSG&ENV WORKBENCHto latest releases
- Run compilation (takes long time)
$ mkdir build
# ./docker/compile.sh
Windows files will be in ./build*
- Create MSI using Wix toolset
- Run Windows and install Wix toolset
- Copy
buildfolder to a Windows folder - cd to
build/scap-workbench-build - Run
createMsi.cmd
- Check MSI
- Check msi file output output - you can compare it to previous msi using
msitoolspackage