Hello,
So my problem is trying to have only 1 file installed based on the feature selected out of several files that has the same name. A bit difficult to explain, so I'll try to use the following example.
Here are the files with the same names.
Application Folder\Option Files\Option 1\example.txt
Application Folder\Option Files\Option 2\example.txt
Application Folder\Option Files\Option 3\example.txt
Application Folder\Option Files\Option 4\example.txt
Application Folder\Option Files\Option 5\example.txt
There are 5 options that the user can choose to install, and they can choose which on a custom dialog with radio buttons that I created using this wiki page (http://www.advancedinstaller.com/user-g ... ature.html). They each have their own feature in the Organization page. Now the real problem is having the correct directory for them to install into. The CORRECT directory for example.txt to be installed in is
Application Folder\Option\example.txt
But I can't add all the example.txt files in Application Folder\Option or else it will ask me if I want to overwrite the last one since they all have the same name, so I have resorted to adding them in different folders for organization. I tried changing "Directory" in Organization -> Feature -> Feature Properties but if I try to change it, it just gives me the error "Only non-system folders and public properties can be selected!" The file's name cannot be changed as it's required for the software to function correctly. I would appreciate any help, thank you.