We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ad5506 commit ba75e65Copy full SHA for ba75e65
.gitignore
@@ -10,3 +10,8 @@ __history/
10
*.dcu
11
*.exe
12
*.dll
13
+*.msi
14
+
15
+# MSI local stuff
16
+*.wixobj
17
+*.wixpdb
RDPWInst.wxs res/RDPWInst.wxs
@@ -2,7 +2,7 @@
2
3
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
4
<?define ProductName="RDP Wrapper Library" ?>
5
- <?define ProductVersion="1.6.1" ?>
+ <?define ProductVersion="1.6.2" ?>
6
<?define ProductCode="37ea5771-3352-4a52-9fac-9297331daebd"?>
7
<?define UpgradeCode="6623f60c-e84f-41e7-a55b-f421165deeb5"?>
8
<?define Manufacturer="Stas'M Corp. and contributors"?>
res/build_wxs.bat
@@ -0,0 +1,3 @@
1
+@echo off
+"%ProgramFiles%\WiX Toolset v3.11\bin\candle" RDPWInst.wxs
+"%ProgramFiles%\WiX Toolset v3.11\bin\light" RDPWInst.wixobj
0 commit comments