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. Can't change icon of QT installer
Forum Updated to NodeBB v4.3 + New Features

Can't change icon of QT installer

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
qtifw
2 Posts 2 Posters 2.1k 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.
  • AmrCoderA Offline
    AmrCoderA Offline
    AmrCoder
    wrote on last edited by koahnig
    #1

    Hello,
    I create a simple installer to my Qt app using Qt installer framework, but i have a problem change the Installer icon i use this config.xml file

    <?xml version="1.0" encoding="UTF-8"?>
    <Installer>
        <Name>Test my app</Name>
        <Version>0.1.2</Version>
        <Title>Installer Test</Title>
        <Publisher>Me not them</Publisher>
        <!-- Directory name is used in component.xml -->
        <StartMenuDir>I said my app</StartMenuDir>
        <TargetDir>@HomeDir@/TestApp</TargetDir>
    	
    	<InstallerWindowIcon>logo_o.ico</InstallerWindowIcon>
        <InstallerApplicationIcon>logo_o.ico</InstallerApplicationIcon>
    	<Logo>50x50.png</Logo>
    	<Background>50x502.png</Background>
    	<WizardStyle>Modern</WizardStyle>
    	
    </Installer>
    
    

    everything looks fine the logo and so on, but the installer icon not changed at all so what is the mistake i made for that.
    Thanks in advance.

    [koahing: moved post]

    1 Reply Last reply
    0
    • M Offline
      M Offline
      mchinand
      wrote on last edited by
      #2

      Try it with just 'logo_o'

      InstallerApplicationIcon: "Filename for a custom installer icon. The actual file is looked up by attaching a '.icns' (OS X), '.ico' (Windows). No functionality on Unix."

      http://doc.qt.io/qtinstallerframework/ifw-globalconfig.html

      1 Reply Last reply
      1

      • Login

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