how to create custom installer for window application in .net
I want to create setup for my window application in .net,in which i want to asked user to input custom connection string at time of installation.how can I do it. after digging in the matter. I have created set up project for this. now i stuck up in it. how to move further开发者_C百科. any tutorial on it.
If you are using Visual Studio setup project, you can try creating a custom dialog through which you get the connection information. Perhaps this tutorial will help: http://www.codeproject.com/KB/install/vsSetupCustomDialogs.aspx
If you are using another tool, mention it in your post and I will edit my answer with some suggestions.
精彩评论