Folder Structure

The installer will install files at C:\Infineon\POS as follows

└───POS
    ├───App
    │   ├───Position Sensor.exe
    ├───Settings
    │   ├───Settings.ini
    ├───Updater
    └───Venv
        ├───.venv

App: Main application location

Any folders/files saved here by the user will be deleted during the update process.

Settings\Settings.ini: User settings

User settings file. More details are in User Settings section.

Venv: Python created virtual environment for using the API.