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

Installer keep downloading from repository though provided in installer binary

    XMLWordPrintable

Details

    • Windows
    • Qt Installer Sprint 57

    Description

      So I'm building an installer by including componentA with version 2.0.7 to the installer by running

      C:/Qt/QtIFW-4.1.0/bin/binarycreator.exe -c config/config.xml -i componentA -p packages "installer.exe" -v
      

      in the same time I build the repository as well for componentA with same version (2.0.7) by running

      C:/Qt/QtIFW-4.1.0/bin/repogen.exe -i componentA -v -p packages repository

      then upload it to server

       

      The issue is when I'm running the installer instead of using componentA from installer binary, it download from repository, though the version in repository is not GREATER but EQUAL

       

      Case:

      if local component version 2.0.6 and repo component version 2.0.7 it will download from repo (expected)

       

      if local component version 2.0.8 and repo component version 2.0.7 it will use component from installer binary (expected)

       

      if local component version 2.0.7 and repo component version 2.0.7 it should use component from installer binary, but it will download from repository instead (unexpected)

      Attachments

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

        Activity

          People

            arttu.tarkiainen Arttu Tarkiainen
            dyan02 Ardy Wongso
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes