Skip to content

Commit ba75e65

Browse files
committed
MSI: Move WiX script to res directory and update it
1 parent 5ad5506 commit ba75e65

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,8 @@ __history/
1010
*.dcu
1111
*.exe
1212
*.dll
13+
*.msi
14+
15+
# MSI local stuff
16+
*.wixobj
17+
*.wixpdb

RDPWInst.wxs res/RDPWInst.wxs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
44
<?define ProductName="RDP Wrapper Library" ?>
5-
<?define ProductVersion="1.6.1" ?>
5+
<?define ProductVersion="1.6.2" ?>
66
<?define ProductCode="37ea5771-3352-4a52-9fac-9297331daebd"?>
77
<?define UpgradeCode="6623f60c-e84f-41e7-a55b-f421165deeb5"?>
88
<?define Manufacturer="Stas'M Corp. and contributors"?>

res/build_wxs.bat

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
@echo off
2+
"%ProgramFiles%\WiX Toolset v3.11\bin\candle" RDPWInst.wxs
3+
"%ProgramFiles%\WiX Toolset v3.11\bin\light" RDPWInst.wixobj

0 commit comments

Comments
 (0)