Jump to content

Recommended Posts

Posted

Hi,

since AutoIT 3.3.14.2 i'm missing the default icon, when i compile an .au3 to .exe. There's always the default windows-exe-icon, which looks like a corrupted application.

How can i get it work like older AutoIT-versions, without including icons via source-code or manipulating with reshack?

iconz.PNG.2b52117775a7fc700dbdb3b1ec2741
ANSI... = old AutoIT EXE / uninstall... = new AutoIT EXE

Thank you!

Sebastian

Posted

I solved it without adding parameters to every script.

Compiling via contextmenu

Add to "Command" of Compile, CompileX64 and CompileX86 in HKEY_CLASSES_ROOT\AutoIt3Script\Shell the following parameter:

/icon "C:\Program Files (x86)\AutoIt3\Aut2Exe\Icons\AutoIt_Main_v10_256x256_RGB-A.ico"

 

Compiling via SCITE

C:\Program Files (x86)\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.au3

Replace Global $INP_Icon = "" (Line 230) with Global $INP_Icon = "C:\Program Files (x86)\AutoIt3\Aut2Exe\Icons\AutoIt_Main_v10_256x256_RGB-A.ico"

 

Now it works like in Version 3.3.8.1

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
  • Recently Browsing   0 members

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