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

github.com/stascorp/rdpwrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStas'M <x86corez@gmail.com>2017-12-27 23:30:30 +0300
committerStas'M <x86corez@gmail.com>2017-12-27 23:30:30 +0300
commitba75e65dac4ff05990902577d62d76c23c7c9dd5 (patch)
treed14f600132eaad1fd853f5d527ffcb37c57388c8
parent5ad550638e7de238b9c51d607749180fc755bd94 (diff)
MSI: Move WiX script to res directory and update itv1.6.2
-rw-r--r--.gitignore5
-rw-r--r--res/RDPWInst.wxs (renamed from RDPWInst.wxs)2
-rw-r--r--res/build_wxs.bat3
3 files changed, 9 insertions, 1 deletions
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
index fa37565..9352ffc 100644
--- a/RDPWInst.wxs
+++ b/res/RDPWInst.wxs
@@ -2,7 +2,7 @@
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<?define ProductName="RDP Wrapper Library" ?>
- <?define ProductVersion="1.6.1" ?>
+ <?define ProductVersion="1.6.2" ?>
<?define ProductCode="37ea5771-3352-4a52-9fac-9297331daebd"?>
<?define UpgradeCode="6623f60c-e84f-41e7-a55b-f421165deeb5"?>
<?define Manufacturer="Stas'M Corp. and contributors"?>
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