kaesereibe Posted December 3, 2015 Share Posted December 3, 2015 (edited) I can't compile .au3 scripts to .exe with standard icon (right click menu) Tested with v3.3.14.2 (clean & full install)- Windows 7 Enterprise - SP1 - x64- Windows 8.1 Enterprise N - x64 (ps at mods.. please move topic into right subforum) Edited December 3, 2015 by kaesereibe BIN 2 DEC | ConvertTemp | DEC 2 BIN | GetWeekday | HEX 2 RGB | INT 2 HEX | QueryPerformance Link to comment Share on other sites More sharing options...
TheDcoder Posted December 3, 2015 Share Posted December 3, 2015 Please give us more info... something like Au3wrapper in your script so that we can identify your problem EasyCodeIt - A cross-platform AutoIt implementation - Fund the development! (GitHub will double your donations for a limited time) DcodingTheWeb Forum - Follow for updates and Join for discussion Link to comment Share on other sites More sharing options...
kaesereibe Posted December 3, 2015 Author Share Posted December 3, 2015 (edited) 1. Clean & Full Install from AutoIt2. Rightclick on desktop to create a new .au3 file3. Fill the file (Notepad++) with a simple MsgBox(0, "Test", "This is a test")4. Rightclick on .au3 file to compile in x86 and x64=> no icon ==================================================================Same with Scite and compile with Scitehttps://i.imgur.com/KWBhLIu.png Edited December 3, 2015 by kaesereibe BIN 2 DEC | ConvertTemp | DEC 2 BIN | GetWeekday | HEX 2 RGB | INT 2 HEX | QueryPerformance Link to comment Share on other sites More sharing options...
TheDcoder Posted December 3, 2015 Share Posted December 3, 2015 Did you populate the Icon field? EasyCodeIt - A cross-platform AutoIt implementation - Fund the development! (GitHub will double your donations for a limited time) DcodingTheWeb Forum - Follow for updates and Join for discussion Link to comment Share on other sites More sharing options...
kaesereibe Posted December 3, 2015 Author Share Posted December 3, 2015 (edited) If I don't change anything and put no icon in there it should use the default AutoIt Icon, or not?https://www.autoitscript.com/autoit3/docs/intro/compiler.htm(It's a clean install without any changes) Edited December 3, 2015 by kaesereibe BIN 2 DEC | ConvertTemp | DEC 2 BIN | GetWeekday | HEX 2 RGB | INT 2 HEX | QueryPerformance Link to comment Share on other sites More sharing options...
TheDcoder Posted December 3, 2015 Share Posted December 3, 2015 If you need the default AutoIt Icon, you need to select it The default Icon is located at C:\Program Files (x86)\AutoIt3\Icons TD EasyCodeIt - A cross-platform AutoIt implementation - Fund the development! (GitHub will double your donations for a limited time) DcodingTheWeb Forum - Follow for updates and Join for discussion Link to comment Share on other sites More sharing options...
kaesereibe Posted December 3, 2015 Author Share Posted December 3, 2015 When did they changed it?I know from past versions that there was a default autoit icon without setting one. BIN 2 DEC | ConvertTemp | DEC 2 BIN | GetWeekday | HEX 2 RGB | INT 2 HEX | QueryPerformance Link to comment Share on other sites More sharing options...
TheDcoder Posted December 3, 2015 Share Posted December 3, 2015 Before I started AutoIt (Version 3.3.12.0 IIRC) EasyCodeIt - A cross-platform AutoIt implementation - Fund the development! (GitHub will double your donations for a limited time) DcodingTheWeb Forum - Follow for updates and Join for discussion Link to comment Share on other sites More sharing options...
Zedna Posted December 4, 2015 Share Posted December 4, 2015 Look at this:https://www.autoitscript.com/autoit3/docs/intro/compiler.htmMethod 2 - Right ClickOnly available if full install performed.1. In Explorer browse to the .au3 file that you wish to compile.2. Right-click the file to access the pop-up menu. 3. The file will be silently compiled with the same filename - just with a .exe extension.When compiling in this way, Aut2Exe uses current icon/compression settings (from the last time Aut2Exe was run manually as in method 1). So run Aut2Exe manually and choose desired icon which then will be used at compiling by right click ... Resources UDF ResourcesEx UDF AutoIt Forum Search Link to comment Share on other sites More sharing options...
Moderators JLogan3o13 Posted December 5, 2015 Moderators Share Posted December 5, 2015 @kaesereibe, to answer your question the change was made almost exactly two years ago. A quick search of the forum would have produced a number of threads where this has been asked and answered, such as this one: "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum! Link to comment Share on other sites More sharing options...
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