C++ UpdateSelector dll readme
=============================

This example shows the implementation of the update selector
dll in C++.

This example supports 4 different product editions:
* Express 
* Standard
* Professional
* Enterprise

You can read the current product edition installed by the client
from any location where you store this information. Then, simply
return the correct update location for the selected edition.

This update selector dll example supports unicode since Updater
needs unicode strings.