I have written 2 .exe Attached actions that go with my package.
backup.exe
restore.exe
backup.exe makes a backup of some files that my package will replace. If the user decides to remove the application, the AI uninstaller will delete the replaced files. I need to replace those files with the backup copy I made.
I put backup.exe as an Attached action with the BEGIN standard action to which I pass the [TARGETDIR] to determine the path.
The problem I'm having is that the uninstaller seems to be running my restore.exe BEFORE it AI actually deletes the file.
Which standard action should I choose to ensure my restore.exe runs ONLY after the uninstaller has finished removing the files.?
Thanks.
Domingo.