Win32::Resources::Update - Update resources in a windows executable |
Win32::Resources::Update - Update resources in a windows executable
use Win32::Resources::Update;
Win32::Resources::Update can add, update and delete resources in a windows executable (.exe or .dll).
new(filename)
filename: the .exe or .dll path
commit()
updateResource($args)
$args is the same style as in a Win32::Resources::LoadResource call.
There is one more parameter: data: the data to put in the resource.
deleteResource($args)
setXPStyleOn($desc)
$desc is the application description to include in the manifest.
setXPStyleOff()
Please report any requests, suggestions or bugs via the RT bug-tracking system at http://rt.cpan.org/ or email to bug-Win32-Resources\@rt.cpan.org.
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Win32-Resources is the RT queue for Win32::Resources. Please check to see if your bug has already been reported.
Copyright 2004
Fabien Potencier, fabpot@cpan.org
This software may be freely copied and distributed under the same terms and conditions as Perl.
perl(1), Win32::Exe, Win32::Resources.
Win32::Resources::Update - Update resources in a windows executable |