Fix Installer Name

This commit is contained in:
Jonathan Jenne
2023-08-03 13:56:29 +02:00
parent 9e2695db5f
commit e14b496773
2 changed files with 3 additions and 6 deletions

View File

@@ -52,7 +52,7 @@
<Output TaskParameter="Value" PropertyName="DefineConstants" />
</CreateProperty>
<!-- Name the .msi file after the solution platform and assembly version e.g TestService-x86-1.4.0.0.msi -->
<CreateProperty Value="$(SolutionName)-$(Platform)-%(AsmInfo.Version)">
<CreateProperty Value="OrgFlow-$(Platform)-%(AsmInfo.Version)">
<Output TaskParameter="Value" PropertyName="TargetName" />
</CreateProperty>
<!-- Name the .wixpdb file after the solution platform and assembly version e.g TestService-x86-1.4.0.0.msi -->