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: 397
installer
|platform-independent
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-
Is WINE flavour dependent? I mean are there different packages for different Linux versions?
Whats if my Installer creates some SQL or Oracle database? Will this feature be also supported by WINE?
Is there any tool which can be used to build installer which is platform independent?
© Stack Overflow or respective owner