Jump to content

Remove file version .exe


Recommended Posts

You can use Resource Hacker to modify executables.

Br,

UEZ

It's interesting and I wanted try it !

And when I use Resource Hacker to modify an executable

I delete fileversion infos, compile and save, but i get an error message when i try to execute it :

your .Exe is not a valid Win32 application. Posted Image

What I'm doing wrong ?

AutoIt 3.3.14.2 X86 - SciTE 3.6.0WIN 8.1 X64 - Other Example Scripts

Link to comment
Share on other sites

It's interesting and I wanted try it !

And when I use Resource Hacker to modify an executable

I delete fileversion infos, compile and save, but i get an error message when i try to execute it :

your .Exe is not a valid Win32 application. Posted Image

What I'm doing wrong ?

Because it is probably a compressed executable!

Use #AutoIt3Wrapper_UseUpx=n not to compress and use Resource Hacker afterwards, e.g. by command line -> see previous post by Yashied.

Br,

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!
¯\_(ツ)_/¯  ٩(●̮̮̃•̃)۶ ٩(-̮̮̃-̃)۶ૐ

Link to comment
Share on other sites

Because it is probably a compressed executable!

Use #AutoIt3Wrapper_UseUpx=n not to compress and use Resource Hacker afterwards, e.g. by command line -> see previous post by Yashied.

Br,

UEZ

UEZ, you are right it works well, and no file version is display !

ResHacker.exe -delete MyProg.exe, MyProg.exe, VersionInfo, 1,

Need to put all commas.

Yashied Your method works too but with UEZ's advice otherwise i get the same error when i do by the gui !

Thank you to both ! Posted Image

Posted Image

Edited by wakillon

AutoIt 3.3.14.2 X86 - SciTE 3.6.0WIN 8.1 X64 - Other Example Scripts

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...