annotate deploy/win32/build.cmd @ 293:9400e63ec5d7

form note from selection now makes new note if none exist in selection
author matthiasm
date Wed, 11 Jun 2014 15:33:28 +0100
parents c6603f0ddde5
children 7777fa612a16
rev   line source
Chris@87 1 @ECHO OFF
Chris@87 2 SET WIXPATH="C:\Program Files (x86)\WiX Toolset v3.7\bin"
Chris@87 3 IF NOT EXIST %WIXPATH% (
Chris@87 4 SET WIXPATH="C:\Program Files\WiX Toolset v3.7\bin"
Chris@87 5 )
Chris@87 6 DEL tony.msi
Chris@87 7 %WIXPATH%\candle.exe -v tony.wxs
Chris@87 8 %WIXPATH%\light.exe -b ..\.. -ext WixUIExtension -v tony.wixobj
Chris@87 9 PAUSE
Chris@87 10 DEL tony.wixobj
Chris@87 11 DEL tony.wixpdb