diff options
author | Berke Viktor <berkeviktor@aol.com> | 2011-08-18 03:21:51 +0200 |
---|---|---|
committer | Berke Viktor <berkeviktor@aol.com> | 2011-08-18 03:21:51 +0200 |
commit | c51bf2b90380f6df315dc7c955fd733855d4ef3c (patch) | |
tree | 91f1bc52a7fa1e82c16e37ed25f9cbb370544caa /build/installer-x86.bat | |
parent | 22e24e220911357c2209238af1efd6eabb32228e (diff) |
more installer fixes
Diffstat (limited to 'build/installer-x86.bat')
-rw-r--r-- | build/installer-x86.bat | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build/installer-x86.bat b/build/installer-x86.bat new file mode 100644 index 00000000..7746e546 --- /dev/null +++ b/build/installer-x86.bat @@ -0,0 +1,4 @@ +@echo off +set PATH=C:\Program Files (x86)\Windows Installer XML v3.5\bin +candle installer-x86.wxs -ext WixUIExtension -ext WixUtilExtension +light installer-x86.wixobj -ext WixUIExtension -ext WixUtilExtension |