Extending windows based installer to other Operating Systems

Posted by Pia on Stack Overflow See other posts from Stack Overflow or by Pia
Published on 2010-03-19T09:15:19Z Indexed on 2010/03/19 9:21 UTC
Read the original article Hit count: 371

I have build an installer using NSIS. And now I want to extend it to Solaris and Linux thorugh WINE. But I wanna know few things here-

  1. Is WINE flavour dependent? I mean are there different packages for different Linux versions?

  2. Whats if my Installer creates some SQL or Oracle database? Will this feature be also supported by WINE?

  3. Is there any tool which can be used to build installer which is platform independent?

© Stack Overflow or respective owner

Related posts about installer

Related posts about platform-independent