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. Problems in Qt Installer Framework

Problems in Qt Installer Framework

Scheduled Pinned Locked Moved Solved Installation and Deployment
qt installer frconfig.xmllogo
5 Posts 2 Posters 1.5k 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.
  • O Offline
    O Offline
    oxchen
    wrote on 21 Apr 2016, 08:54 last edited by
    #1

    In this frame made out of the interface, I think in the upper left corner to add program icons. How to configure config.xml or what other way?

    L 1 Reply Last reply 21 Apr 2016, 09:14
    0
    • O oxchen
      21 Apr 2016, 08:54

      In this frame made out of the interface, I think in the upper left corner to add program icons. How to configure config.xml or what other way?

      L Offline
      L Offline
      luca
      wrote on 21 Apr 2016, 09:14 last edited by
      #2

      @oxchen Hi, if I understand your question, that's the solution:

      <InstallerWindowIcon>yourimage</InstallerWindowIcon>
          <InstallerApplicationIcon>yourimage</InstallerApplicationIcon>
      

      put that in you config.xml .
      "yourimage" is the image filename without extension.

      You can find more info on:
      http://doc.qt.io/qtinstallerframework/ifw-globalconfig.html

      1 Reply Last reply
      0
      • O Offline
        O Offline
        oxchen
        wrote on 21 Apr 2016, 09:50 last edited by oxchen
        #3

        @luca
        s----------------------------------------------------------------------------------------------------------------
        s|--- 1 ---------------------------------------------------------------------------------------------------- X |
        s|--------------------------------------------------------------------------------------------------------------|
        s| 2image png --(program name)------------------------------------------------------------------|
        s|--------------------------------------------------------------------------------------------------------------|
        s|--------------------------------------------------------------------------------------------------------------|
        s|--------------------------------------------------------------------------------------------------------------|
        s|--------------------------------------------------------------------------------------------------------------|
        s|-------------------------------------------content--------------------------------------------------------|
        s|--------------------------------------------------------------------------------------------------------------|
        s|--------------------------------------------------------------------------------------------------------------|
        s|--------------------------------------------------------------------------------------------------------------|
        s|--------------------------------------------------------------------------------- pre next----------------|
        s--------------------------------------------------------------------------------------------------------------------

        Thank you for your answer, but according to your solution, now image is in 2 place, but I need to put the image in 1 place

        1 Reply Last reply
        0
        • L Offline
          L Offline
          luca
          wrote on 21 Apr 2016, 10:08 last edited by
          #4

          In my installer I also use:

          <WizardStyle>Modern</WizardStyle>
          <Logo>../../logo.png</Logo> 
          

          that way I have logo where you have image 2.

          O 1 Reply Last reply 22 Apr 2016, 01:56
          0
          • L luca
            21 Apr 2016, 10:08

            In my installer I also use:

            <WizardStyle>Modern</WizardStyle>
            <Logo>../../logo.png</Logo> 
            

            that way I have logo where you have image 2.

            O Offline
            O Offline
            oxchen
            wrote on 22 Apr 2016, 01:56 last edited by
            #5

            @luca Thank you for your answer, the problem has been solved

            1 Reply Last reply
            0

            3/5

            21 Apr 2016, 09:50

            • Login

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