开发者

Restart system in the deployment of visual studio 2008

开发者 https://www.devze.com 2022-12-24 04:10 出处:网络
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 th

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消