# Scripts and utilities related to building an .msi (Microsoft Standard Installer) file. ## Docker test image for building an MSI locally ``` docker build . -f Dockerfile -t ubuntu:dnscrypt-msi ``` ## Test building msi files for intel win32 & win64 ``` ./build.sh ```