I have a custom action that runs an executable file(which will be insatlled in the registry) only if that executable is not installed. I want the executable to install every time when i run the MSI(over write the installed exe in the registry). Could any please provide the custom condition to do the same.
Currently i'm using the condition as: Not installed in the Install exe condition.