views:

28

answers:

1

I want to publish an application which has these requirements: .NET Framework MS SQL 2005 Express I'm using the 'Setup Porject' in Visual Studio 2008. I have added my project files and it has detected .NET Framework dependecy successfully. The problem is: -I want to include all the files (.NET Framework and SQLEXPRESS setup files with the installer) -I want the installer to first check and see if the required files are installed on the target computer. -I want to add SQLEXPRESS installer to the dependecies so that the installer sets up .NET Framework and SQLEXPRESS automatically on the target computer if needed. Please help me out with this, thanks.