Yes, we have lots of users successfully using the Visual Studio installer. Just include the wyUpdate.exe and client.wyc files in your installer. Also, the step-by-step walkthrough article is a good place to start.
Since wyBuild do not support building installer yet, I use Visual Studio Setup Project to do the installer task. My question is can they work along together? All I have to do is just include client.wyc and wyUpdate.exe into my application before I make an installer right?
Yes, we have lots of users successfully using the Visual Studio installer. Just include the wyUpdate.exe and client.wyc files in your installer. Also, the step-by-step walkthrough article is a good place to start.
Thanks Wyatt for quick answer. Another question, actually, my application has some configuration setting like video bitrate, audio bitrate and frame rate that I have to re-setting every time I make a new version of my installer by Visual Studio 2010 because the configurations will all gone if I change a version. But they will remain the same if I do not change a version. My question is if I use wyBuild to update my application, do my previous configuration setting still remain the same?
It's completely up to you how you handle your configuration files. You can either choose to reset the config file on every update or upgrade the config file or leave the config file untouched. It's your choice.
If you tell me where and how you are storing them now I can give you a more specific answer.