Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EvanAnderson/ts_block.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Anderson <EAnderson@wellbury.com>2012-05-31 00:39:51 +0400
committerEvan Anderson <EAnderson@wellbury.com>2012-05-31 00:39:51 +0400
commit6db0704bea0db45ed22889290f3432ee7da3f0b8 (patch)
tree5d84e2f43a961eb8adc2ff2c0b48294fc45cb575 /make-msi.bat
parent09d62b6275143e63c7506de84c2c58b436662bd9 (diff)
Commit for 20120530 release
Diffstat (limited to 'make-msi.bat')
-rw-r--r--make-msi.bat5
1 files changed, 5 insertions, 0 deletions
diff --git a/make-msi.bat b/make-msi.bat
new file mode 100644
index 0000000..3ce66ff
--- /dev/null
+++ b/make-msi.bat
@@ -0,0 +1,5 @@
+@echo off
+del *.msi
+del *.wixobj
+candle -out ts_block.wixobj ts_block.wxs
+light -out ts_block.MSI ts_block.wixobj