← Back to team overview

openlp-core team mailing list archive

[Bug 1488081] Re: has no "DisplayVersion" in uninstaller reg key

 

Just looked the Inno setup iss file over once more and find the
following line odd:

AppID={{AA7699FA-B2D2-43F4-8A70-D497D03C9485}

I owudl have thought that line should be:
AppID={AA7699FA-B2D2-43F4-8A70-D497D03C9485}

i.e. without the doubled-up leading opening curly brace? But hey it used
to work, so maybe that double curly brace was OK?

-- 
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/1488081

Title:
  has no "DisplayVersion" in uninstaller reg key

Status in OpenLP:
  New

Bug description:
  Because it has no "DisplayVersion" set in the uninstaller registry
  key, the windows add/remove cannot show a version number and it shows
  as blank.

  This is a issue for any config management software that wants to know
  what version of this software is installed.

  It is also easily fixed by adding the "AppVersion" value to the
  installer script file.

  I will work on a patch and submit a merge request sometime soon.
  (hopefully still today - after I tested it here first and know that it
  works)

To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/1488081/+subscriptions


References