File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change 4
4
<Package Id =' ????????-????-????-????-????????????' Description =' RabbitMQ .NET Client @VERSION@' Manufacturer =' LShift Ltd.' InstallerVersion =' 150' Languages =' 1033' Compressed =' yes' SummaryCodepage =' 1252' />
5
5
6
6
<Directory Id =' TARGETDIR' Name =' SourceDir' >
7
- <Component Id =' ClientLibrary' Guid =' 06543EE8-DED2-4C1C-826E-6AAE0B403AF3' >
8
- <File Id =' RabbitMQClientDll' Name =' RMQClnt.dll' LongName =' RabbitMQ.Client.dll' Vital =' yes' Assembly =' .net' KeyPath =' yes' Source =' ..\build\bin\RabbitMQ.Client.dll' />
7
+ <!-- Note that RabbitMQ.Client.dll has to appear twice
8
+ (once for having it copied to Windows\assembly and once for
9
+ having it in our own bin folder).
10
+ This is a bug in WiX 2.0 and will be fixed in WiX 3.0
11
+ (i.e. will only have to be specified once, with Assembly='.net'
12
+ in order to be copied in both places). -->
13
+ <Component Id =' ClientLibraryAssembly' Guid =' 06543EE8-DED2-4C1C-826E-6AAE0B403AF3' >
14
+ <File Id =' RabbitMQClientDllAssembly' Name =' RMQClnt.dll' LongName =' RabbitMQ.Client.dll' Vital =' yes' Assembly =' .net' KeyPath =' yes' Source =' ..\build\bin\RabbitMQ.Client.dll' />
9
15
</Component >
10
16
17
+ <Directory Id =' BinFolder' Name =' bin' >
18
+ <Component Id =' ClientLibraryBin' Guid =' 83A1DE00-CCB6-42C2-BD14-FBAEDDBC50E8' >
19
+ <CreateFolder />
20
+ <File Id =' RabbitMQClientDllBin' Name =' RMQClnt.dll' LongName =' RabbitMQ.Client.dll' Vital =' yes' KeyPath =' yes' Source =' ..\build\bin\RabbitMQ.Client.dll' />
21
+ <Registry Id =' RabbitMQAssemblyFolderReg' Action =' createKeyAndRemoveKeyOnUninstall' Key =' SOFTWARE\Microsoft\.NETFramework\AssemblyFolders\RabbitMQ' Root =' HKLM' >
22
+ <Registry Id =' RabbitMQAssemblyFolderRegVal' Action =' write' Type =' string' Value =' [BinFolder]' />
23
+ </Registry >
24
+ </Component >
25
+ </Directory >
26
+
11
27
<Directory Id =' ExamplesFolder' Name =' examples' >
12
28
<Directory Id =' BinExamplesFolder' Name =' bin' FileSource =' ..\build\bin' >
13
29
<Component Id =' ExampleBinaries' Guid =' 1C270D1C-CD79-49D8-9413-E6211F52B5A8' >
You can’t perform that action at this time.
0 commit comments