From 51e36413eb958f930032c251ced32537f8636b07 Mon Sep 17 00:00:00 2001 From: Birch-san Date: Fri, 15 Jun 2018 16:44:54 +0100 Subject: [PATCH] add instructions regarding build of setup.exe --- build-windows.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/build-windows.md b/build-windows.md index cf5df53..ddd543e 100644 --- a/build-windows.md +++ b/build-windows.md @@ -179,6 +179,16 @@ JUCE should be installed to C:\\Juce 10) With Projucer, open juicysfplugin/juicysfplugin.jucer +11) Register MergeMod.dll + +https://stackoverflow.com/questions/42624572/unrecoverable-build-error-whilst-trying-to-build-setup-on-vs2015 + +If you encounter "Unrecoverable build error" when building juicysfplugin's setup.exe installer, you need to open an administrator prompt and register MergeMod.dll: + +```bash +regsvr32 "C:\Program Files (x86)\Common Files\Microsoft Shared\MSI Tools\MergeMod.dll" +``` + 10) Install LLVM