I've read the following post:
Visual Studio Setup Project conditional if File Exists
What I need is to search for a file in the current user's application data folder. MS says that you can use bracketed special folder names such as [ProgramFilesFolder]: http://msdn.microsoft.com/en-us/library/cdh0hak4(v=vs.100).aspx Now I found a list of special folder names: http://msdn.microsoft.com/en-us/library/s2esdf4x(v=vs.100).aspx
So, now I don't know how to make a bracketed name from "User's Application Data". Can someone help me to solve this?