4bst1n3nz Posted March 24, 2016 Posted March 24, 2016 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? ANSI... = old AutoIT EXE / uninstall... = new AutoIT EXE Thank you! Sebastian
Developers Jos Posted March 24, 2016 Developers Posted March 24, 2016 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.
4bst1n3nz Posted March 24, 2016 Author Posted March 24, 2016 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
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