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 diff --git a/build/installer-x86.wxs b/build/installer-x86.wxs index 14c36066..eff12694 100644 --- a/build/installer-x86.wxs +++ b/build/installer-x86.wxs @@ -1,4 +1,11 @@ + @@ -2055,8 +2062,12 @@ - - + + + + + + @@ -2070,9 +2081,14 @@ + + + + + + WIXUI_EXITDIALOGOPTIONALCHECKBOX = 1 and NOT Installed + - - \ No newline at end of file