Uploaded image for project: 'Qt Installer Framework'
  1. Qt Installer Framework
  2. QTIFW-900

Application version number not updated in Windows registry after update process

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • 2.0.3
    • General
    • None
    • Windows 7

    Description

      The version shown in "Windows Control Panel -> Programs and Features" is not refreshed after the update process.

      I create a new repository for version 1.1.0 and deploy it in my web server, then I run the already installed 1.0.0 version of my app and I get a pop-up saying there is a new version (1.1.0) online available. I accept and update the app, I go to "Windows Control Panel -> Programs and Features" and the old version 1.0.0 is still there.

      [Config.xml for version 1.0.0]

      <?xml version="1.0.0" encoding="UTF-8"?>
      <Installer>
      <Name>My name</Name>
      <Version>1.0.0</Version>
      <Title>My title</Title>
      <Publisher>My publisher</Publisher>
      <TargetDir>@ApplicationsDir@\MyApp</TargetDir>
      <StartMenuDir>My app</StartMenuDir>
      <AllowSpaceInPath>true</AllowSpaceInPath>
      <MaintenanceToolName>Uninstaller</MaintenanceToolName>
      <RepositorySettingsPageVisible>false</RepositorySettingsPageVisible>
      <RemoteRepositories>
      <Repository>
      <Url>http://myurl</Url>
      <DisplayName>Test package repository for Windows</DisplayName>
      </Repository>
      </RemoteRepositories>
      </Installer>

      [Config.xml for version 1.1.0]

      <?xml version="1.1.0" encoding="UTF-8"?>
      <Installer>
      <Name>My name</Name>
      <Version>1.1.0</Version>
      <Title>My title</Title>
      <Publisher>My publisher</Publisher>
      <TargetDir>@ApplicationsDir@\MyApp</TargetDir>
      <StartMenuDir>My app</StartMenuDir>
      <AllowSpaceInPath>true</AllowSpaceInPath>
      <MaintenanceToolName>Uninstaller</MaintenanceToolName>
      <RepositorySettingsPageVisible>false</RepositorySettingsPageVisible>
      <RemoteRepositories>
      <Repository>
      <Url>http://myurl</Url>
      <DisplayName>Test package repository for Windows</DisplayName>
      </Repository>
      </RemoteRepositories>
      </Installer>

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            arttu.tarkiainen Arttu Tarkiainen
            jero Jeronimo Lopez Navarro
            Votes:
            2 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes