I there any option to rest开发者_开发问答art in the visual studio when my product install?
No. This is something that the installer can do - and the install projects in visual studio are exactly one thing: crap. Get yourself a copy of WIX (look it up - it is on sourceforge) and use that. This is the "official" upgrade - it is also used to make the Visual Studio installer. There you can do EVERYTHING that the installer can do.
精彩评论