问题
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