在每一个QuickStart的最后又这样一段:
Note By design, this QuickStart downloads the new version only once because information stored in the SimpleAppStart\Client\SimpleAppStart\bin\Debug\UAB folder identifies that the update has been applied. To re-run the QuickStart, you must delete the UAB folder.如果每次客户端程序想要更新都要去删除UAB目录,其不是很不方便!
only once 有没有办法除去这种限制,改用其他办法,比如:更具程序的版本更新等?

解决方案 »

  1.   

    1、Once the update of the application happens, a folder called UAB gets created in the UpdaterTest folder. This folder gives the information about the latest version present. 2、From what I could understand, the manifest ID is maintained at the server and if an update occurs for the client, the manifest ID is placed in the UAB folder. If the manifest ID of the server is different from that of the client (or if the client does not have the UAB folder, meaning no updates have yet taken place), the updater block swings into action.