I have developed an application on visual studio 2010. I am trying to create setup for it by using Visual Studio's built in Setup Wizard [shown in snapshot below].
I added basic details in its properties window... when i click on Build this output comes.
& there is no .msi file in Setup folder. There are only 2 files in its folder. One is setup application & another is windows installer file. but when i run them this is what comes up
is there any relation between the Warning that i have highlighted in OUTPUT snapshot. Or is there anything that i a not doing right? .. I have check Public key attribute in Product.xml & have updated it to with this MSDN thread advises.
problem solved... There was no problem a all.. the .msi file is in the folder with the name Setup2. ues it was the .msi setup file.. the problem was with my windows. it was corrupted. I installed that setup on other computers & its working....