Jump to content

Recommended Posts

Posted

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

Posted

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.

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
×
×
  • Create New...