
Generate the actual msi file with light.exe.Generate *.wixobj files with candle.exe.Generate mainApp.wxs with the heat tool.The file heatPostProcessing.xsl is a XSLT file which is used during the execution of heat to add include statements and remove components which are handled elsewhere. The wix file describing the files contained in the main application ( mainApp.wxs) is not present but generated on the fly with the wix harvest tool heat. The file Product.wxs contains the main "target", the Product tag. The file properties.wxi contains variables and definitions used in different wix resource files. \resources\wix the necessary wix resource files are located. Dokany or WinFSP are not included in the msi.


the registry is not changed, except that an installation entry is added under HKCU.the build msi artifact is branded under the name "MyTestApp" manufactured by "Cryptobot", such that it can be easily installed next to a normal Cryptomator installation and tested.It is not necessary to install the wix tool set beforehand, the script downloads and runs (not installs) a correct version. With calling the powershell script build.ps1 an msi-Installer can be build. The branch you are currently viewing is a feature branch changing the default build goal from exe (using innosetup) to msi (using wix). recent JDK installed and JAVA_HOME environment variable set pointing to its location.

Cryptomator install problem windows#
This repository contains the scripts to build a windows installer for Cryptomator. Beginning with Cryptomator 1.6.0 Beta 1 we moved our installers to the main repo.
