Hello guys,

I would like to make the installer check if a component of the installation is already installed in order to avoid having to re-install it and possibly losing program configurations that are already present. Is there a way to do this? The method I would use is check if a process is running or check if folder exists, if it does, skip the installation of that program.

Thank you!