I want to package my application to installer. I use .NET Framework 3.5 & Visual Studio 2010 Ultimate for my application. I can attach .NET Framework & VS J# 2.0 into my package. When running installer, installer can detect the present of .NET Framework & VS J#. If they are not existing, installer ask the user to install them before.
Please help me the way to deploy this installer. I can use availaible features in Visual Studio 2010 or must using a third-party application.
Thanks.