I have a C# WinForm application. This program is designed to create and open specific files (.cus). Files are created using this program and can be opened in same program.
I am using Advanced Installer to create Installer.
After Installation, I need my program to open file(.cus) when it is double clicked. (Just like, If we dblClick .xls file it loads and opens MS Excel if it is there in system.)
How can I achieve this?
I detail answer will be good to understand. Let me know if I need to make it more clear.
Thanks in anticipation.