Visual Studio 2005For discussing Visual Studio 2005. Please post code questions about a specific language (C#, VB, ASP.NET, etc) in the correct language forum instead.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Visual Studio 2005 section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
Need to install DOTNET framework as the first prerequisite
Dear All,
I am working on a Installer, which is developed using Setup and deployment wizard of Visual Studio 2005. I have 4 prerequisties to be installed, before installing the application. Two of the prerequisites needs some external check to be made, which needs dotnet framework to be installed.
So there any way to set the order of installation of prerequisites. I want the dotnet framework to be installed first, before installing other prerequisites.