Jump to content

Recommended Posts

Posted

I am throwing myself into the abyss here trying to sign my exe...

But I don't find reshacker.exe anywhere on my computer.

I have tried installing everthing Autoit but still no reshacker?

Was it removed?

Posted

  On 4/29/2012 at 7:43 AM, 'ac1dm4n said:

Resource hacker can be downloaded it's not included with autoit?

I can find dozens of references here on Autoit forums, where people tell us its part of the Autoit installation...

  • Moderators
Posted

RickyMartin,

ResHacker has never been part of the normal AutoIt installation, but it used to be recommended that you put it into your AutoIt installation folder so that it was easily available when adding resources. However, since we got support in AutoIt3Wrapper for adding resources, the requirement for ReHacker has reduced significantly.

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

  Reveal hidden contents

 

Posted

  On 4/29/2012 at 8:30 AM, 'Melba23 said:

RickyMartin,

ResHacker has never been part of the normal AutoIt installation, but it used to be recommended that you put it into your AutoIt installation folder so that it was easily available when adding resources. However, since we got support in AutoIt3Wrapper for adding resources, the requirement for ReHacker has reduced significantly.

M23

Thx Melba...

Allright, since you mentioned it. What I am trying to achieve is to change some of the .exe details.... Now I have searched the forums and found this (edited for my purposes):

#Region ;**** Directives created by AutoIt3Wrapper_GUI ****

#AutoIt3Wrapper_Res_Description=whatever

#AutoIt3Wrapper_Res_Fileversion=what I want it to be

#AutoIt3Wrapper_Res_Fileversion_AutoIncrement=y

#AutoIt3Wrapper_Res_LegalCopyright=Mycompany2010

#AutoIt3Wrapper_Res_Field=Comments|TestPPPP

#AutoIt3Wrapper_Field=Title|PPPP

#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI **

But adding this to my .au script and then compiling it with aut2exe does not yield any results... What am I missing? Clearly I don't have a grasp on the wrapper...

Also, I found references to a wrapper GUI where you could enter these details, but I forgot the name of it, and its not part of the installation package even though this is also mentioned.

  • Moderators
Posted

RickyMartin,

You need the full version of SciTE4AutoIt3 that you can find here. Then AutoIt3Wrapper runs before compile and you get those directives honoured. ;)

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

  Reveal hidden contents

 

Posted

  On 4/29/2012 at 8:52 AM, 'Melba23 said:

RickyMartin,

You need the full version of SciTE4AutoIt3 that you can find here. Then AutoIt3Wrapper runs before compile and you get those directives honoured. ;)

M23

Still nothing... I give up

Posted

when compliling with option you have to set the directory of the complitation of both x86 and x64 executables check that directory, it's located in scite, remember when you run just a default build your exe will be saved @scriptdir so you'll have to check the directory of the x86 or x64.

[u]My dream is to have a dream...[/u]

Posted

What does "reshacker.exe" allow you to do?

"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.""Never, ever, argue with an idiot. They'll drag you down to their level and beat you with experience"

Posted

Here >> https://en.wikipedia.org/wiki/Resource_Hacker

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

  On 4/29/2012 at 9:11 AM, 'ac1dm4n said:

when compliling with option you have to set the directory of the complitation of both x86 and x64 executables check that directory, it's located in scite, remember when you run just a default build your exe will be saved @scriptdir so you'll have to check the directory of the x86 or x64.

I am sorry but this does'nt make any sense... When using aut2exe I tell the compiler where to send my .exe

What I am saying is: the code: #AutoIt3Wrapper_Res_Description=whatever does not affect my .exe

No matter... Just close this thread... I'm gonna' find me a reshacker instead

Posted

  On 4/29/2012 at 5:32 PM, 'RickyMartin said:

I am sorry but this does'nt make any sense... When using aut2exe I tell the compiler where to send my .exe

What I am saying is: the code: #AutoIt3Wrapper_Res_Description=whatever does not affect my .exe

Aut2Exe never honors these directives. You must use the AutoIt3Wrapper included in the SciTe4AutoIt-Package. Run it from the tools menu in SciTE (Tools->Compile) or directly (AutoIt3/SciTE/AutoIt3Wrapper/AutoIt3Wrapper.exe)

*GERMAN* [note: you are not allowed to remove author / modified info from my UDFs]My UDFs:[_SetImageBinaryToCtrl] [_TaskDialog] [AutoItObject] [Animated GIF (GDI+)] [ClipPut for Image] [FreeImage] [GDI32 UDFs] [GDIPlus Progressbar] [Hotkey-Selector] [Multiline Inputbox] [MySQL without ODBC] [RichEdit UDFs] [SpeechAPI Example] [WinHTTP]UDFs included in AutoIt: FTP_Ex (as FTPEx), _WinAPI_SetLayeredWindowAttributes

Posted (edited)

With little to no details of what version of AutoIt or SciTE4AutoIt3 you're using then it's really difficult to help. I compiled a program only today and it worked, I'm using AutoIt V3.3.8.1 and the SciTE4AutoIt3 V3.04 beta. Oh and you're compiling from SciTE?

Edited by guinness

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

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
  • Recently Browsing   0 members

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