pauldennis
Posts: 50
Joined: Fri Oct 31, 2008 11:36 am

Uninstall Cleanup Condition

I need to remove some txt files created by our debug log on unistall for next upgrade. I have used the Wizard to remove*.txt files on component uninstall. The Wizard creates a condition.

(AI_CLEAN_RESOURCES_UNINSTALL = "1")

Your help implies a condition REMOVE=ALL
Can some confirm the correct condition
Thanks
mihai.petcu
Posts: 3860
Joined: Thu Aug 05, 2010 8:01 am

Re: Uninstall Cleanup Condition

Hello,

By definition, the wizard allows you to specify what files and folders created by your application will be removed upon uninstall. In order to run this wizard select the parent folder, the directory from where you want to delete files and folder, and from the context menu select “Uninstall Cleanup...”. After the wizard launches, simply follow to on-screen instructions to choose the files you want to delete.

That condition is used by the uninstall cleanup mechanism and you shouldn't worry about it if you set the intended functionality from the wizard. This should work fine, have you tested the built installer?

All the best,
Mihai
Mihai Petcu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Common Problems”