mirror of
https://github.com/stascorp/rdpwrap.git
synced 2024-11-09 17:58:20 +00:00
MSI: Move WiX script to res directory and update it
This commit is contained in:
parent
5ad550638e
commit
ba75e65dac
5
.gitignore
vendored
5
.gitignore
vendored
@ -10,3 +10,8 @@ __history/
|
|||||||
*.dcu
|
*.dcu
|
||||||
*.exe
|
*.exe
|
||||||
*.dll
|
*.dll
|
||||||
|
*.msi
|
||||||
|
|
||||||
|
# MSI local stuff
|
||||||
|
*.wixobj
|
||||||
|
*.wixpdb
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
|
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
|
||||||
<?define ProductName="RDP Wrapper Library" ?>
|
<?define ProductName="RDP Wrapper Library" ?>
|
||||||
<?define ProductVersion="1.6.1" ?>
|
<?define ProductVersion="1.6.2" ?>
|
||||||
<?define ProductCode="37ea5771-3352-4a52-9fac-9297331daebd"?>
|
<?define ProductCode="37ea5771-3352-4a52-9fac-9297331daebd"?>
|
||||||
<?define UpgradeCode="6623f60c-e84f-41e7-a55b-f421165deeb5"?>
|
<?define UpgradeCode="6623f60c-e84f-41e7-a55b-f421165deeb5"?>
|
||||||
<?define Manufacturer="Stas'M Corp. and contributors"?>
|
<?define Manufacturer="Stas'M Corp. and contributors"?>
|
3
res/build_wxs.bat
Normal file
3
res/build_wxs.bat
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
@echo off
|
||||||
|
"%ProgramFiles%\WiX Toolset v3.11\bin\candle" RDPWInst.wxs
|
||||||
|
"%ProgramFiles%\WiX Toolset v3.11\bin\light" RDPWInst.wixobj
|
Loading…
Reference in New Issue
Block a user