Downloads

Available Downloads

WRPN is completely free of charge. There are no licensing requirements. Currently available in English only.

Alternatively, if you just want to try the application without having to install anything, you can extract the following files (to a USB flash drive, for example). Obviously, there is no check for prerequisites:

Other downloads include:

User Manual

System Requirements/Prerequisites

WRPN will run on all modern Windows platforms, and requires at least version 4.8 of the .Net Framework. If the .Net Framework is not present, the user will be prompted to install it during the setup

Setup Instructions

To install WRPN, just download and click the SetupWRPN.msi file. The install wizard will launch and allow you to select the location to install the application, configuration files, and help files.

Source code

WRPN is also available as "source code". That means that can use Microsoft Visual Studio to alter the program and recompile it to suit your needs. Microsoft provides the Visual Studio Community Edition as a free download at https://visualstudio.microsoft.com/

Download Type Language
WRPN_cs.zip Windows Form Application C# 4.8
WRPN_csCore.zip Windows Form Application C# 8.0
WRPN_vb.zip Windows Form Application Visual Basic.Net 4.8
WRPN_web.zip ASP.Net Web Application Visual Basic.Net 4.8
WRPN_Java.zip Java Application (using Swing) NetBeans 22
WRPN_Android.zip Android App Android Studio 2024.1.1
WRPN_JavaScript.zip JavaScript App Vscode