Waiting for uninstaller
I have an application which is rebranded and will run under a new path. However, the database still has some of the old paths stored (in customers data). The simple solution is to run a batch file that creates symbolic links to point the old path to the new path. This works fine when done manually after an install has completed. I have found that trying to create the symbolic links at the end of an install sometimes results in the silent uninstall also done near the end - taking out just installed files in the new path. Is there a way to schedule a batch process that will run after the install and silent uninstall of old application is completed such that there won't be any overlap?
Last edited by Anders; 16th March 2017 at 15:07.
Reason: Changed title
|