Hello,
A new version of AutoIt has no AutoIt3Wrapper. In older version I could add compiler directive: #AutoIt3Wrapper_UseUpx=n
Is there a way to add /nopack compiler directive to my script in the current AutoIt version?
When you compile your exe with UPX enabled you see this in the lower window: What do I have to edit or what do I need to do to change those parameters that UPX is using? I would like to totally customize how UPX runs instead of having to manually compile without UPX and then manually go out of my way to do the compression each time with customized settings. Any way I can just alter the detault "--best --compress-icons=0 -qq" to something I choose?