Hi Experts,
I need to create an installer for my web application which i have developed using visual studio 2005. My requirements are: i need to have one installer which should configure my web application to the IIS and it should create my database which is 'my sql' and install one windows service which i have as a setup file.
So in simple one installer has to configure my web app in IIS and its database along which it should also install its supporting webservice.
Thanks in advance.
I need to create an installer for my web application which i have developed using visual studio 2005. My requirements are: i need to have one installer which should configure my web application to the IIS and it should create my database which is 'my sql' and install one windows service which i have as a setup file.
So in simple one installer has to configure my web app in IIS and its database along which it should also install its supporting webservice.
Thanks in advance.
Comment