Help????? Change atributes executable ?????

delphi package - madRes, madTools, madStrings, ...
Post Reply
Andre Souza
Posts: 2
Joined: Sun Oct 29, 2006 4:59 pm

Help????? Change atributes executable ?????

Post by Andre Souza »

I am you Brazilian.

Please, send an example to change the attributes of an executable created in delphi to: Descrition, Copyright, Product and Version

I already installed the component!



Example


procedure ChangeSetAtribute(executablefile, product, version, copyright, description:string);
begin

/////////???????????????????

end;
madshi
Site Admin
Posts: 10749
Joined: Sun Mar 21, 2004 5:25 pm

Post by madshi »

madRes only offers the low level functions to change any resource entries. What you want to change (description, copyright etc) is stored in the version resource. Personally, I don't know how the version resource is structured. And I don't have a ready to use demo for that, I'm sorry.

I believe Colin Wilson has some easy to use sources for changing version information:

http://www.wilsonc.demon.co.uk/delphi.htm

I've not used it myself, though, so I can't comment on whether it's good/reliable or not.
Andre Souza
Posts: 2
Joined: Sun Oct 29, 2006 4:59 pm

Post by Andre Souza »

Hello,

:D I already knew that component. But unhappily I don't understand like him works.
:cry: I look for that information to several years and I never got.

Thank You
Post Reply