# HG changeset patch
# User Chris Cannam
# Date 1380622087 -3600
# Node ID b0f5fa844caffc70361a1db0bee8be506cc474c8
# Parent c0a20cd1a9ff1591bd9c521a1d327ae81af1b160
Patch from Josias Matschulat to allow changing the installation location (and add licence and file association to installer)
diff -r c0a20cd1a9ff -r b0f5fa844caf deploy/win32/License.rtf
Binary file deploy/win32/License.rtf has changed
diff -r c0a20cd1a9ff -r b0f5fa844caf deploy/win32/build.cmd
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/deploy/win32/build.cmd Tue Oct 01 11:08:07 2013 +0100
@@ -0,0 +1,8 @@
+@ECHO OFF
+SET WIXPATH="C:\Program Files (x86)\WiX Toolset v3.7\bin"
+DEL sonic-visualiser.msi
+%WIXPATH%\candle.exe -v sonic-visualiser.wxs
+%WIXPATH%\light.exe -b ..\.. -ext WixUIExtension -v sonic-visualiser.wixobj
+PAUSE
+DEL sonic-visualiser.wixobj
+DEL sonic-visualiser.wixpdb
diff -r c0a20cd1a9ff -r b0f5fa844caf deploy/win32/sonic-visualiser.wxs
--- a/deploy/win32/sonic-visualiser.wxs Fri Sep 20 16:38:00 2013 +0100
+++ b/deploy/win32/sonic-visualiser.wxs Tue Oct 01 11:08:07 2013 +0100
@@ -1,218 +1,258 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+