.Net whole application as a single .exe file?

后端 未结 8 1774
终归单人心
终归单人心 2020-12-14 07:04

I have developed some software with no database. I want to create a .exe of my .Net project so I can give only the .exe file to users to use the software.

Unfortunat

8条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-14 07:50

    Create a Setup Project (look up in msdn), package your project output files within the installer. Visual studio creates an installer and bootstrapped exe file, you can use either the exe or the msi file to run your application.

提交回复
热议问题