DentalPlus config batch file
There are two configurations used for DentalPlus.
The main program uses an xml file located in "%appdata%\dentalplus-air\Local Store\config.xml"
This stores the name and address of the server. If you/we have already configured a workstation, you could copy this file to a network location.
The other configuration required is for the client tools program which manages printers and links to imaging systems. This is stored in the Windows registry.
The values are stored in "KEY_CURRENT_USER\Software\DentalPlus"
Again, you/we could configure one workstation, and the setting can be exported.
An example batch file might be...
@echo off
echo "Adding Registry Keys for DentalPlus and DBS Win"
reg add "HKEY_CURRENT_USER\Software\DentalPlus" /f /v dbswin_enabled /t REG_SZ /d "True"
reg add "HKEY_CURRENT_USER\Software\DentalPlus" /f /v dbswin_program /t REG_SZ /d "C:\\Program Files (x86)\\Duerr\\DBSWIN\\bin\\"
reg add "HKEY_CURRENT_USER\Software\DentalPlus" /f /v dbswin_images /t REG_SZ /d "C:\\ProgramData\\Duerr\\temp\\"
reg add "HKEY_CURRENT_USER\Software\DentalPlus" /f /v server_ip /t REG_SZ /d "192.168.1.1:8282"
echo "Copying DentalPlus configuration"
robocopy "\\192.168.1.1\dentalplus_docs" "%appdata%\dentalplus-air\Local Store" "config.xml"
echo "Done"
Add this to a batch file, e.g. configdentalplus.bat and use group policy to run this when the user logs in.
Related Articles
MAC DentalPlus Install Step By step Guide Including Adobe Air install, Adobe air Error, and DentalPlus Config Set Up
DentalPlus Install on MAC Step By step Guide Step 1) Please run Adobe Air by clicking the following link below https://airsdk.harman.com/assets/downloads/33.1.1.744/AdobeAIR.dmg Step 2) Please follow the following steps ( When running the above adobe ...
Updating DentalPlus Client on MacOS
If you are running macOS Big Sur, you must update to version 11.0.1 or above If this is a new install, please first install Harman Air from here... https://airsdk.harman.com/assets/downloads/33.1.1.744/AdobeAIR.dmg If the update works but you get an ...
Install DentalPlus on windows computer Step by Step Guide
DentalPlus Client Windows Install Step 1 Install Adobe Air You will need to install adobe air on the computer by going to the following link here... Step 2 Installing DentalPlus Replace [[****]] with server address In a web browser go to ...
DentalPlus Hardware Specification
This is the recommended hardware specification for running DentalPlus. If you plan to run any other software, e.g. imaging systems, please take into account their minimum/recommendations as they may be higher than these. Server and workstations If ...
Checking DentalPlus Backup
Local backup The DentalPlus database is exported and encrypted twice daily, approx 13:00 and 18:00 On one of your hard disks, you should have a folder called dentalplus_backup where these are stored. If you sort the folder listing by date to get the ...