Cygwin 应用程序的 MSI 安装程序
我一直在互联网上查找,但找不到以下问题的解决方案:
我使用 cygwin 用 C 编写了一个程序。它实际上是 Linux 应用程序的移植,并大量使用 cygwin 的 posix 模拟。我如何将该程序打包到 MSI 中?有没有一种方法可以在不借助 Microsoft Visual Studio 的情况下做到这一点?
I've been looking around the internet, and I can't find a solution to the following question:
I have authored a program in C using cygwin. It is actually a port of a linux app, and makes heavy use of cygwin's posix emulation. How can i package this program into an MSI? is there a way to do it without resorting to Microsoft Visual Studio?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
可以通过多种方式创建 MSI 包:
对于 MSI 软件包,应用程序的开发方式或内容并不重要用途。只需确保包含所有应用程序依赖项并在安装过程中正确配置它们即可。
An MSI package can be created in multiple ways:
For MSI packages it doesn't matter how the application was developed or what it uses. Just make sure that you include all your application dependencies and configure them correctly during install.