Help Needed with creating installer file for a .net Windows App
i hav to create a installer file for a .net windows project which when we run sud 1st check for SQL server if not available then it sud install it and thn run SQL script to create tables and stored procedure before installing the Application....is it possible to do ths
SVarun
Hi SVarun,
Sorry for delay.
As far as I know, Visual Studio supports the deployment that you describe. You can include SQL Server package with your application installer. Visual Studio can help developer to automatically install the prerequisite prior to the application.
After the application has been built in Visual Studio, we can deploy the application via Setup project. For more information on how to create setup project, please see: http://msdn.microsoft.com/en-us/library/19x10e5c.aspx Thenright click your setup project >> go to Properties>> click "Prerequisites....". In the Prerequisites dialog box, you can choose the SQL Server installer that you want to deploy.
Hope this helps. If you have any concern, please feel free to let me know.
Best regards, Yichun ChenPlease remember to mark the replies as answers if they help and unmark them if they provide no help. Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.