File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<Wix xmlns =" http://schemas.microsoft.com/wix/2006/wi" xmlns : util =" http://schemas.microsoft.com/wix/UtilExtension" >
3
- <Product Id =" *" Name =" WorkloadTools" Language =" 1033" Version =" 1.0.0.0" Manufacturer =" sqlconsulting.it" UpgradeCode =" EF0F1905-E03F-4634-BB2E-3A5C3369AB23" >
3
+ <?include ProductVersion .wxi?>
4
+ <Product Id =" *" Name =" WorkloadTools" Language =" 1033" Version =" $(var.ProductVersion)" Manufacturer =" sqlconsulting.it" UpgradeCode =" EF0F1905-E03F-4634-BB2E-3A5C3369AB23" >
4
5
<Package InstallerVersion =" 200" Compressed =" yes" InstallScope =" perMachine" />
5
6
6
7
<MajorUpgrade AllowDowngrades =" yes" />
Original file line number Diff line number Diff line change
1
+ <Include >
2
+ <?define ProductVersion =1.0.2?>
3
+ </Include >
Original file line number Diff line number Diff line change 22
22
<Compile Include =" harvest.wxs" />
23
23
<Compile Include =" Product.wxs" />
24
24
</ItemGroup >
25
- <ItemGroup >
26
- <Content Include =" ExcludeNonRelease.xsl" />
27
- </ItemGroup >
28
25
<ItemGroup >
29
26
<ProjectReference Include =" ..\SqlWorkload\SqlWorkload.csproj" >
30
27
<Name >SqlWorkload</Name >
36
33
<RefTargetDir >INSTALLFOLDER</RefTargetDir >
37
34
</ProjectReference >
38
35
</ItemGroup >
36
+ <ItemGroup >
37
+ <Content Include =" ProductVersion.wxi" />
38
+ </ItemGroup >
39
39
<Import Project =" $(WixTargetsPath)" Condition =" '$(WixTargetsPath)' != '' " />
40
40
<Import Project =" $(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets" Condition =" '$(WixTargetsPath)' == '' AND Exists('$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets') " />
41
41
<Target Name =" EnsureWixToolsetInstalled" Condition =" '$(WixTargetsImported)' != 'true' " >
You can’t perform that action at this time.
0 commit comments