NSIS Vs WiX Vs AnyOther Installation Package
Posted
by
Sandeep Jindal
on Stack Overflow
See other posts from Stack Overflow
or by Sandeep Jindal
Published on 2009-12-14T20:02:28Z
Indexed on
2011/01/04
3:53 UTC
Read the original article
Hit count: 427
Hi,
Need to create a Installation Package that would need to a) install a Database, b) create database and tables, c) installed already created installable in Visual Studio, d) create ODBC datasource, e) copy files. f) create shortcuts, etc
Can you please suggestion which one to use? To simplify following would be my criteria(Descending Order)
- Stable
- Fullfill all my needs.
- Easy to learn
Can you please suggest?
© Stack Overflow or respective owner