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. Problem with Inno setup
Forum Updated to NodeBB v4.3 + New Features

Problem with Inno setup

Scheduled Pinned Locked Moved Installation and Deployment
4 Posts 3 Posters 1.1k 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.
  • C Offline
    C Offline
    cosmicway
    wrote on last edited by cosmicway
    #1

    I have a program I want to deploy. It consists of executable + subfolders. I have some files in those subfolders that I want to be included in the final distributable. They don't go in.

    P 1 Reply Last reply
    0
    • jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2
      This post is deleted!
      1 Reply Last reply
      0
      • jsulmJ Offline
        jsulmJ Offline
        jsulm
        Lifetime Qt Champion
        wrote on last edited by
        #3

        I don't think this is related to qt as you use Inno Setup.

        1 Reply Last reply
        0
        • C cosmicway

          I have a program I want to deploy. It consists of executable + subfolders. I have some files in those subfolders that I want to be included in the final distributable. They don't go in.

          P Offline
          P Offline
          Pixtar
          wrote on last edited by Pixtar
          #4

          As jsulm said: Not related to Qt.

          Anyway here a possible solution for your problem:

          [Files]
          Source: bin\*; DestDir: {app}\bin; Flags: ignoreversion recursesubdirs createallsubdirs

          The command will copy all files from the folder "bin" into your installer. For the flags read the Inno Setup documentation.

          Btw. Qt has also the possibility to create installers.
          http://doc.qt.io/qtinstallerframework/ifw-creating-installers.html

          Kind regards,
          Pixtar

          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