kara2004 Posted July 12, 2014 Posted July 12, 2014 Q1: If I use "Use UPX" with "Compile X64 version" the output file is created but not packed (Autoit 3.3.10.2) Manually compressing the output using upx.exe works fine (as read in older topics, upx previously doesn't work on x64) Why is this feature not implemented with x64-files? Q2: Manually adding upx with "#AutoIt3Wrapper_Run_After="C:Program files(x86AutoIt3Aut2Exeupx.exe" -9 "%out%"" gets the following error: ">Running:"C:Program files(x86AutoIt3Aut2Exeupx.exe" -9 "E:AutoIT_skripteswAutoInstall.exe" Der Befehl "C:Program" ist entweder falsch geschrieben oder konnte nicht gefunden werden. >"C:Program files(x86AutoIt3Aut2Exeupx.exe" -9 "E:AutoIT_skripteswAutoInstall.exe" Ended rc:1" What's wrong ? Thanks kara2004
UEZ Posted July 12, 2014 Posted July 12, 2014 (edited) Copy UPX.exe to c:WindowsSysWOW64 or add the path c:Program Files (x86)AutoIt3Aut2Exe to the path environment variable. Further you can use #AutoIt3Wrapper_UseUpx=y #AutoIt3Wrapper_UPX_Parameters=--best --lzma to enable UPX (requires the SciTE full package). Br, UEZ Edited July 12, 2014 by UEZ Please don't send me any personal message and ask for support! I will not reply! Selection of finest graphical examples at Codepen.io The own fart smells best! ✌Her 'sikim hıyar' diyene bir avuç tuz alıp koşma!¯\_(ツ)_/¯ ٩(●̮̮̃•̃)۶ ٩(-̮̮̃-̃)۶ૐ
Developers Jos Posted July 12, 2014 Developers Posted July 12, 2014 (edited) Q1: This is something which still needs to be implemented, I guess. Q2: you are missing a ")" in your command line and need enclose the whole line with "": #AutoIt3Wrapper_Run_After=""C:\Program Files (x86)\AutoIt3\Aut2Exe\upx.exe" -9 "%out%"" Jos Edited July 12, 2014 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.
Developers Jos Posted July 12, 2014 Developers Posted July 12, 2014 Uploaded AutoIt3Wrapper v.2.2.0.6 in the Beta directory which now supports UPX for X64 scripts. 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.
kara2004 Posted July 13, 2014 Author Posted July 13, 2014 (edited) Tested and UPX now works using the latest AU3Wrapper. The path to UPX in Q2 was correct (error while deleting and rewriting during the tests), but enclosing the whole command in quotes works, too (but is no longer needed) Thanks a lot for the quick reply and the solutions, Jos Edited July 13, 2014 by kara2004
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