I'm writing an EXE wrapper that will combine various files
My wrapper will read a source .EXE file and it needs to
This needs to be done programmically, and I can't use a resource
compiler.
Any ideas on how to do this?
Thanks
------------------
-Greg
My wrapper will read a source .EXE file and it needs to
Code:
- Extract the program Icon - Extract the Version Information THEN - It modifies the wrapper to reflect the .EXE program icon - Also updates the version information for the wrapper to reflect the .EXE file too
compiler.
Any ideas on how to do this?
Thanks
------------------
-Greg
Comment