When I run new installation over existing installed product the installer does not overwrite non EXE and DLL files. For EXE and DLL I can setup version number which defines whether the files will be replaced. But this is not possible for configuration files that contain plain text.
Is there anyway to force the installer replace all files?
Setting DetectNewInstalledVersion
to True
or False
does not have any effect.
RemovePreviousVersions
is set to True