Patch to sonic-visualiser.wxs to allow selection of installation folder
Brought to you by:
cannam
Attaching a patch (the first patch of my life...) for deploy/win32/sonic-visualiser.wxs, with which the installation file shows a wizard that shows the GPL v2 license and allows the user to select a different folder to where install SV.
To work, sonic-visualiser.wxs must be linked with the "-ext WixUIExtension" option:
light.exe -ext WixUIExtension -v sonic-visualiser.wixobj
Also attaching the files License.rtf and build.cmd, the latter I create to automate building the .msi file on Windows. Put them inside the deploy/win32 folder.
Ignore the patch of the last post; this is the correct. This also associates .sv files with SV.
Very nice work! Thank you.
It's in the repo now.