I ve created .msi file for a project (App.prj) with Visual Studio Installer, but in order to run installed App.exe, I have to install one more Dependent.exe file which is required to run App.exe.
How to run Dependent.exe within App.msi?
What is the use of default keyword in C#? Is it introduced in C# 3.0 ?