PharosVersionChooser is a pair of very small applications which detect copies of Pharos Designer or Pharos Expert installed on a (windows) computer, and provides a simple dialog to select them.
To use the tool, download the latest installer from the Releases page.
Then run the application for either Designer or Expert - a list of detected versions will be shown. You might wish to pin the applications to your taskbar or desktop for convenience.
The application is built using straight Windows API (no MFC, Qt or other toolkits) in order to keep it as absolutely minimal as possible.
You will need CMake and Visual Studio (any recent version should be fine) to build it.
To build:
- Clone the source
- From a command prompt:
- Change to the source directory
- Created a build directory and enter it, e.g
mkdir build,cd build
cmake ..\to configurecmake --build . --config Releaseto build a release binarycpack -C releaseto build the NSIS installer
PharosVersionChooser is designed to interact with Pharos products, but it is not official Pharos Controls software. For challenges using, integrating, compiling, or modifying items in this project, we encourage posting on the Issues page.
