PMOD On-site License Installation for Standalone Operation

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

PMOD On-site License Installation for Standalone Operation

Install USB Key Drivers

All the files required for the driver installation are extracted during the installation of the PMOD software and stored in the PMOD directory tree. The following two steps must be performed to install the USB protection key hardware drivers.

1.Driver installation: The purpose of this step is to install programs for reading the information from the WIBU-Box/RU plugged into the USB port. The driver installer is located in the directory Pmod4.4/install/hksetup/Windows.
Please start the program WkRuntime.exe and perform a standard installation procedure. Note that the network components don't need do be installed and can be unchecked as illustrated below,
clip0217

2.Now the USB key can be connected to any of the free USB ports.

Note: If you experience problems during driver installation, you are recommended to download the most recent drivers for the WIBU-KEY (WibuKey Runtime) and try the installation again.

Copy License File

The delivery note that you have received with the PMOD installation package contains account information for logging into the support area of www.pmod.com. There you will find a license report, and a button for downloading the license file (pstarter.lcs) for your purchased configuration. Please download pstarter.lcs and copy it to the directory Pmod4.4/system/lcs.

If the license file is missing when PMOD is started, the following dialog window is shown.

clip0277

 

Important Note: Please do not change pstarter.lcs in any way - a modified license file will not be accepted. Do not open pstarter.lcs in any program, do not rename it, and if you transfer it per FTP, use binary transfer.

Starting PMOD

PMOD can now be started with the command script RunPmod.bat in Pmod4.4/Start. It contains a script such as

C:
PATH %PATH%;C:/Program Files/R/R-4.2.1/bin/x64/
set R_HOME=C:/Program Files/R/R-4.2.1
cd "C:\Pmod\PmodReleases\Pmod4.4".\java\jre\bin\java  -Dsun.java2d.uiScale=1 -Dfile.encoding=UTF-8 -Xmx31000M -jar pmod.jar
pause
 

Note: The starting script has been tailored to the installation directory. Therefore, if the Pmod4.4 directory is moved to a different location, the path needs to be adjusted.