Skip to content

Commit

Permalink
Merge branch 'release/1.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
dbernhard committed May 28, 2019
2 parents 9513d2e + 558576e commit 997b5ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions TikaServiceInstaller/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
<UIRef Id="InstallerUI" />

<!-- Properties for TikaServiceDlg.wxs -->
<!-- they may get overwritten when upgrading or uninstalling inside PreviousProperties.wxs -->
<Property Id="SERVICE_PORT" Value="9997" />
<Property Id="SERVICE_HOST" Value="localhost" />
<Property Id='SERVICE_NAME' Value='TikaService' />
Expand Down
4 changes: 2 additions & 2 deletions TikaServiceInstaller/TikaServiceInstaller.wixproj
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@
<PropertyGroup>
<DefineConstants>BasePath=$(ProjectDir)\TikaServiceDownload;BuildVersion=$(BuildVersion);BuildVersionExact=$(BuildVersionExact)</DefineConstants>
</PropertyGroup>
<DownloadFile SourceUrl="https://github.com/wbicode/TikaService/releases/download/1.0.4/TikaService-1.0.4.zip" DestinationFolder="$(MSBuildProjectDirectory)" Condition="!Exists('TikaService-1.0.4.zip')">
<DownloadFile SourceUrl="https://github.com/wbicode/TikaService/releases/download/1.1.0/TikaService-1.1.0.zip" DestinationFolder="$(MSBuildProjectDirectory)" Condition="!Exists('TikaService-1.1.0.zip')">
<Output TaskParameter="DownloadedFile" ItemName="Content" />
</DownloadFile>
<Unzip SourceFiles="$(ProjectDir)/TikaService-1.0.4.zip" DestinationFolder="$(ProjectDir)/TikaServiceDownload" OverwriteReadOnlyFiles="true" ContinueOnError="true" />
<Unzip SourceFiles="$(ProjectDir)/TikaService-1.1.0.zip" DestinationFolder="$(ProjectDir)/TikaServiceDownload" OverwriteReadOnlyFiles="true" ContinueOnError="true" />
<!-- harvest file components from publish folder-->
<HeatDirectory OutputFile="ComponentsGenerated.wxs" Transforms="neverOverwriteConfigs.xslt" DirectoryRefId="INSTALLFOLDER" ComponentGroupName="PublishedComponents" SuppressCom="true" Directory="$(ProjectDir)\TikaServiceDownload" SuppressFragments="true" SuppressRegistry="true" SuppressRootDirectory="true" AutoGenerateGuids="false" GenerateGuidsNow="true" ToolPath="$(WixToolPath)" PreprocessorVariable="var.BasePath" />
</Target>
Expand Down

0 comments on commit 997b5ed

Please sign in to comment.