Skip to content

Commit

Permalink
remove build variables from Product.wxs (are in .wixproj)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbernhard committed Mar 26, 2019
1 parent 2eb64cf commit a79d477
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions TikaServiceInstaller/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,7 @@

<?include PreProcessorVariables.wxi ?>

<!-- this version is intended for the actual msi version (no alphabetical characters allowed) -->
<?if $(var.BuildVersion) = '' ?>
<?define BuildVersion = 0.0.0 ?>
<?endif?>

<!-- this represents the exact build version (from azure devops) -->
<?if $(var.BuildVersionExact) = '' ?>
<?define BuildVersionExact = 0.0.0-exact ?>
<?endif?>
<!-- $(var.BuildVersion) and $(var.BuildVersionExact) come from the .wixproj file -->

<!-- ATTENTION: Generate ID for each release! -->
<Product Id="{81069BBB-47A8-46D8-9C30-880536ABE299}"
Expand Down

0 comments on commit a79d477

Please sign in to comment.