C # WinForm installs ConnectionString and Entity Framework on install

I use clickonce to deploy my program. the problem is that the deployment team must enter its String connector during installation and write to app.config.

How can I add a dialog box (for putString) in a click after deployment?

Or do I need to add the setup project to myProg.sln?

Thank you in advance

+3
source share
2 answers

, . , , . , , ; , , , , , .

VS2010, Microsoft ( ). , , ( , ).

, .

+6

, :

  • .
  • ( !)
  • . , .
+2

All Articles