How can I patch an .exe 
Author Message
 How can I patch an .exe

Platform: Winnt 4.0 WS SP3  VC++ 6.0 SP2

How can I write a patch that will be able to patch my current .exe and .dll
files?

Thanks,
Mike



Wed, 14 Nov 2001 03:00:00 GMT  
 How can I patch an .exe
If you have lots of $$$ to spare, the WISE installation utility has a
feature that can do that for you.

Adrian


Quote:

> Platform: Winnt 4.0 WS SP3  VC++ 6.0 SP2

> How can I write a patch that will be able to patch my current .exe and
.dll
> files?

> Thanks,
> Mike



Wed, 14 Nov 2001 03:00:00 GMT  
 How can I patch an .exe

Any other way... I don't have a lot to spare... plus I like to do things my
way, not have some library do it for me. :)

Quote:

>If you have lots of $$$ to spare, the WISE installation utility has a
>feature that can do that for you.

>Adrian



>> Platform: Winnt 4.0 WS SP3  VC++ 6.0 SP2

>> How can I write a patch that will be able to patch my current .exe and
>.dll
>> files?

>> Thanks,
>> Mike



Wed, 14 Nov 2001 03:00:00 GMT  
 How can I patch an .exe
I think this will not be too easy. First, you have to find out how and where
to apply changes (eg. check the old exe against the new one)
and then write a program wich applies these changes to your old exe.
If this program is not much smaller than the exe itself, you should consider
not to write a patch but use normal updates

Hope this helped
Asmjones

Mike Ryan schrieb in Nachricht ...

Quote:

>Any other way... I don't have a lot to spare... plus I like to do things my
>way, not have some library do it for me. :)


>>If you have lots of $$$ to spare, the WISE installation utility has a
>>feature that can do that for you.

>>Adrian



>>> Platform: Winnt 4.0 WS SP3  VC++ 6.0 SP2

>>> How can I write a patch that will be able to patch my current .exe and
>>.dll
>>> files?

>>> Thanks,
>>> Mike



Thu, 15 Nov 2001 03:00:00 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. Patching an EXE-File

2. Determining what canned preprocessor symbols are available

3. Beginner [Q] Using Canned File Open/Save dialog

4. Help with compiling a "canned" program

5. Canned Dialogs

6. a.exe + b.exe = c.exe

7. redistributing cl.exe, link.exe, nmake.exe, etc.

8. cl.exe, link.exe, mscvrt.exe Madness...

9. How to call B.exe from A.exe and then stop A.exe

10. How can I program one auto exe which can run the dos commands in one patch file,many thanks

11. binary difference patching logic

12. binary patches

 

 
Powered by phpBB® Forum Software