cnom
cnom

Reputation: 3241

How to create an installer to deploy a full .net solution

I have a solution that needs to be packed up in an installer and consists of the following:

Right now I have been given a bat file (along with a resources folder) that is to run on a vanilla WinServer2012 or later and does the following:

I need to make a more user friendly deployment application and replace the batch file running on console, but I dont have experience in tools like InstallShield or AdvancedInstaller and I dont know if these will provide me with such capabilities.

Any suggestion please?

Upvotes: 0

Views: 53

Answers (1)

herman.smn
herman.smn

Reputation: 1347

Both tools you mentioned have support to install websites, windows services and database servers and run sql scripts. On the Advanced Installer web site they have a section with tutorials where you can learn how to build your setup package.

Upvotes: 1

Related Questions