Hi. I just want to know, how can I create a patch installer application in vb.net? You see, we have a windows application that was deployed in several (network) disconnected locations. Several modules of the application have been updated. I want to create an installer that will replace the old files of the application with the new ones. Is there an easy way in VS.Net to do this (like when creating a setup project)? Or do I have to create this from scratch? Thanks.