|
1 |
| -<?xml version="1.0" encoding="UTF-8"?> |
2 |
| -<?define version="2.0.0.0"?> |
3 |
| -<?define UpgradeCode="a580c04f-caec-4e18-9134-c4b8f1c8f1be"?> |
4 |
| -<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"> |
5 |
| - <Product Id="*" |
6 |
| - Name="cli-netlite" |
7 |
| - Language="1033" |
8 |
| - Version="$(var.version)" |
9 |
| - Manufacturer="David Kornel" |
10 |
| - UpgradeCode="$(var.UpgradeCode)"> |
11 |
| - |
12 |
| - <Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" /> |
13 |
| - <Media Id="1" Cabinet="clinetlite.cab" EmbedCab="yes" /> |
14 |
| - |
15 |
| - <WixVariable Id="WixUILicenseRtf" Value="/LICENSE.rtf" /> |
16 |
| - |
17 |
| - <MajorUpgrade |
18 |
| - AllowDowngrades="no" DowngradeErrorMessage="A later version of [ProductName] is already installed. Setup will now exit." |
19 |
| - AllowSameVersionUpgrades="yes" |
20 |
| - Schedule="afterInstallInitialize" |
21 |
| - /> |
22 |
| - |
23 |
| - <UI> |
24 |
| - <UIRef Id="Custom_WixUI_Minimal"/> |
25 |
| - </UI> |
26 |
| - |
27 |
| - <Feature Id="ProductFeature" Title="cli-netlite" Level="1"> |
28 |
| - <ComponentGroupRef Id="ProductComponents" /> |
29 |
| - </Feature> |
30 |
| - </Product> |
31 |
| - |
32 |
| - <Fragment> |
33 |
| - <Directory Id="TARGETDIR" Name="SourceDir"> |
34 |
| - <Directory Id="ProgramFilesFolder"> |
35 |
| - <Directory Id="INSTALLFOLDER" Name="CliNetlite"/> |
36 |
| - </Directory> |
37 |
| - </Directory> |
38 |
| - </Fragment> |
39 |
| - |
40 |
| - <Fragment> |
41 |
| - <ComponentGroup Id="ProductComponents" Directory="INSTALLFOLDER"> |
42 |
| - <Component Id="SenderExe" Guid="36195613-0263-44f0-ac1a-0d3e33a5ed1d"> |
43 |
| - <File Id="SenderExecutable" Source="..\Sender\bin\Debug\cli-netlite-sender.exe" KeyPath="yes" Vital="yes" System="yes"/> |
44 |
| - </Component> |
45 |
| - <Component Id="ReceiverExe" Guid="4ec83438-b3a8-4955-ba9b-a003efdd5ee1"> |
46 |
| - <File Id="ReceiverExecutable" Source="..\Receiver\bin\Debug\cli-netlite-receiver.exe" KeyPath="yes" Vital="yes" System="yes"/> |
47 |
| - </Component> |
48 |
| - <Component Id="ConnectorExe" Guid="b146d03d-7942-4fd3-bdc4-245c25a95e4b"> |
49 |
| - <File Id="ConnectorExecutable" Source="..\Connector\bin\Debug\cli-netlite-connector.exe" KeyPath="yes" Vital="yes" System="yes"/> |
50 |
| - </Component> |
51 |
| - <Component Id="ClientLib.dll"> |
52 |
| - <File Id="ClientLib.dll" Source="..\ClientLib\bin\Debug\ClientLib.dll" KeyPath="yes" Checksum="yes"/> |
53 |
| - </Component> |
54 |
| - <Component Id="Amqp.Net.dll"> |
55 |
| - <File Id="Amqp.Net.dll" Source="..\ClientLib\bin\Debug\Amqp.Net.dll" KeyPath="yes" Checksum="yes"/> |
56 |
| - </Component> |
57 |
| - <Component Id="NDesk.Options.dll"> |
58 |
| - <File Id="NDesk.Options.dll" Source="..\ClientLib\bin\Debug\NDesk.Options.dll" KeyPath="yes" Checksum="yes"/> |
59 |
| - </Component> |
60 |
| - <Component Id="ClientLibNetCore.dll"> |
61 |
| - <File Id="ClientLibNetCore.dll" Source="..\ClientLibNetCore\bin\Debug\netcoreapp2.0\ClientLibNetCore.dll" KeyPath="yes" Checksum="yes"/> |
62 |
| - </Component> |
63 |
| - <Component Id="NetCoreSender.dll"> |
64 |
| - <File Id="SenderCoreExecutable.dll" Source="..\NetCoreSender\bin\Debug\netcoreapp2.0\cli-netlite-core-sender.dll" KeyPath="yes" Checksum="yes"/> |
65 |
| - </Component> |
66 |
| - <Component Id="NetCoreReceiver.dll"> |
67 |
| - <File Id="ReceiverCoreExecutable.dll" Source="..\NetCoreReceiver\bin\Debug\netcoreapp2.0\cli-netlite-core-receiver.dll" KeyPath="yes" Checksum="yes"/> |
68 |
| - </Component> |
69 |
| - <Component Id="NetCoreConnector.dll"> |
70 |
| - <File Id="ConnectorCoreExecutable.dll" Source="..\NetCoreConnector\bin\Debug\netcoreapp2.0\cli-netlite-core-connector.dll" KeyPath="yes" Checksum="yes"/> |
71 |
| - </Component> |
72 |
| - <Component Id="NetCoreSenderRunner.dll"> |
73 |
| - <File Id="SenderCoreExecutableRunner.dll" Source="..\NetCoreSender\bin\Debug\netcoreapp2.0\cli-netlite-core-sender.runtimeconfig.json" KeyPath="yes" Checksum="yes"/> |
74 |
| - </Component> |
75 |
| - <Component Id="NetCoreReceiverRunner.dll"> |
76 |
| - <File Id="ReceiverCoreExecutableRunner.dll" Source="..\NetCoreReceiver\bin\Debug\netcoreapp2.0\cli-netlite-core-receiver.runtimeconfig.json" KeyPath="yes" Checksum="yes"/> |
77 |
| - </Component> |
78 |
| - <Component Id="NetCoreConnectorRunner.dll"> |
79 |
| - <File Id="ConnectorCoreExecutableRunner.dll" Source="..\NetCoreConnector\bin\Debug\netcoreapp2.0\cli-netlite-core-connector.runtimeconfig.json" KeyPath="yes" Checksum="yes"/> |
80 |
| - </Component> |
81 |
| - <Component Id="NetCoreSenderDeps.dll"> |
82 |
| - <File Id="SenderCoreExecutableDeps.dll" Source="..\NetCoreSender\bin\Debug\netcoreapp2.0\cli-netlite-core-sender.deps.json" KeyPath="yes" Checksum="yes"/> |
83 |
| - </Component> |
84 |
| - <Component Id="NetCoreReceiverDeps.dll"> |
85 |
| - <File Id="ReceiverCoreExecutableDeps.dll" Source="..\NetCoreReceiver\bin\Debug\netcoreapp2.0\cli-netlite-core-receiver.deps.json" KeyPath="yes" Checksum="yes"/> |
86 |
| - </Component> |
87 |
| - <Component Id="NetCoreConnectorDeps.dll"> |
88 |
| - <File Id="ConnectorCoreExecutableDeps.dll" Source="..\NetCoreConnector\bin\Debug\netcoreapp2.0\cli-netlite-core-connector.deps.json" KeyPath="yes" Checksum="yes"/> |
89 |
| - </Component> |
90 |
| - <Component Id="jsonLib"> |
91 |
| - <File Id="jsonLib" Source="../packages/Newtonsoft.Json.10.0.3/lib/netstandard1.3/Newtonsoft.Json.dll" KeyPath="yes" Checksum="yes"/> |
92 |
| - </Component> |
93 |
| - <Component Id="SetEnvPath" |
94 |
| - Guid="{016cb18d-0357-425b-90a8-caf1826ddee6}"> |
95 |
| - <CreateFolder /> |
96 |
| - <Environment Id="PATH" Name="PATH" Value="[INSTALLFOLDER]" Permanent="no" Part="last" Action="set" System="yes" /> |
97 |
| - </Component> |
98 |
| - </ComponentGroup> |
99 |
| - </Fragment> |
100 |
| - |
101 |
| - <Fragment> |
102 |
| - <Feature Id="MainApplication" Title="Main Application" Level="1"> |
103 |
| - <ComponentRef Id="ClientLib.dll" /> |
104 |
| - <ComponentRef Id="Amqp.Net.dll" /> |
105 |
| - <ComponentRef Id="NDesk.Options.dll" /> |
106 |
| - <ComponentRef Id="SenderExe" /> |
107 |
| - <ComponentRef Id="ReceiverExe" /> |
108 |
| - <ComponentRef Id="ConnectorExe"/> |
109 |
| - <ComponentRef Id="ClientLibNetCore.dll"/> |
110 |
| - <ComponentRef Id="SenderCoreExecutable.dll"/> |
111 |
| - <ComponentRef Id="ConnectorCoreExecutable.dll"/> |
112 |
| - <ComponentRef Id="ReceiverCoreExecutable.dll"/> |
113 |
| - <ComponentRef Id="SenderCoreExecutableRunner.dll"/> |
114 |
| - <ComponentRef Id="ConnectorCoreExecutableRunner.dll"/> |
115 |
| - <ComponentRef Id="ReceiverCoreExecutableRunner.dll"/> |
116 |
| - <ComponentRef Id="SenderCoreExecutableDeps.dll"/> |
117 |
| - <ComponentRef Id="ConnectorCoreExecutableDeps.dll"/> |
118 |
| - <ComponentRef Id="ReceiverCoreExecutableDeps.dll"/> |
119 |
| - <ComponentRef Id="jsonLib"/> |
120 |
| - </Feature> |
121 |
| - </Fragment> |
122 |
| -</Wix> |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<?define version="2.0.1"?> |
| 3 | +<?define UpgradeCode="a580c04f-caec-4e18-9134-c4b8f1c8f1be"?> |
| 4 | +<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"> |
| 5 | + <Product Id="*" |
| 6 | + Name="cli-netlite" |
| 7 | + Language="1033" |
| 8 | + Version="$(var.version)" |
| 9 | + Manufacturer="David Kornel" |
| 10 | + UpgradeCode="$(var.UpgradeCode)"> |
| 11 | + |
| 12 | + <Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" /> |
| 13 | + <Media Id="1" Cabinet="clinetlite.cab" EmbedCab="yes" /> |
| 14 | + |
| 15 | + <WixVariable Id="WixUILicenseRtf" Value="/LICENSE.rtf" /> |
| 16 | + |
| 17 | + <MajorUpgrade |
| 18 | + AllowDowngrades="no" DowngradeErrorMessage="A later version of [ProductName] is already installed. Setup will now exit." |
| 19 | + AllowSameVersionUpgrades="yes" |
| 20 | + Schedule="afterInstallInitialize" |
| 21 | + /> |
| 22 | + |
| 23 | + <UI> |
| 24 | + <UIRef Id="Custom_WixUI_Minimal"/> |
| 25 | + </UI> |
| 26 | + |
| 27 | + <Feature Id="ProductFeature" Title="cli-netlite" Level="1"> |
| 28 | + <ComponentGroupRef Id="ProductComponents" /> |
| 29 | + </Feature> |
| 30 | + </Product> |
| 31 | + |
| 32 | + <Fragment> |
| 33 | + <Directory Id="TARGETDIR" Name="SourceDir"> |
| 34 | + <Directory Id="ProgramFilesFolder"> |
| 35 | + <Directory Id="INSTALLFOLDER" Name="CliNetlite"/> |
| 36 | + </Directory> |
| 37 | + </Directory> |
| 38 | + </Fragment> |
| 39 | + |
| 40 | + <Fragment> |
| 41 | + <ComponentGroup Id="ProductComponents" Directory="INSTALLFOLDER"> |
| 42 | + <Component Id="SenderExe" Guid="36195613-0263-44f0-ac1a-0d3e33a5ed1d"> |
| 43 | + <File Id="SenderExecutable" Source="..\Sender\bin\Debug\cli-netlite-sender.exe" KeyPath="yes" Vital="yes" System="yes"/> |
| 44 | + </Component> |
| 45 | + <Component Id="ReceiverExe" Guid="4ec83438-b3a8-4955-ba9b-a003efdd5ee1"> |
| 46 | + <File Id="ReceiverExecutable" Source="..\Receiver\bin\Debug\cli-netlite-receiver.exe" KeyPath="yes" Vital="yes" System="yes"/> |
| 47 | + </Component> |
| 48 | + <Component Id="ConnectorExe" Guid="b146d03d-7942-4fd3-bdc4-245c25a95e4b"> |
| 49 | + <File Id="ConnectorExecutable" Source="..\Connector\bin\Debug\cli-netlite-connector.exe" KeyPath="yes" Vital="yes" System="yes"/> |
| 50 | + </Component> |
| 51 | + <Component Id="ClientLib.dll"> |
| 52 | + <File Id="ClientLib.dll" Source="..\ClientLib\bin\Debug\ClientLib.dll" KeyPath="yes" Checksum="yes"/> |
| 53 | + </Component> |
| 54 | + <Component Id="Amqp.Net.dll"> |
| 55 | + <File Id="Amqp.Net.dll" Source="..\ClientLib\bin\Debug\Amqp.Net.dll" KeyPath="yes" Checksum="yes"/> |
| 56 | + </Component> |
| 57 | + <Component Id="NDesk.Options.dll"> |
| 58 | + <File Id="NDesk.Options.dll" Source="..\ClientLib\bin\Debug\NDesk.Options.dll" KeyPath="yes" Checksum="yes"/> |
| 59 | + </Component> |
| 60 | + <Component Id="SetEnvPath" |
| 61 | + Guid="{016cb18d-0357-425b-90a8-caf1826ddee6}"> |
| 62 | + <CreateFolder /> |
| 63 | + <Environment Id="PATH" Name="PATH" Value="[INSTALLFOLDER]" Permanent="no" Part="last" Action="set" System="yes" /> |
| 64 | + </Component> |
| 65 | + </ComponentGroup> |
| 66 | + </Fragment> |
| 67 | + |
| 68 | + <Fragment> |
| 69 | + <Feature Id="MainApplication" Title="Main Application" Level="1"> |
| 70 | + <ComponentRef Id="ClientLib.dll" /> |
| 71 | + <ComponentRef Id="Amqp.Net.dll" /> |
| 72 | + <ComponentRef Id="NDesk.Options.dll" /> |
| 73 | + <ComponentRef Id="SenderExe" /> |
| 74 | + <ComponentRef Id="ReceiverExe" /> |
| 75 | + <ComponentRef Id="ConnectorExe"/> |
| 76 | + </Feature> |
| 77 | + </Fragment> |
| 78 | + |
| 79 | +</Wix> |
0 commit comments