I created a small web application in c# and wanted to create a installer for the web app and started so, using wix and i come up with the .msi file(installer) with a .wixpdb file. Now, when i click on the .msi setup file ,installation is getting started and ending up with noting.
steps i followed is,
- create web application.
- build and publish.
- harvest the publish folder and thats creates me a .wxs file.
- create a setup project in the same solution of my web app.
- add .wxs from step3 to the setup project.
- build the setup project it create a .msi(installer) and .wixpdb file.
My Doubt here is that, how can i run the installer that will create a service/web application and installed locally.