Hi:
We are implementing the Default Programs using ADV INST 10.3 to set the file association to our apps, these apps have its own installer but they use the same file extensions, from here I have a couple of questions:
- After the installation when you click the associated file or change the default program the Windows Installer windows launches itself to execute some (related) task, I have tried other apps (external apps) and they don't show the windows installer they just change the default, is there a way to avoid this?
-If we have two apps in the installation that use the same extension and need to be in the Default Programs list so the user can choose which of them to use (without the installer dialog) how should it be done since we can't have 2 extensions named the same but we need different open commands, is this even possible because the official MSDN shows it only for one app (per installer)?
Thanks in advance