From 22d25f9add0b617d3cf53f85c0958ee87483bf76 Mon Sep 17 00:00:00 2001 From: martin31821 Date: Sun, 17 Jul 2016 10:02:40 +0200 Subject: [PATCH] Create installation hints --- INSTALL.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 INSTALL.md diff --git a/INSTALL.md b/INSTALL.md new file mode 100644 index 0000000..8c6dc39 --- /dev/null +++ b/INSTALL.md @@ -0,0 +1,11 @@ +For the release version: + +* Move the files from the downloaded zip to the following locations +* let %INST% be the installation path of DMXControl3 - the default is `C:\Program Files (x86)\DMXControl3` + +| File | Location | +| ---- | -------- | +| NAudio.dll | %INST%\GUI\NAudio.dll | +| NAudio.WindowsMediaFormat.dll | %INST%\GUI\NAudio.WindowsMediaFormat.dll | +| MidiPlugin.dll | %INST%\GUI\Plugins\MidiPlugin.dll | +| MidiPlugin.Rules.dll | %INST%\GUI\MidiPlugin.Rules.dll |