Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Creating msi on an unix platform


1 reply to this topic

raddol

raddol
  • Members
  • 1 posts

Posted 05 March 2005 - 11:32

Does anybody know if there is a solution to build msi files on an unix platform?

Our customer runs our web application in an unix environment. Now he wants to dynamicly create windows executables and serve them as downloads.



Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 09 March 2005 - 15:39

Building MSI files requires calls to the MSI API which is not available on Unix. They could use a virtual machine for that purpose.