diff deploy/win32/build-and-package.bat @ 687:1add6167eb3c

More on Win32 packaging
author Chris Cannam
date Sun, 09 Dec 2018 16:43:19 +0000
parents c80a1dac9fda
children a74515f1c6e8
line wrap: on
line diff
--- a/deploy/win32/build-and-package.bat	Sun Dec 09 15:22:36 2018 +0000
+++ b/deploy/win32/build-and-package.bat	Sun Dec 09 16:43:19 2018 +0000
@@ -100,6 +100,13 @@
 @echo Signing components
 signtool sign /v /n "%NAME%" /t http://time.certum.pl /fd sha1 *.dll *.exe lib\*
 signtool verify /pa sonic-visualiser.msi
+rem AND MORE
 )
 
+set PATH=%PATH%;"C:\Program Files (x86)\WiX Toolset v3.11\bin"
+
+del easyhg.msi
+candle -v ..\..\deploy\win32\easyhg.wxs
+light -b . -ext WixUIExtension -ext WixUtilExtension -v easyhg.wixobj
+
 rem Todo: the rest