Bouni Posted July 25, 2008 Posted July 25, 2008 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: This is directly after i start to compile the script, the icon is visible. 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: I googled so much, but i cant't find a solution for my Problem So i hope someone can help me Greets Bouni
Andreik Posted July 25, 2008 Posted July 25, 2008 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: This is directly after i start to compile the script, the icon is visible. 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: I googled so much, but i cant't find a solution for my Problem So i hope someone can help me Greets Bouni Compile your script with Aut2Exe and you can set your script icon.
Bouni Posted July 25, 2008 Author Posted July 25, 2008 I still tryed it, but its the same problem ?! Bouni
Developers Jos Posted July 25, 2008 Developers Posted July 25, 2008 That is what I would expect since the directive does exactly the same thing!! I expect that the ICO file is not valid. Dit you check that? Jos 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now