Skip to content

Commit 9dace94

Browse files
author
Vlad Ionescu
committed
including user-guide and api-guide pdfs in installer
1 parent 1f89311 commit 9dace94

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

src/wix/dotnet-client-merge-module.wxs.in

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,7 @@
147147
</Component>
148148
</Directory>
149149

150-
<!-- exclude pdfs for the moment -->
151-
<!--
152-
<Directory Id='PdfFolder' Name='pdf' FileSource='build\doc\pdf\'>
150+
<Directory Id='PdfFolder' Name='pdf' FileSource='releases\rabbitmq-dotnet-client\v@VERSION@\'>
153151
<Component Id='PdfApiDocumentation' Guid='018D0FDF-9B7F-4C44-9072-A1030336B076'>
154152
<File Id='ApiGuidePdf' Name='apiguide.pdf' LongName='rabbitmq-dotnet-client-@[email protected]' Vital='yes'>
155153
<Shortcut Id='PdfApiDocShortcut' Directory='DOTNET_CLIENT_MENU_DIR' Name='ApiPdf' LongName='Autogenerated API documentation (PDF)' />
@@ -162,7 +160,6 @@
162160
</File>
163161
</Component>
164162
</Directory>
165-
-->
166163
</Directory>
167164

168165
<Directory Id='ProgramMenuFolder' Name='PMenu'>

src/wix/dotnet-client-product.wxs.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</Directory>
2323
</Directory>
2424

25-
<Feature Id='MainFeature' Level='1' Title='RabbitMQ .NET Client @VERSION@' Description='RabbitMQ .NET Client Library, Autogenerated Documentation and C# Examples' ConfigurableDirectory='DOTNET_CLIENT_INSTALLDIR'>
25+
<Feature Id='MainFeature' Level='1' Title='RabbitMQ .NET Client @VERSION@' Description='RabbitMQ .NET Client Library and User Guide, Autogenerated API Documentation and C# Examples' ConfigurableDirectory='DOTNET_CLIENT_INSTALLDIR'>
2626
<MergeRef Id='DotNetClientModule' />
2727
</Feature>
2828

0 commit comments

Comments
 (0)