Jump to content

AutoIt– Self Extracting Archive


balgur
 Share

Recommended Posts

You can try compiling without the compressor (UPX), which will result in a larger executable, but may not then get a false positive from AV.

To do that, you can use the /nopack parameter on the compile command-line.

Edited by TheSaint

Make sure brain is in gear before opening mouth!
Remember, what is not said, can be just as important as what is said.

Spoiler

What is the Secret Key? Life is like a Donut

If I put effort into communication, I expect you to read properly & fully, or just not comment.
Ignoring those who try to divert conversation with irrelevancies.
If I'm intent on insulting you or being rude, I will be obvious, not ambiguous about it.
I'm only big and bad, to those who have an over-active imagination.

I may have the Artistic Liesense ;) to disagree with you. TheSaint's Toolbox (be advised many downloads are not working due to ISP screwup with my storage)

userbar.png

Link to comment
Share on other sites

@TheSaint Good suggestion but I think OP wants to create a self-extracting archive anyway, so it defeats the purpose.

EasyCodeIt - A cross-platform AutoIt implementation - Fund the development! (GitHub will double your donations for a limited time)

DcodingTheWeb Forum - Follow for updates and Join for discussion

Link to comment
Share on other sites

13 minutes ago, TheDcoder said:

I think OP wants to create a self-extracting archive

Because there is a conflict about what is wanted as topic title versus question in the first post, which seem to have no bearing on each other, I answered the question in the first post only. Thread titles can be misleading.

Brevity is not helpful when terms are misused, so you could be right, and it is related to the install option instead.

Make sure brain is in gear before opening mouth!
Remember, what is not said, can be just as important as what is said.

Spoiler

What is the Secret Key? Life is like a Donut

If I put effort into communication, I expect you to read properly & fully, or just not comment.
Ignoring those who try to divert conversation with irrelevancies.
If I'm intent on insulting you or being rude, I will be obvious, not ambiguous about it.
I'm only big and bad, to those who have an over-active imagination.

I may have the Artistic Liesense ;) to disagree with you. TheSaint's Toolbox (be advised many downloads are not working due to ISP screwup with my storage)

userbar.png

Link to comment
Share on other sites

sorry, I mean that when I download the version of autoit AutoIt– Self Extracting Archive, and I want to use it in USB stick, for mobile use, this is not possible because AV block AutoIt

Edited by balgur
Link to comment
Share on other sites

2 hours ago, TheSaint said:

You can try compiling without the compressor (UPX), which will result in a larger executable, but may not then get a false positive from AV.

To do that, you can use the /nopack parameter on the compile command-line.

ok, last think.. how set  /nopack  for disable UPX?

Link to comment
Share on other sites

Are you talking about a script you have compiled with AutoIt and used the install option to include files? Or are you referring to the installer file for AutoIt? Or maybe something else?

If the first option, then depending on how you compile the script, you can disable UPX with the /nopack command-line parameter or just disable compression with the menu option for that. Refer to the Help file for instructions.

Edited by TheSaint

Make sure brain is in gear before opening mouth!
Remember, what is not said, can be just as important as what is said.

Spoiler

What is the Secret Key? Life is like a Donut

If I put effort into communication, I expect you to read properly & fully, or just not comment.
Ignoring those who try to divert conversation with irrelevancies.
If I'm intent on insulting you or being rude, I will be obvious, not ambiguous about it.
I'm only big and bad, to those who have an over-active imagination.

I may have the Artistic Liesense ;) to disagree with you. TheSaint's Toolbox (be advised many downloads are not working due to ISP screwup with my storage)

userbar.png

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...