【问题标题】:how can i installed my windows form application on my computer or another computer [duplicate]我如何在我的计算机或另一台计算机上安装我的 Windows 窗体应用程序 [重复] 【发布时间】:2016-10-06 19:17:03 【问题描述】: i developed this app in Visual studio.i need to installed this app like setup.on my computer or on another computer.please help 【问题讨论】: 标签: c# winforms 【解决方案1】: 我建议你试试InstallShield。 使用 InstallShield,您可以选择要包含在您的设置中的框架,也可以为目标计算机自定义设置。 【讨论】: 你刚刚解决了我的大问题。tnx。