You must Sign In to post a response.
  • Category: Visual Studio

    Creation of Set up project for Visual Studio database project

    Hi Guys,

    Can anyone help me for how to create a set up project for vs 2012 database project. I have created one database project in visual studio 2012. After that I have imported one existing database schema into it. I can able to generate full and incremental deployment script. I have a requirement to create a msi file with this project. I don't know how to create the same, I have searched in net but I did not get any clue.

    If anyone knows, please tell me how to do the same as I have to deploy my database project by using msi file.
  • #749196
    create setup projects in VS 2012 with InstallShield Limited Edition

    refer this.

    http://stackoverflow.com/questions/12378125/create-msi-or-setup-project-with-visual-studio-2012

    http://msdn.microsoft.com/en-us/library/2kt85ked(v=vs.110).aspx

    http://msdn.microsoft.com/en-IN/library/wtzawcsz.aspx

    http://blogs.msdn.com/b/visualstudio/archive/2014/04/17/visual-studio-installer-projects-extension.aspx

    http://www.c-sharpcorner.com/uploadfile/cb88b2/simple-steps-to-create-setup-file-using-install-shield-le-fr/

    http://www.brainbrushups.com/2014/02/how-to-create-setup-project-in-visual.html

    http://diptimayapatra.wordpress.com/2013/09/16/create-setup-and-deployment-of-wpf-application-step-by-step-with-visual-studio-2012/

    Regards,
    Nirav Prabtani (Senior Web Developer)
    Email : niravjprabtani@gmail.com
    blog : niravprabtani.blogspot.in


  • Sign In to post your comments