File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -231,6 +231,7 @@ function dist-target-framework {
231
231
$MSBUILD RabbitMQDotNetClient.sln /t:Build /property:Configuration=" Release"
232
232
233
233
# ## Copy bin files to be zipped to tmp/dist/
234
+ cp projects/client/RabbitMQ.Client/build/bin/RabbitMQ.Client.xml tmp/dist/bin/
234
235
cp projects/client/RabbitMQ.Client/build/bin/RabbitMQ.Client.dll tmp/dist/bin/
235
236
for example in $( ls projects/examples/client) ; do
236
237
cp projects/examples/client/$example /build/bin/$example .exe tmp/dist/bin/
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<Wix xmlns =" http://schemas.microsoft.com/wix/2003/01/wi" >
3
3
<Module Id =' DotNetClientModule' Guid =' 97DB49A3-B75E-4AE1-B01A-DFC8E335F866' Language =' 1033' Codepage =' 1252' Version =' @VERSION@' >
4
- <Package Id =' ????????-????-????-????-????????????' Description =' RabbitMQ .NET Client @VERSION@' Manufacturer =' LShift Ltd.' InstallerVersion =' 150' Languages =' 1033' Compressed =' yes' SummaryCodepage =' 1252' />
4
+ <Package Id =' ????????-????-????-????-????????????' Description =' RabbitMQ .NET Client @VERSION@' Manufacturer =' Rabbit Technologies Ltd.' InstallerVersion =' 150' Languages =' 1033' Compressed =' yes' SummaryCodepage =' 1252' />
5
5
6
6
<Directory Id =' TARGETDIR' Name =' SourceDir' >
7
7
<!-- Note that RabbitMQ.Client.dll has to appear twice
18
18
<Component Id =' ClientLibraryBin' Guid =' 83A1DE00-CCB6-42C2-BD14-FBAEDDBC50E8' >
19
19
<CreateFolder />
20
20
<
File Id =
' RabbitMQClientDllBin' Name =
' RMQClnt.dll' LongName =
' RabbitMQ.Client.dll' Vital =
' yes' KeyPath =
' yes' Source =
' ..\tmp\unzip\rabbitmq-dotnet-client-@[email protected] \bin\RabbitMQ.Client.dll' />
21
+ <
File Id =
' RabbitMQClientDllXml' Name =
' RMQClnt.xml' LongName =
' RabbitMQ.Client.xml' Vital =
' yes' Source =
' ..\tmp\unzip\rabbitmq-dotnet-client-@[email protected] \bin\RabbitMQ.Client.xml' />
21
22
<Registry Id =' RabbitMQAssemblyFolderReg' Action =' createKeyAndRemoveKeyOnUninstall' Key =' SOFTWARE\Microsoft\.NETFramework\AssemblyFolders\RabbitMQ' Root =' HKLM' >
22
23
<Registry Id =' RabbitMQAssemblyFolderRegVal' Action =' write' Type =' string' Value =' [BinFolder]' />
23
24
</Registry >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<Wix xmlns =" http://schemas.microsoft.com/wix/2003/01/wi" >
3
3
<Product Name =' RabbitMQ .NET Client @VERSION@' Id =' 23B1A788-647D-4414-B1C6-028DAC04F761' Language =' 1033' Codepage =' 1252' Version =' @VERSION@' Manufacturer =' LShift Ltd.' UpgradeCode =' 904A1129-A675-44F9-9FBD-5CE979698179' >
4
- <Package Id =' ????????-????-????-????-????????????' Description =' RabbitMQ .NET Client @VERSION@ for .NET 2.0' Manufacturer =' LShift Ltd.' InstallerVersion =' 150' Languages =' 1033' Compressed =' yes' SummaryCodepage =' 1252' />
4
+ <Package Id =' ????????-????-????-????-????????????' Description =' RabbitMQ .NET Client @VERSION@ for .NET 2.0' Manufacturer =' Rabbit Technologies Ltd.' InstallerVersion =' 150' Languages =' 1033' Compressed =' yes' SummaryCodepage =' 1252' />
5
5
6
6
<Condition Message =" You need to be an administrator to install this product." >
7
7
Privileged
You can’t perform that action at this time.
0 commit comments