You need to create a setup for your application
right click on your solution
add new project
add setup project template
then you can add your primary output of current project to this setup project
place shortcut for desktop and programfiles
and then add sql server as prerequisites
and rebuild it
and MSI and exe setup file will generate in your setup project directory
use this files for installing this project on other systems