Hi, all.
I have an installer with advanced features, such as creating sqlite database during installation, creating config files which depends of user's input, etc. I need also to create a simple installer which will just update binaries, installed by my installer with advanced features. The question is: what is the right way to do this? I tried to create just regular installer, which installing updated binaries, but it removes many of already installed files. Maybe there is a way to prevent cleaning of target installation directory? Would be very grateful for the help.
Regards.