且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Visual Studio 2017 C#安装程序项目未安装我的应用程序

更新时间:2022-12-29 23:11:09

更新:我想知道您是否遇到32/64-bit文件夹问题:

UPDATE: I am wondering if you have a 32/64-bit folder issue:

  • C:\Program Files\
  • C:\Program Files (x86)\
  • C:\Program Files\
  • C:\Program Files (x86)\

同时选中两者,看看是否看到已安装的文件夹.

Check both to see if you see your installed folder.

目前还不清楚您使用了什么教程. 有一些***视频(

It is not clear what tutorial, if any, you have used so far. There are some *** videos (search). Please remember to add enough information to your question to ensure that we understand what tutorials or learning material you have tried, or our answers become too generic and sometimes ridiculously irrellevant for the problem at hand..

可以使用许多替代工具来构建安装程序. Visual Studio Installer项目功能非常有限,我从不使用它.有几种选择,都免费提供,例如

There are many alternative tools you can use to build an installer. The Visual Studio Installer Project feature is very limited, I never use it. There are several alternatives, both free such as WiX (good, free and capable - with a learning curve) and commercial tools such as Installshield and Advanced Installer (faster and easier, but costs money).

我将仅链接至先前的一些答案,以查看它是否有助于您找到适合您的部署工具 :

I will just link to a few previous answers to see if it helps you find a deployment tool that suits you: Various Deployment Tools. Further, similar links below.

一些其他链接:

  • How to create windows installer (links to Windows Installer tools and legacy setup tools on top)
  • Wrap C# application in .msi installer
  • one installer for 3 programs
  • Cancelling a Windows service installation/Uninstallation with the Windows Installer causes service to be incompletely installed/uninstalled
  • Cannot call command.exe(SQL Server Setup.exe) while calling C# CA with parameters