Skip to content

PharosMarcusB/PharosVersionChooser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DesignerVersionChooser

Build

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.

Screenshot

How to Use PharosVersionChooser

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.

Building

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 configure
  • cmake --build . --config Release to build a release binary
  • cpack -C release to build the NSIS installer

About this Pharos Labs Project

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.

About

A tool for detecting installed Designer and Expert applications (Windows)

Resources

License

Stars

Watchers

Forks

Contributors

Languages

  • C++ 76.9%
  • C 12.7%
  • CMake 10.4%