Is there a way to NOT delete files after an uninstall?
Set the Component
value Permanent="yes"
like so:
<Component Id="LicenseDoc" Guid="*" Permanent="yes">
<File Id ="License.rtf" Source="$(var.SolutionDir)Installer\License.rtf" />
</Component>