Create program installer in Visual Studio 2005?

前端 未结 8 472
无人及你
无人及你 2020-12-19 06:45

I\'m a web-guy stuck in \"application world\" in VS 2005. I created my windows forms program and want to give my end users the ability to install it (and some of it\'s reso

相关标签:
8条回答
  • 2020-12-19 07:33

    This video shows how to setup a Simple Installer using Visual Studio 2005

    0 讨论(0)
  • 2020-12-19 07:38

    The exe file is actually just a boostrap loader, which launches the MSI file. The MSI file is the actual installation file.

    0 讨论(0)
提交回复
热议问题