简体   繁体   English

安装项目Visual Studio和Nuget

[英]Setup project Visual Studio and Nuget

I have an old legacy project with a Setup for an application. 我有一个旧的遗留项目,其中包含应用程序的安装程序。 That application is growing and now we are using some Nuget packages inside it, like Owin, or Newtonsoft JSON serializer. 该应用程序正在增长,现在我们正在使用其中的一些Nuget包,如Owin或Newtonsoft JSON序列化程序。

Everything is working fine, our problem is to generate the Setup. 一切都很好,我们的问题是生成安装程序。 It's and old fashioned Setup for VS2010 that is deprecated, so I suppose that I don't have any kind of support with nuget packages. 这是旧的VS2010安装程序已被弃用,所以我想我对nuget软件包没有任何支持。 What would you recommend me? 你会推荐我什么? Move to a newer installer try to download my packages from Nuget and add them manually to my setup project? 转移到较新的安装程序尝试从Nuget下载我的包并手动将它们添加到我的安装项目?

This Setup project is still maintained because it's a big application and migrate it to a new one require some considerable effort. 此安装项目仍然维护,因为它是一个大型应用程序并将其迁移到新的应用程序需要一些相当大的努力。

Thank you! 谢谢!

You can download and use the 你可以下载并使用

extensions to have support for those legacy setup projects. 支持这些遗留安装项目的扩展。 I still have a solution using the 2015 extension without any glitch. 我仍然有一个使用2015扩展的解决方案,没有任何故障。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM