Hi,
Sorry if this has been asked often before, I searched, but couldn't find a solution.
My problem is this:
I have three products, A, B, C. Each product is almost identical, but with slight differences. Each has a different main JAR file, and B has some extra files that are bundled with it.
Therefore, I see three different .exe files, A.exe, B.exe, C.exe.
However, for all of the three products, I only have one file association: .abc
So, if a user has product A installed, and uses it, he will create files called *.abc. The same for product B, and product C.
What I want to do is to say that, for a product A build, I need a file association, where .abc runs A.exe; for a product B build, my file association should be that .abc runs B.exe, and for a product C build, my file association should be .abc runs C.exe.
One file extension is fine: .abc, with the command APPDIR\A.exe, but when I try to add another, if I enter abc as the extension, an error message saying 'Duplicate extension not allowed' is shown. I've tried having two 'ProgId's as well, with the same error message.
Is there any way to do this?