Linux equivalent of WIX Installer needed [closed]

折月煮酒 提交于 2019-12-23 19:23:17

问题


I have been using Windows Installer XMl V3 in ant scripts for developing Installers(exe or msi). As of now our Build Server is Windows Server 2008 and we are in a process of Moving Build server to RHELv6.3.

That's where problem arises:- Is their anything equivalent to WIX Installer in Linux from where I can make Windows Installer.

I need to use Linux Platform to make Windows Installer.

Any help would be appreciated.


回答1:


Your best bet is using WINE and Mono as suggested in Build MSI in Wine.

Or use a virtual machine with Windows: It's easier to do Windows development on Windows.



来源:https://stackoverflow.com/questions/13290035/linux-equivalent-of-wix-installer-needed

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!