Jump to content

Icon for .exe file disappears while compiling


Recommended Posts

Hi,

I wrote a script an it works fine. But the Icon i choosed for the .exe File via:

#Region AutoIt3Wrapper directives section

#AutoIt3Wrapper_Icon=My_Icon.ico

#EndRegion AutoIt3Wrapper directives section

disappears while i compile the script:

post-37456-1216974521_thumb.jpg

This is directly after i start to compile the script, the icon is visible.

post-37456-1216974529_thumb.jpg

This is (i think so) after the first big file:

FileInstall("content\big_file1.zip","C:\big_file1.zip")

is added to the .exe

Although after finisching the compilation the icon is not visible:

post-37456-1216974547_thumb.jpg

I googled so much, but i cant't find a solution for my Problem :P

So i hope someone can help me :P

Greets Bouni

Link to comment
Share on other sites

Hi,

I wrote a script an it works fine. But the Icon i choosed for the .exe File via:

disappears while i compile the script:

post-37456-1216974521_thumb.jpg

This is directly after i start to compile the script, the icon is visible.

post-37456-1216974529_thumb.jpg

This is (i think so) after the first big file:

is added to the .exe

Although after finisching the compilation the icon is not visible:

post-37456-1216974547_thumb.jpg

I googled so much, but i cant't find a solution for my Problem :P

So i hope someone can help me :P

Greets Bouni

Compile your script with Aut2Exe and you can set your script icon.

When the words fail... music speaks.

Link to comment
Share on other sites

  • Developers

That is what I would expect since the directive does exactly the same thing!! :P

I expect that the ICO file is not valid. Dit you check that?

Jos :P

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...