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:
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