#432 closed Bug (No Bug)
new version au3 always UPX compresses
| Reported by: | Owned by: | ||
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.2.12.0 | Severity: | None |
| Keywords: | Cc: |
Description
The previous version of AutoIT permitted people to optionally UPX compress an exe...If the exe was NOT UPX compressed, people could use a third party compression program to compress the snot out of the autoit executable !!!! In addition, you state that your compression method is not secure...The third party compression scheme is difficult for hackers to crack...In addition, my program is now about 70000 bytes bigger and will not fit on one floppy disk which was the entire point and main selling feature of my program, i.e, that it fits on one floppy disk!!!!!
If you could please give people the option of NOT UPX compressing the exe in the new autoit version, that might solve my problem!
Attachments (0)
Change History (2)
comment:1 by , 18 years ago
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
comment:2 by , 18 years ago
Or, heaven forbid, actually run the compiler manually and configure the options. You do realize there is a compiler GUI, right?

Place
#AutoIt3Wrapper_UseUpx=n
at the top of your script