From ba75e65dac4ff05990902577d62d76c23c7c9dd5 Mon Sep 17 00:00:00 2001 From: Stas'M Date: Wed, 27 Dec 2017 23:30:30 +0300 Subject: [PATCH] MSI: Move WiX script to res directory and update it --- .gitignore | 5 +++++ RDPWInst.wxs => res/RDPWInst.wxs | 2 +- res/build_wxs.bat | 3 +++ 3 files changed, 9 insertions(+), 1 deletion(-) rename RDPWInst.wxs => res/RDPWInst.wxs (98%) create mode 100644 res/build_wxs.bat diff --git a/.gitignore b/.gitignore index f0d086f..56e5ba3 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,8 @@ __history/ *.dcu *.exe *.dll +*.msi + +# MSI local stuff +*.wixobj +*.wixpdb diff --git a/RDPWInst.wxs b/res/RDPWInst.wxs similarity index 98% rename from RDPWInst.wxs rename to res/RDPWInst.wxs index fa37565..9352ffc 100644 --- a/RDPWInst.wxs +++ b/res/RDPWInst.wxs @@ -2,7 +2,7 @@ - + diff --git a/res/build_wxs.bat b/res/build_wxs.bat new file mode 100644 index 0000000..9eeef72 --- /dev/null +++ b/res/build_wxs.bat @@ -0,0 +1,3 @@ +@echo off +"%ProgramFiles%\WiX Toolset v3.11\bin\candle" RDPWInst.wxs +"%ProgramFiles%\WiX Toolset v3.11\bin\light" RDPWInst.wixobj