Skip to content

Commit

Permalink
MSI: Move WiX script to res directory and update it
Browse files Browse the repository at this point in the history
  • Loading branch information
binarymaster committed Dec 27, 2017
1 parent 5ad5506 commit ba75e65
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .gitignore
Expand Up @@ -10,3 +10,8 @@ __history/
*.dcu
*.exe
*.dll
*.msi

# MSI local stuff
*.wixobj
*.wixpdb
2 changes: 1 addition & 1 deletion RDPWInst.wxs → res/RDPWInst.wxs
Expand Up @@ -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"?>
Expand Down
3 changes: 3 additions & 0 deletions 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

0 comments on commit ba75e65

Please sign in to comment.