4

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 Answers1

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.

Community
  • 1
  • 1
Alexey Ivanov
  • 11,541
  • 4
  • 39
  • 68