Hello,

I would like to ask if anyone knows how to add icon in the application using QT Installer Framework.

<?xml version="1.0" encoding="UTF-8"?>
<Installer>
<Name>Note</Name>
<Version>1.0.0</Version>
<Title>Note</Title>
<Publisher>Note</Publisher>
<InstallerWindowIcon>Note1.png</InstallerWindowIcon>
<InstallerApplicationIcon>Note2.png</InstallerApplicationIcon>
<Logo>Note3.png</Logo>
<!-- Directory name is used in component.xml -->
<StartMenuDir>Note</StartMenuDir>
<TargetDir>@HomeDir@/Note</TargetDir>
</Installer>

In my config.xml I already add the installerwindowicon but still failed.

Please help.