Lev Blaivas
Member
I have my program set-up on the client computer and I want to be able to apply patches to DLLs of the application. Right now I am making a merge module of that DLL and an installation .msi package. It works with individual DLLs but it doesn’t seem to work when I try to patch several DLLs at once. I tried putting them into separate merge module projects and one installation but it's still causing problems, and gives me the “Two or more objects have the same target location” warning.
Another Problem is that the patch is visible in the add/remove programs and uninstalling it deletes the DLLs and obviously ‘breaks’ the application.
Can any one please tell me how can I overcome these problems, or is there another way to patch the application offline?
Another Problem is that the patch is visible in the add/remove programs and uninstalling it deletes the DLLs and obviously ‘breaks’ the application.
Can any one please tell me how can I overcome these problems, or is there another way to patch the application offline?