jdelaney Posted September 6, 2013 Share Posted September 6, 2013 (edited) I'm attempting to compile (using autoit3wrapper), and set the file version of the exe using an ini: http://www.autoitscript.com/autoit3/scite/docs/AutoIt3Wrapper.html I'm trying to set nothing more than the version: File: ...AutoIt3SciTEAutoIt3Wrapperautoit3wrapper.ini [Res] Fileversion=1.2.3.4 I was unsure, so I also tried to add an ini matching the name of my script with the same (test.ini) no go. Always gets set to the autoit version installed. Would someone please tell me what I'm doing wrong? I'm not setting any compiler directives in the script Edited September 6, 2013 by jdelaney IEbyXPATH-Grab IE DOM objects by XPATH IEscriptRecord-Makings of an IE script recorder ExcelFromXML-Create Excel docs without excel installed GetAllWindowControls-Output all control data on a given window. Link to comment Share on other sites More sharing options...
Developers Jos Posted September 7, 2013 Developers Share Posted September 7, 2013 (edited) Confirm there is an issue and will have a updated beta ready tomorrow that deals with this. The script ini file name should be test.au3.ini and should prompt you each time whether you want to convert to directives. This will also change to ask only ones and add a line in the ini file. Jos Edited September 7, 2013 by 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. Link to comment Share on other sites More sharing options...
Developers Jos Posted September 8, 2013 Developers Share Posted September 8, 2013 New AutoIt3Wrapper Beta uploaded that should fix this. Jos jdelaney 1 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. Link to comment Share on other sites More sharing options...
jdelaney Posted September 9, 2013 Author Share Posted September 9, 2013 Works like a charm, thanks! IEbyXPATH-Grab IE DOM objects by XPATH IEscriptRecord-Makings of an IE script recorder ExcelFromXML-Create Excel docs without excel installed GetAllWindowControls-Output all control data on a given window. 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