Hi
I want to backup original file placed by user on updating.
Usually, an uninstall process at updating does not delete original files, but the installed installer include a terrible script to delete all files and folder at uninstalling.
I'm not sure this is correct way, but my idea is, backup a original files by script. The script searches and detects which is an unmanaged file by comparing with file list obtained AI property.
Because of backup original files only is the folder contains a lot of files, hence I want to backup original files only.
Unfortunately I don't know how to get managed file list from installer through a property.
Please let me know some idea to realize it.