arteta2k Posted May 4, 2020 Posted May 4, 2020 Here's my problem I wrote a program to simplfy unpacking of files after download but its an exe obviously and people who download are always going to be suspicious of a single .exe for the obvious reasons. It cannot be rar-ed or anything like that as it has to be runable straight after download. The only thing i can come up with is to change the file ending to .wtf and have a small cmdfile that runs the exe after renaming it. (which isnt really getting around the problem as such.) Id prefer not to have an exe but i need to execute my code to unpack the files Is there an alternative way to distrubute the file? Any thoughts?
Developers Jos Posted May 4, 2020 Developers Posted May 4, 2020 Thoughts enough, but why would this really be an AutoIt3 issue? Generically everyone should never trust any program that isn't signed or isn't from a known source... right? 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