Windows
Download
Installation
With the Windows Installer
- Run the Windows Installer, you should see the following welcome screen:
-
Accept the EU-PL license.
-
Choose the path where you want to install the binaries.
- Select the directory where you'd like to store the cache, logs, and configuration files.
- Confirm the settings and await the installer to extract and copy the files to the designated folder.
- The last screen will confirm the completion of the installation process.
Note that Internet Explorer is not supported.
Get familiar with the OIBus interface on the first access page.
With the installation bat script
install.bat -c=<data-path>
install.bat -c="C:\OIBusData"
> Administrator permissions required. Detecting permission...
> Stopping OIBus service...
> Installing OIBus as Windows service...
> The "OIBus" service has been successfully installed!
> Configuration of the "AppDirectory" parameter value for the "OIBus" service.
> nssm set OIBus AppNoConsole 1
> Starting OIBus service...
> OIBus: START: Operation successful.
> Creating go.bat
> echo Stopping OIBus service... You can restart it from the Windows Service Manager
> nssm.exe stop OIBus
> "C:\Users\Administrator\Downloads\oibus-win_x64\oibus.exe" --config "C:\OIBusData"
If you do not provide the data path argument, the script will prompt you to input it during execution. You can also provide the -n="OIBus Name" argument to change the name of the OIBus service.
Get familiar with the OIBus interface on the first access page.
Uninstall
With the Windows Uninstaller
Navigate to the binary folder and execute the unin000.exe
file with administrative privileges.
With the uninstallation batch script
uninstall.bat
Administrator permissions required. Detecting permission...
Stopping OIBus service...
Removing OIBus service...
The data folder must be removed manually.
Update
With the Windows Installer
If you wish to update OIBus, you can utilize the OIBus Windows Installer and indicate the current executable and configuration paths. You have the option to retain the existing configuration file or replace it.
During the update process, the OIBus service will experience a brief interruption.
Upon the initial startup after the update, the configuration database oibus.db
will be automatically upgraded to the
latest version.
With binaries (from zip file)
After extracting the files from the zip archive:
- Open the Windows Service Manager.
- Halt the OIBus service.
- Copy and paste the contents of the zip file into the OIBus executable directory, replacing any existing files.
- Resume the OIBus service.
Upon the initial startup after the update, the configuration database oibus.db
will be automatically upgraded to the
latest version.