First off, I know that there are similar questions on SO, but I have yet to see any answer that fits my issue.
InstallShield 2009 installs my program, and my program creates an ini file. When the program uninstalls, it leaves the ini (because it wasn't in the original installation). I tried to use RemoveFile in the direct editor. I gave it the property, the correct installmode, but I have no idea what "Component" is, or what I'm supposed to do with it. I've dug through every InstallShield help file and looked online but everything that describes "component" is extremely ambiguous. The debugger doesn't throw any errors or warnings related to the RemoveFile, but the file continues to stay when I run the new uninstaller. I have been struggling with this issue for days now and have tried all sorts of things in RemoveFile to no avail!
Simply... I just want to delete an ini that is located within the install directory where it installs the executable. What is the easiest way to go about this, and what is the "Component"?