RADlab is an open source, free software that allows the user to create and simulate radiation detection and measurement experiments. This article will serve as an informative guide and give you a clear understanding of how to perform a silent installation of RADlab from the command line using the EXE installer.
How to Install RADlab Silently
RADlab Silent Install (EXE)
- Navigate to: https://sourceforge.net/projects/radlab/files/latest/download
- Download the EXE to a folder created at (C:\Downloads)
- Download the Java JRE 8 Update 271 (32-bit) Installer
- Download the jre-8u271-windows-i586.exe to a folder created at (C:\Downloads)
- Manually launch the RADlab installer
- Select your preferred options
- Click “Generate an automatic installation script” on last page of installation wizard
- Name the file auto-install.xml
- Save the auto-install.xml to C:\Downloads
- Uninstall RADlab
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads folder
- Enter the following command: jre-8u271-windows-i586.exe /s
- Press Enter
- Enter the following command: RADlab1.XX.exe auto-install.xml
- Press Enter
After a few moments you should see the RADlab Desktop Shortcut appear. You will also find entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.
Software Title: | RADlab |
Vendor: | RADlab Team |
Architecture: | x86_x64 |
Installer Type: | EXE |
Silent Install Switch (Step 1) | jre-8u271-windows-i586.exe /s |
Silent Install Switch (Step 2) | RADlab1.XX.exe auto-install.xml |
Silent Uninstall Switch (32-bit System) | "%ProgramFiles%\Java\jre1.8.0_271\bin\java.exe" -jar "%ProgramFiles%\RADlab\Uninstaller\uninstaller.jar" -c -f |
Silent Uninstall Switch (64-bit System) | "%ProgramFiles(x86)%\Java\jre1.8.0_271\bin\java.exe" -jar "%ProgramFiles(x86)%\RADlab\Uninstaller\uninstaller.jar" -c -f |
Download Link: | https://sourceforge.net/projects/radlab/files/latest/download |
The information above provides a quick overview of the software title, vendor, silent install, and silent uninstall switches. The download links provided take you directly to the vendors website.
How to Uninstall RADlab Silently
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Enter one of the following commands:
RADlab Silent Uninstall (EXE) on 32-bit System
"%ProgramFiles%\Java\jre1.8.0_271\bin\java.exe" -jar "%ProgramFiles%\RADlab\Uninstaller\uninstaller.jar" -c -f |
RADlab Silent Uninstall (EXE) on 64-bit System
"%ProgramFiles(x86)%\Java\jre1.8.0_271\bin\java.exe" -jar "%ProgramFiles(x86)%\RADlab\Uninstaller\uninstaller.jar" -c -f |
Always make sure to test everything in a development environment prior to implementing anything into production. The information in this article is provided “As Is” without warranty of any kind.