Ticket #165 (closed defect: wontfix)

Opened 17 months ago

Last modified 17 months ago

Product version as 3.10

Reported by: michelpons Owned by: jasper
Priority: trivial Milestone: Maintenance of Phase II
Component: Building distribution Version: 1.2.0.11
Keywords: Cc:

Description

In file COBIA-DevInstaller?.wixproj within folder Installer\COBIA_DevInstaller, the first Property Group reads:

<PropertyGroup?>

<Configuration Condition=" '$(Configuration)' == ">Debug</Configuration>
<Platform Condition=" '$(Platform)' ==
">x64</Platform>
<ProductVersion?>3.10</ProductVersion?>
<ProjectGuid?>2f2be848-2320-4d2b-8f4f-170beefd53f9</ProjectGuid?>
<SchemaVersion?>2.0</SchemaVersion?>
<OutputName?>COBIA-Development</OutputName?>
<OutputType?>Package</OutputType?>

</PropertyGroup?>

To what ProductVersion? as 3.10 is referring to?

Change History

comment:1 Changed 17 months ago by jasper

  • Status changed from new to closed
  • Resolution set to invalid

This is the version of the WIX toolset itself.

comment:2 Changed 17 months ago by michelpons

Then we need to be consistent. It is 3.11 that is referred to later on in the same file:

<Target Name="EnsureWixToolsetInstalled?" Condition=" '$(WixTargetsImported?)' != 'true' ">

<Error Text="The WiX Toolset v3.11 (or newer) build tools must be installed to build this project. To download the WiX Toolset, see http://wixtoolset.org/releases/" />

comment:3 Changed 17 months ago by jasper

The VS WIX add-in administers this file. I would not edit by hand if not needed.

comment:4 Changed 17 months ago by michelpons

Even the error text is administered automatically by Wix add-in?

comment:5 Changed 17 months ago by jasper

The entire .wixproj file is administered by the WIX Visual Studio Add-in. Which error text?

comment:6 Changed 17 months ago by michelpons

<Target Name="EnsureWixToolsetInstalled??" Condition=" '$(WixTargetsImported??)' != 'true' ">

<Error Text="The WiX Toolset v3.11 (or newer) build tools must be installed to build this project. To download the WiX Toolset, see ​http://wixtoolset.org/releases/" />

comment:7 Changed 17 months ago by jasper

Yes - that too.

comment:8 Changed 17 months ago by michelpons

So Wix Add-in is inconsistent but it is not something we can deal with, not worth reporting especially since Wix 3.x is not maintained any more. I think the right resolution status is that we won't fix or just can't fix. Inconsistency is valid as a point.

comment:9 Changed 17 months ago by jasper

  • Status changed from closed to reopened
  • Resolution invalid deleted

comment:10 Changed 17 months ago by jasper

  • Status changed from reopened to closed
  • Resolution set to wontfix

comment:11 Changed 17 months ago by jasper

Re-closed as wontfix.

Note: See TracTickets for help on using tickets.