How can I create to my own setup.exe file in C#?

前端 未结 5 1958
遇见更好的自我
遇见更好的自我 2020-12-20 00:43

I\'m developing an application using the C# programming language. How can I create to my own setup file in C# ?I don\'t want a commercial software. How can I do that?

5条回答
  •  误落风尘
    2020-12-20 01:46

    In the File menu, click New->Project, and then in the dialog select Other Project Types->Setup and Deployment in the tree on the left. Select InstallShield LE or Visual Studio Installer, as you prefer.

    Personally I'd recommend Visual Studio Installer->Setup Wizard for beginners.

提交回复
热议问题