phildo Posted September 5, 2008 Posted September 5, 2008 I know the answer is probably a lack of knowledge of this excellent product but, I can't seem to figure out how to do batch compiles and get the results that I am expecting. I am putting in the following directives in my script. #Region ;**** Directives created by AutoIt3Wrapper_GUI **** #AutoIt3Wrapper_icon=logo.ico #AutoIt3Wrapper_outfile=test.exe #AutoIt3Wrapper_Compression=4 #AutoIt3Wrapper_Res_Description=SAP GUI 6.5 English #AutoIt3Wrapper_Res_Fileversion=1.1.1.1 #AutoIt3Wrapper_Res_SaveSource=y #AutoIt3Wrapper_Res_Field=Product Name|SAP GUI 6.5 English #AutoIt3Wrapper_Res_Field=Product Version|1.1.1.1 #AutoIt3Wrapper_Res_Field=Managed By|Vendor #AutoIt3Wrapper_Res_Field=Installation Language|Both #AutoIt3Wrapper_Res_Field=Packaged By|Philippe Beaudry #AutoIt3Wrapper_Res_Field=Packaged Using|MSI #AutoIt3Wrapper_Run_AU3Check=n #EndRegion ;**** Directives created by AutoIt3Wrapper_GUI **** When I compile with the AutoIt3Wrapper the resulting EXE contains the appropriate Resource Information. How can I achieve the same result by compiling with Aut2EXE? Thanks, Phil B.
Developers Jos Posted September 5, 2008 Developers Posted September 5, 2008 (edited) I know the answer is probably a lack of knowledge of this excellent product but, I can't seem to figure out how to do batch compiles and get the results that I am expecting.I am putting in the following directives in my script.#Region ;**** Directives created by AutoIt3Wrapper_GUI ****#AutoIt3Wrapper_icon=logo.ico#AutoIt3Wrapper_outfile=test.exe#AutoIt3Wrapper_Compression=4#AutoIt3Wrapper_Res_Description=SAP GUI 6.5 English#AutoIt3Wrapper_Res_Fileversion=1.1.1.1#AutoIt3Wrapper_Res_SaveSource=y#AutoIt3Wrapper_Res_Field=Product Name|SAP GUI 6.5 English#AutoIt3Wrapper_Res_Field=Product Version|1.1.1.1#AutoIt3Wrapper_Res_Field=Managed By|Vendor#AutoIt3Wrapper_Res_Field=Installation Language|Both#AutoIt3Wrapper_Res_Field=Packaged By|Philippe Beaudry#AutoIt3Wrapper_Res_Field=Packaged Using|MSI#AutoIt3Wrapper_Run_AU3Check=n#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****When I compile with the AutoIt3Wrapper the resulting EXE contains the appropriate Resource Information.How can I achieve the same result by compiling with Aut2EXE?Thanks,Phil B.AutoIt3Wrapper is a wrapper that will run aut2exe for you, but will also handle the resource updates for you.Jos Edited September 5, 2008 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.
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