i’ve been googleing a bit, but can’t fin anything useful.
I need a recomendation for a free installer for a c# app. The thing is, i’m using visual studio express edition and i’m makin a commercial product.
The express edition does not support the installer.
Basically, i need the installer to check for the .net frameword and sql server installed on the client computer. If it’s there, install my app, if not, install that first and then my app.
Any advice / tip would be useful!
TNX!
You can look at WiX or NSIS installer.
Both are free and you can accomplish quite a lot with either.