Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. How to compress data files separately inside a package with Qt IFW?

How to compress data files separately inside a package with Qt IFW?

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
1 Posts 1 Posters 344 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    Hareen Laks
    wrote on last edited by
    #1

    I'm using Qt Installer Framework to make an online repo and an installer.

    In my project I have 3 different components/packages and each component has multiple files. See the sample folder stucture.

    sample folder structure.

    When I make the repo, Using repogen.exe -p <package_directory> <repository_directory>, all the files inside each component are compressed together and created a large file. If there are folders they compressed separately. For example, all 3 files in component B compressed into a single file.

    repo stucture

    I have problem of uploading a big file to the server and end users complain time to time their installation fails or it takes a long time.

    Is there anyway to force repogen to compress each file separately?

    I mean without compressing to a single large file name 'content'.

    Thanks in advance.

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved