Does anyone know of any good patcher programs? (preferrably free) Or does anybody have any tips on writing my own patcher program?
Printable View
Does anyone know of any good patcher programs? (preferrably free) Or does anybody have any tips on writing my own patcher program?
Look into the Visual Studio Installer which can be downloaded from microsoft if you read the info in the SDK it talks about how to patch and gives C+ source. Good luck understanding all that, but its a start.
Yes, I know about this, but this presents a problem because I have already chosen an installer and it's not Visual Studio Installer. I realize though that there are DLLs that go with this patching. Anyone know how I could cal anything from these DLLs to put in a patching program?