Page 1 of 1

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

Posted: Sun Oct 29, 2006 5:08 pm
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;

Posted: Mon Oct 30, 2006 6:43 pm
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.

Posted: Tue Oct 31, 2006 5:20 am
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