Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
329 views
in Technique[技术] by (71.8m points)

.net - MSI与nuget软件包:哪种更适合连续交付?(MSI vs nuget packages: which are is better for continuous delivery?)

Let's discuss following topic. (让我们讨论以下主题。) There is application which currently is being deployed with good to know xcopy method.This approach makes difficult to manage dependencies, file updates etc. There is idea to start application deployment with help of some packages, you know like you do in Linux with help of RPM , but for Windows. (目前有一个正在使用xcopy方法进行部署的应用程序。这种方法使管理依赖项,文件更新等变得困难。有一个想法是借助一些软件包来开始应用程序的部署,就像在Linux的帮助下一样RPM ,但适用于Windows。)

So I have question: what package system is better to use on windows classic windows installer ( msi ) or nuget or something else? (所以我有一个问题:哪种软件包系统最好在Windows经典Windows安装程序( msi )或nuget或其他东西上使用?)

  ask by Vadym Fedorov translate from so

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Ad-Hoc : How do I avoid common design flaws in my WiX / MSI deployment solution? (Ad-Hoc如何避免WiX / MSI部署解决方案中常见的设计缺陷?) - a very messy and less-than-ideal ad-hoc summary of common problems found in MSI files. (-关于MSI文件中常见问题的非常混乱且不太理想的临时摘要。) Not great. (不是很好。) Better than nothing? (有总比没有好?) The stuff that is not in the books (too messy). (书中没有的东西(太乱了)。)

Important Topic : How do I avoid distributing sensitive information in my MSI by accident? (重要主题如何避免意外在MSI中分发敏感信息?)


WiX & MSI : (WiX和MSI :)

MSI is the accepted corporate application standard. (MSI是公认的企业应用程序标准。) It has some major corporate benefits ( and the short, concise version ) compared to legacy deployment techniques. (与传统的部署技术相比,它具有一些主要的公司优势and the short, concise version )。) WiX is the new open source way to create MSI files. (WiX 是创建MSI文件的新的开源方法。)

Other Tools : (其他工具 :)


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...