view deploy/win32/build.cmd @ 102:0ac07b743cad

For some reason this is crashing the Mac build on startup, so temporarily remove it for this preliminary release
author Chris Cannam
date Fri, 06 Dec 2013 16:51:48 +0000
parents c6603f0ddde5
children 7777fa612a16
line wrap: on
line source
@ECHO OFF
SET WIXPATH="C:\Program Files (x86)\WiX Toolset v3.7\bin"
IF NOT EXIST %WIXPATH% (
    SET WIXPATH="C:\Program Files\WiX Toolset v3.7\bin"
)
DEL tony.msi
%WIXPATH%\candle.exe -v tony.wxs
%WIXPATH%\light.exe -b ..\.. -ext WixUIExtension -v tony.wixobj
PAUSE
DEL tony.wixobj
DEL tony.wixpdb