inno-setup OR javafx packager changes my desktop icon, jagged edges -
so i'm using innosetup javafxpackager, specify desktop icon (.ico) in iss file 'setupiconfile'.
after installing application (win7) icon on desktop has jagged edges. @ first thought wrong icon, if right-click icon , change icon file specified in iss file, has crispy clean edges.
so i'm guessing either inno-setup, or javafxpackager icon (tried manner of sizes , multi-layered ico files btw). , i'm guessing chances higher has inno-setup, since specify icon in iss.
any ideas wrong?
edit: said specify icon 'setupiconfile' didn't correctly in iss file, do:
[files] source: "myapp\myapp.exe"; destdir: "{app}"; flags: ignoreversion source: "myapp\*"; destdir: "{app}"; flags: ignoreversion recursesubdirs createallsubdirs [icons] name: "{group}\myapp"; filename: "{app}\myapp.exe"; iconfilename: "{app}\myapp.ico"; check: returntrue() name: "{userdesktop}\myapp"; filename: "{app}\myapp.exe"; iconfilename: "{app}\myapp.ico"; check: returntrue()
Comments
Post a Comment