Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. How to Include K-Lite Codec Pack Installation in My Qt Application Installer for Windows?
Forum Updated to NodeBB v4.3 + New Features

How to Include K-Lite Codec Pack Installation in My Qt Application Installer for Windows?

Scheduled Pinned Locked Moved Solved Installation and Deployment
4 Posts 3 Posters 706 Views 2 Watching
  • 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.
  • T Offline
    T Offline
    thmsdavidsons
    wrote on last edited by
    #1

    Hello everyone,

    I have developed a Qt application that I am preparing to distribute for Windows PCs. My application requires the K-Lite Codec Pack to function properly. I am using a tool to create an installer for my application, and I need to include the K-Lite Codec Pack installation process as part of this installer.

    Could someone please guide me on how to:

    Integrate the K-Lite Codec Pack installation into my application's installer, either before or after my application is installed.
    Ensure a seamless installation experience for users, ideally with minimal additional steps required from them.
    Any advice on specific tools, scripts, or methods to achieve this would be greatly appreciated. Thank you in advance for your help!

    Best regards

    1 Reply Last reply
    0
    • l3u_L Offline
      l3u_L Offline
      l3u_
      wrote on last edited by
      #2

      I create the Windows installer for one of my projects with NSIS: https://nsis.sourceforge.io/
      Works nice, is quite easy and the result looks like what Windows users would expect an installer to be.

      T 1 Reply Last reply
      0
      • Christian EhrlicherC Christian Ehrlicher moved this topic from General and Desktop on
      • l3u_L l3u_

        I create the Windows installer for one of my projects with NSIS: https://nsis.sourceforge.io/
        Works nice, is quite easy and the result looks like what Windows users would expect an installer to be.

        T Offline
        T Offline
        thmsdavidsons
        wrote on last edited by
        #3

        @l3u_
        Thank you for the information! I'm looking for some specific tricks to implement this in the Qt Installer Framework. If there are any reliable methods or workarounds, I'd prefer to stick with Qt. However, if I don't find any suitable solutions, I'll consider using NSIS.

        Any insights or examples would be greatly appreciated.

        Thanks again!

        1 Reply Last reply
        0
        • cristian-adamC Online
          cristian-adamC Online
          cristian-adam
          wrote on last edited by
          #4

          If you are using CMake to build your Qt Application, you could think of using cpack.

          In the cpack generators you have both NSIS and the Qt Installer Framework (IFW), and also WIX.

          See also Qt's CMake deployment API for more details.

          1 Reply Last reply
          0
          • T thmsdavidsons has marked this topic as solved on

          • Login

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