I would like to register own extension filename to own developed software during installation process.
I wrote a script with Inno Setup in [Registry] section. However, it opens one instance for each file.
What I need is, if I select two or more files and right-click to open them, just only one instance will be open with these files in.
Like if I type in command line: <executable file> <file1> <file2>
How can I do it with Inno Setup ?